Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring for ver. 2.0.0 #25

Merged
merged 81 commits into from
Aug 23, 2024
Merged

Refactoring for ver. 2.0.0 #25

merged 81 commits into from
Aug 23, 2024

Commits on Jun 19, 2024

  1. Merge pull request #4 from cqfn/master

    Merge to head
    kniazkov authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e84df49 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    b0f6704 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    8370ce1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dce4e9f View commit details
    Browse the repository at this point in the history
  3. Refactoring 'Node' JavaDoc

    kniazkov committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b90fb39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    204384c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    28cf2e8 View commit details
    Browse the repository at this point in the history
  2. Type refactoring

    kniazkov committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    bad43ec View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    7726841 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refactoring' of https://github.com/kniazkov/astranaut-core

     into refactoring
    
    # Conflicts:
    #	src/main/java/org/cqfn/astranaut/core/base/Node.java
    #	src/test/java/org/cqfn/astranaut/core/base/BaseNodeTest.java
    kniazkov committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    674c908 View commit details
    Browse the repository at this point in the history
  3. Base interface test

    kniazkov committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    61003b2 View commit details
    Browse the repository at this point in the history
  4. Node.deepClone method

    kniazkov committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    fcc07c7 View commit details
    Browse the repository at this point in the history
  5. Renaming

    kniazkov committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    09b95b5 View commit details
    Browse the repository at this point in the history
  6. 'DiffTree' class

    kniazkov committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d14ca1d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    8603d7a View commit details
    Browse the repository at this point in the history
  2. 'Pattern' class

    kniazkov committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a1bf88c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    bba0a74 View commit details
    Browse the repository at this point in the history
  2. getProperty -> getProperties

    kniazkov committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    60b6c02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25301f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    dea05af View commit details
    Browse the repository at this point in the history
  2. Fix Qulice errors

    kniazkov committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    516a92a View commit details
    Browse the repository at this point in the history
  3. Factory

    kniazkov committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    dc32145 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d08a142 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4185d4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6096569 View commit details
    Browse the repository at this point in the history
  7. new 'EmptyTree' class

    kniazkov committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6960e73 View commit details
    Browse the repository at this point in the history
  8. Code cleaning

    kniazkov committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    903a988 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    280f661 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fb84b21 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    43bcec5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6e6ab95 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Rename algorithms

    kniazkov committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    994ae17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbc95b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Prototype-based nodes

    kniazkov committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    bddb629 View commit details
    Browse the repository at this point in the history
  2. Tests refactoring

    kniazkov committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    43fd4b3 View commit details
    Browse the repository at this point in the history
  3. Holes serialization (draft)

    kniazkov committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    373e854 View commit details
    Browse the repository at this point in the history
  4. Hole contains prototype

    kniazkov committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    975b834 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6377be View commit details
    Browse the repository at this point in the history
  6. Normalized node (draft)

    kniazkov committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6b60bdd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e955450 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Fix bug in Normalized node

    kniazkov committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    6f85ab1 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Labeled tree builder

    kniazkov committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    291be96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ce9934 View commit details
    Browse the repository at this point in the history
  3. Fix bug in pattern matcher

    kniazkov committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    486367f View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Node.toString method

    kniazkov committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    857072f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    e6539e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    db61dda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9598def View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbb1772 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Node-And-Type class

    kniazkov committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1921ddd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81ecd6a View commit details
    Browse the repository at this point in the history
  3. Builder for normalized node

    kniazkov committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2849c61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afc5e9f View commit details
    Browse the repository at this point in the history
  5. Fix Qulice Warnings

    kniazkov committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    caecc06 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    f0bf4f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Default position

    kniazkov committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3366f7e View commit details
    Browse the repository at this point in the history
  2. Default fragment

    kniazkov committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    91f755c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3968577 View commit details
    Browse the repository at this point in the history
  4. Disable coverity checking

    kniazkov committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    61fcd57 View commit details
    Browse the repository at this point in the history
  5. Default factory

    kniazkov committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    88f9282 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Token

    kniazkov committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    7dc0ebb View commit details
    Browse the repository at this point in the history
  2. Enable Codecov

    kniazkov committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8a1e5dd View commit details
    Browse the repository at this point in the history
  3. Change codecov version

    kniazkov committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2d1ac8a View commit details
    Browse the repository at this point in the history
  4. Base test for NormalizedNode

    kniazkov committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    790af5b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    7d35898 View commit details
    Browse the repository at this point in the history
  2. Fix Qulice warnings

    kniazkov committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a9e38de View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    66cde4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5446496 View commit details
    Browse the repository at this point in the history
  3. Test for child descriptor

    kniazkov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ff47273 View commit details
    Browse the repository at this point in the history
  4. Tests for default fragment

    kniazkov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a0f1359 View commit details
    Browse the repository at this point in the history
  5. Tests for default position

    kniazkov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    edc693f View commit details
    Browse the repository at this point in the history
  6. Fix action tests

    kniazkov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    1349281 View commit details
    Browse the repository at this point in the history
  7. Test for empty fragment

    kniazkov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7c61898 View commit details
    Browse the repository at this point in the history
  8. Test for dummy node

    kniazkov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8343b74 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c95fc8d View commit details
    Browse the repository at this point in the history
  10. New test for mutable node

    kniazkov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2b1139f View commit details
    Browse the repository at this point in the history
  11. Fix qulice warnings

    kniazkov committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5d9b4db View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. More tests

    kniazkov committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    849c0c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bc2ef7 View commit details
    Browse the repository at this point in the history
  3. More tests

    kniazkov committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    2d16a26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c8ac4f View commit details
    Browse the repository at this point in the history