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

Update to EISOP 3.32-eisop1 from 3.28-eisop1 #55

Merged
merged 463 commits into from
Feb 1, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    c7ff62e View commit details
    Browse the repository at this point in the history
  2. Merge pull request javaparser#3782 from jlerbsc/refactoring_context

    Refactoring context
    jlerbsc authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    9a2a75a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36b6e35 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    jlerbsc committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    ec206dc View commit details
    Browse the repository at this point in the history
  5. update readme

    jlerbsc committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    eb8d88c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c34e87a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5ef416 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    186631b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a4b33d5 View commit details
    Browse the repository at this point in the history
  10. Merge pull request javaparser#3781 from 4everTheOne/improvement/check…

    …style
    
    Basic CheckStyle validation
    jlerbsc authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    b3b818a View commit details
    Browse the repository at this point in the history
  11. Update bnd file

    jlerbsc committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    596990a View commit details
    Browse the repository at this point in the history
  12. Update bnd file

    jlerbsc committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    0acce6b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3e0b316 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Add utility methods in AbstractSymbolResolutionTest and setup a Parse…

    …rConfiguration with a default symbol resolver
    jlerbsc committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    6f2d866 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b457603 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77ccb32 View commit details
    Browse the repository at this point in the history
  4. Move JavaParserFactory.toTypeDeclaration method to SymbolResolver to …

    …break dependencies with the symbol solver module
    jlerbsc committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    a2cda3f View commit details
    Browse the repository at this point in the history
  5. Fix: In JavaParserJsonDeserializerTest, new SymbolResolver instance m…

    …ust declare the new method toTypeDeclaration
    jlerbsc committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    8076ddc View commit details
    Browse the repository at this point in the history
  6. Merge pull request javaparser#3792 from jlerbsc/refactoring_context

    Refactoring context (WIP)
    jlerbsc authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    b8f6149 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    41cf8cd View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. chore(deps): bump versions-maven-plugin from 2.13.0 to 2.14.1

    Bumps [versions-maven-plugin](https://github.com/mojohaus/versions) from 2.13.0 to 2.14.1.
    - [Release notes](https://github.com/mojohaus/versions/releases)
    - [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md)
    - [Commits](mojohaus/versions@2.13.0...2.14.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:versions-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    5fd2a78 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Merge pull request javaparser#3797 from javaparser/dependabot/maven/o…

    …rg.codehaus.mojo-versions-maven-plugin-2.14.1
    
    chore(deps): bump versions-maven-plugin from 2.13.0 to 2.14.1
    jlerbsc authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    54d7064 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump actions/checkout from 3.1.0 to 3.2.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3.1.0...v3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    78a5c50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dfc425 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3de9f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9fc232 View commit details
    Browse the repository at this point in the history
  6. Merge pull request javaparser#3789 from javaparser/dependabot/github_…

    …actions/actions/checkout-3.2.0
    
    chore(deps): bump actions/checkout from 3.1.0 to 3.2.0
    jlerbsc authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    18ec013 View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump checkstyle from 8.45.1 to 10.5.0

    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45.1 to 10.5.0.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](checkstyle/checkstyle@checkstyle-8.45.1...checkstyle-10.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    8e86058 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Configuration menu
    Copy the full SHA
    5032f9e View commit details
    Browse the repository at this point in the history
  2. Merge pull request javaparser#3799 from 4everTheOne/checkstyle/tweaks

    Checkstyle configuration tweaks
    jlerbsc authored Dec 17, 2022
    Configuration menu
    Copy the full SHA
    eb4ec8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d6d9d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e34628 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cde2ecb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db3320f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc23afe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7652a88 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    434b9e3 View commit details
    Browse the repository at this point in the history
  10. Merge pull request javaparser#3788 from javaparser/dependabot/maven/c…

    …om.puppycrawl.tools-checkstyle-10.5.0
    
    chore(deps): bump checkstyle from 8.45.1 to 10.5.0
    jlerbsc authored Dec 17, 2022
    Configuration menu
    Copy the full SHA
    1911e77 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a6cfb23 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8e909ce View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    26a0821 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    48570b4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2d15f3d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    608eeb9 View commit details
    Browse the repository at this point in the history
  17. Merge pull request javaparser#3806 from jlerbsc/master

    Fix: 3412 Remove walkmod again
    jlerbsc authored Dec 17, 2022
    Configuration menu
    Copy the full SHA
    b9301ef View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Configuration menu
    Copy the full SHA
    8ded2d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c501f93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d88001 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7678720 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d2d1be View commit details
    Browse the repository at this point in the history
  6. Merge pull request javaparser#3807 from 4everTheOne/improvement/print…

    …er-import-ordering-strategy
    
    Source printer import ordering strategy
    jlerbsc authored Dec 18, 2022
    Configuration menu
    Copy the full SHA
    c66b6d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Merge tag 'javaparser-parent-3.24.9' of https://github.com/javaparser…

    …/javaparser into updating-javaparser-parent-3.24.9
    mernst committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    ae85f89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b185ebd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a8ac16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0296f87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d921d5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request javaparser#3801 from 4everTheOne/improvement/organ…

    …ized-imports-core-others
    
    Part 1 | Import organization
    jlerbsc authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    913a2e7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5bce775 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c1839fe View commit details
    Browse the repository at this point in the history
  9. Merge pull request javaparser#3802 from 4everTheOne/improvement/organ…

    …ized-imports-core-testing
    
    Part 2 | Import organization
    jlerbsc authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    e72e340 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b78864e View commit details
    Browse the repository at this point in the history
  11. Simply unit test

    jlerbsc committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    279e447 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a4e041d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ca3ca0c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    250fb28 View commit details
    Browse the repository at this point in the history
  15. Adapt actual unit tests

    jlerbsc committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    966e091 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ef3b1ab View commit details
    Browse the repository at this point in the history
  17. Merge pull request javaparser#3810 from jlerbsc/master

    Fix: Lexical Preserving Fails To Remove Comment
    jlerbsc authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    02fc8fc View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Don't test under JDK 10

    mernst committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    430f2da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    597cebd View commit details
    Browse the repository at this point in the history
  3. Merge pull request javaparser#3803 from 4everTheOne/improvement/organ…

    …ized-imports-core
    
    Part 3 | Import organization
    jlerbsc authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    147ffcd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fe5f0e View commit details
    Browse the repository at this point in the history
  5. Merge pull request typetools#102 from mernst/updating-javaparser-pare…

    …nt-3.24.9
    
    Update to javaparser-parent 3.24.9
    mernst authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    6169c45 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Merge pull request javaparser#3804 from 4everTheOne/improvement/organ…

    …ized-imports-solver-core
    
    Part 4 | Import organization
    jlerbsc authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    708382b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    378df91 View commit details
    Browse the repository at this point in the history
  3. Merge pull request javaparser#3805 from 4everTheOne/improvement/organ…

    …ized-imports-solver-testing
    
    Part 5 | Import organization
    jlerbsc authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    41c37c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    137ded4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request javaparser#3812 from 4everTheOne/improvement/enabl…

    …e-checkstyle-validation
    
    Enabled import validation
    jlerbsc authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    4e5d290 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

  1. Handle nested records

    mernst committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    2762fea View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2022

  1. Fix broken merge

    mernst authored Dec 25, 2022
    Configuration menu
    Copy the full SHA
    b44b1a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. chore(deps): bump versions-maven-plugin from 2.14.1 to 2.14.2

    Bumps [versions-maven-plugin](https://github.com/mojohaus/versions) from 2.14.1 to 2.14.2.
    - [Release notes](https://github.com/mojohaus/versions/releases)
    - [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md)
    - [Commits](mojohaus/versions@2.14.1...2.14.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:versions-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 26, 2022
    Configuration menu
    Copy the full SHA
    2074366 View commit details
    Browse the repository at this point in the history
  2. Merge pull request javaparser#3814 from mernst/nested-record

    Handle nested records
    jlerbsc authored Dec 26, 2022
    Configuration menu
    Copy the full SHA
    5d36c8d View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Configuration menu
    Copy the full SHA
    7b7af45 View commit details
    Browse the repository at this point in the history
  2. Merge pull request javaparser#3817 from javaparser/dependabot/maven/o…

    …rg.codehaus.mojo-versions-maven-plugin-2.14.2
    
    chore(deps): bump versions-maven-plugin from 2.14.1 to 2.14.2
    jlerbsc authored Dec 27, 2022
    Configuration menu
    Copy the full SHA
    0f4ca29 View commit details
    Browse the repository at this point in the history
  3. Add toDescriptor to ResolvedMethodDeclaration

    - add necessary implementations
    - add toDescriptor to ResolvedType with necessary implementations
    - extend DescriptorTest with new cases
    vanHekthor committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    acd4cff View commit details
    Browse the repository at this point in the history
  4. Fix: issue javaparser#3818 Wrong range calculation on ArrayType with …

    …multiple dimensions
    jlerbsc committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    e6a1fdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1c6232 View commit details
    Browse the repository at this point in the history
  6. Merge pull request javaparser#3820 from jlerbsc/master

    Fix: issue javaparser#3818 Wrong range calculation on ArrayType with multiple d…
    jlerbsc authored Dec 27, 2022
    Configuration menu
    Copy the full SHA
    1fa450e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eaad372 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Merge pull request javaparser#3821 from dencat/explicit_as_string

    explicit use asString for performance
    jlerbsc authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    96db29e View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Change TypeUtils.getPrimitiveTypeDescriptor structure

    - remove else if cases
    - get correct descriptor for primitive classes (e.g. int.class)
    - and also their wrapper classes (Integer.class)
    - add toDescriptor to Primitive
    vanHekthor committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    64b101a View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. feat: provide a method in LexicalPreservingPrinter to know if the LPP…

    … is available/activated on the secified node
    jlerbsc committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    140042c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    777af08 View commit details
    Browse the repository at this point in the history
  3. Merge pull request javaparser#3823 from jlerbsc/master

    Add a method in LexicalPreservingPrinter to know if LPP is available/activated on the specified node
    jlerbsc authored Dec 31, 2022
    Configuration menu
    Copy the full SHA
    6059db0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaf1f0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6901c3 View commit details
    Browse the repository at this point in the history
  6. Add TypeDescriptorTest, rename DescriptorTest

    - TypeDescriptorTest testing descriptors for all primitive types
    - rename DescriptorTest to MethodDescriptorTest
    vanHekthor committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    358e536 View commit details
    Browse the repository at this point in the history
  7. Update changelog

    jlerbsc committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    6e76b53 View commit details
    Browse the repository at this point in the history
  8. update readme

    jlerbsc committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    da3540b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d8d616b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e2590f3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    922cd3d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    655af91 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    13ceb6a View commit details
    Browse the repository at this point in the history
  14. Merge pull request javaparser#3819 from vanHekthor/issue3808

    Add toDescriptor to ResolvedMethodDeclaration
    jlerbsc authored Dec 31, 2022
    Configuration menu
    Copy the full SHA
    dc6418e View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Configuration menu
    Copy the full SHA
    b0efefd View commit details
    Browse the repository at this point in the history
  2. Merge pull request javaparser#3826 from jlerbsc/master

    Support Jigsaw requires static
    jlerbsc authored Jan 1, 2023
    Configuration menu
    Copy the full SHA
    af59644 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5401ed2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e60f517 View commit details
    Browse the repository at this point in the history
  5. Merge pull request javaparser#3827 from jlerbsc/master

    Add test case to verify that LexicalPreservation supports TextBlock
    jlerbsc authored Jan 1, 2023
    Configuration menu
    Copy the full SHA
    2ae53e0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4c2742 View commit details
    Browse the repository at this point in the history
  7. Merge pull request javaparser#3828 from jlerbsc/master

    Add test case to verify range calculation on ArrayType
    jlerbsc authored Jan 1, 2023
    Configuration menu
    Copy the full SHA
    9d75f02 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. chore(deps): bump checkstyle from 10.5.0 to 10.6.0

    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.5.0 to 10.6.0.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](checkstyle/checkstyle@checkstyle-10.5.0...checkstyle-10.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 2, 2023
    Configuration menu
    Copy the full SHA
    2d80fe5 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Merge pull request javaparser#3829 from javaparser/dependabot/maven/c…

    …om.puppycrawl.tools-checkstyle-10.6.0
    
    chore(deps): bump checkstyle from 10.5.0 to 10.6.0
    jlerbsc authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    2a9b5bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    954fb8b View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. chore(deps): bump actions/checkout from 3.2.0 to 3.3.0

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3.2.0...v3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    f6f8026 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Merge pull request javaparser#3834 from javaparser/dependabot/github_…

    …actions/actions/checkout-3.3.0
    
    chore(deps): bump actions/checkout from 3.2.0 to 3.3.0
    jlerbsc authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    9f0bfdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ce3f29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f90b6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72d5eea View commit details
    Browse the repository at this point in the history
  5. Merge pull request javaparser#3836 from marcluque/more-record-support…

    …-in-cu
    
    feat: Implement addRecord & getRecordByName for CompilationUnit
    jlerbsc authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    226045a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60c11c0 View commit details
    Browse the repository at this point in the history
  7. chore(deps-dev): bump assertj-core from 3.23.1 to 3.24.1

    Bumps assertj-core from 3.23.1 to 3.24.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    b2187e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Merge pull request javaparser#3837 from javaparser/dependabot/maven/o…

    …rg.assertj-assertj-core-3.24.1
    
    chore(deps-dev): bump assertj-core from 3.23.1 to 3.24.1
    jlerbsc authored Jan 7, 2023
    Configuration menu
    Copy the full SHA
    9741903 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7af4f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Configuration menu
    Copy the full SHA
    2e7df88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e77eb89 View commit details
    Browse the repository at this point in the history
  3. Merge pull request javaparser#3839 from jlerbsc/master

    Minor refactoring on Difference class
    jlerbsc authored Jan 8, 2023
    Configuration menu
    Copy the full SHA
    894c170 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    1c68867 View commit details
    Browse the repository at this point in the history
  2. Merge pull request javaparser#3840 from javaparser/renovate/junit5-mo…

    …norepo
    
    chore(deps): update junit5 monorepo to v5.9.2
    jlerbsc authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    4a9c1ad View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    91e3b3d View commit details
    Browse the repository at this point in the history
  2. Removed unused imports

    4everTheOne committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    7bb992d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28e8131 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cda441c View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch '4everTheOne/checkstyle/unused-imports' …

    …into checkstyle/unused-imports
    4everTheOne committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    752a76a View commit details
    Browse the repository at this point in the history
  6. Removed unused imports

    4everTheOne committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    e79b4cb View commit details
    Browse the repository at this point in the history
  7. Merge pull request javaparser#3841 from 4everTheOne/checkstyle/unused…

    …-imports
    
    Checkstyle for unused import
    jlerbsc authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    29b4b7e View commit details
    Browse the repository at this point in the history
  8. chore(deps): bump maven-checkstyle-plugin from 3.2.0 to 3.2.1

    Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.2.0 to 3.2.1.
    - [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
    - [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.2.0...maven-checkstyle-plugin-3.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    9479355 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    9c46d4b View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump maven-dependency-plugin from 3.4.0 to 3.5.0

    Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.4.0 to 3.5.0.
    - [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
    - [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.4.0...maven-dependency-plugin-3.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-dependency-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    6a9e909 View commit details
    Browse the repository at this point in the history
  3. Merge pull request javaparser#3846 from javaparser/dependabot/maven/o…

    …rg.apache.maven.plugins-maven-checkstyle-plugin-3.2.1
    
    chore(deps): bump maven-checkstyle-plugin from 3.2.0 to 3.2.1
    jlerbsc authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    57c8ac0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request javaparser#3845 from javaparser/dependabot/maven/o…

    …rg.apache.maven.plugins-maven-dependency-plugin-3.5.0
    
    chore(deps): bump maven-dependency-plugin from 3.4.0 to 3.5.0
    jlerbsc authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    ad6c55a View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Tweak README

    mernst committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    ac6b583 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. chore(deps-dev): bump assertj-core from 3.24.1 to 3.24.2

    Bumps assertj-core from 3.24.1 to 3.24.2.
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    281e690 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Merge pull request javaparser#3852 from javaparser/dependabot/maven/o…

    …rg.assertj-assertj-core-3.24.2
    
    chore(deps-dev): bump assertj-core from 3.24.1 to 3.24.2
    jlerbsc authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    1ae44ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e19d9e View commit details
    Browse the repository at this point in the history
  3. Fix checkstyle issue

    jlerbsc committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    9386ae7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request javaparser#3856 from jlerbsc/master

    Fix: Issue 2374 Comments of added Nodes are ignored in LexicalPreserv…
    jlerbsc authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    2b7ca10 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    1d3f54a View commit details
    Browse the repository at this point in the history
  2. Remove unused imports

    jlerbsc committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    1a36bd6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request javaparser#3858 from jlerbsc/master

    Memory usage improvement when printing a node from the LexicalPreserv…
    jlerbsc authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    44f520a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    d0c65c4 View commit details
    Browse the repository at this point in the history
  2. Update header copyright

    jlerbsc committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    5e9cb67 View commit details
    Browse the repository at this point in the history
  3. Merge pull request javaparser#3862 from jlerbsc/master

    Update javaparser copyright headers
    jlerbsc authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    8fe3b4f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    ca5c486 View commit details
    Browse the repository at this point in the history
  2. Merge pull request javaparser#3864 from jlerbsc/master

    Fix: One must be able to know if any resolved type is a boxed primiti…
    jlerbsc authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    133962b View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Fix: issue 3703 Allow removing empty parentheses after removing all p…

    …airs from an annotation
    jlerbsc committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    d7bedda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ae8fd7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request javaparser#3865 from jlerbsc/master

    Fix: issue 3703 Allow removing empty parentheses after removing all pairs from an annotation
    jlerbsc authored Jan 21, 2023
    Configuration menu
    Copy the full SHA
    24596d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Fix: issue 3866

    Symbol solver is unable to resolve inner classes of ancestors when they are prefixed with a subclass
    jlerbsc committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    8cc47f2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request javaparser#3868 from jlerbsc/master

    Fix: issue 3866 Symbol solver is unable to resolve inner classes of ancestors when they are prefixed with a subclass
    jlerbsc authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    683aeae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0fb76f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74d0e0c View commit details
    Browse the repository at this point in the history
  5. Fix: checkstyle unused import

    jlerbsc committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    e5db942 View commit details
    Browse the repository at this point in the history
  6. Merge pull request javaparser#3869 from jlerbsc/master

    Refactoring: remove useless code that is already implemented
    jlerbsc authored Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d6c8dbe View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. fix javaparser#3859 UnsupportedOperationException when trying to reso…

    …lve a type in an argument
    
    javaparser#3859
    abego committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    0abd32f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. In the context of lexical preservation, the CSM token must be added m…

    …anually only for new comments
    jlerbsc committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    c284bdc View commit details
    Browse the repository at this point in the history
  2. Solve checkstyle issues

    jlerbsc committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    b88f78b View commit details
    Browse the repository at this point in the history
  3. Merge pull request javaparser#3874 from jlerbsc/master

    In the context of lexical preservation, the CSM token must be added m…
    jlerbsc authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    adcdb6f View commit details
    Browse the repository at this point in the history
  4. Fix: Method hasScope must return true on NodeWithOptionalScope and No…

    …deWithOptionalScope if scope is present
    jlerbsc committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    76057b2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request javaparser#3875 from jlerbsc/master

    Fix: Method hasScope must return true on NodeWithOptionalScope and No…
    jlerbsc authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    e62d2a6 View commit details
    Browse the repository at this point in the history
  6. Add header and footer methods in comments instead of using literal st…

    …rings in multiple places in the code
    jlerbsc committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    78d0ea5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request javaparser#3876 from jlerbsc/master

    Add header and footer methods in comments instead of using literal st…
    jlerbsc authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    37cfc36 View commit details
    Browse the repository at this point in the history
  8. feat: Improved support for calculating the type of an object creation…

    … expression in MethodReferenceExpr
    jlerbsc committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    798d69f View commit details
    Browse the repository at this point in the history
  9. Merge pull request javaparser#3877 from jlerbsc/method_reference

    feat: Improved support for calculating the type of an object creation…
    jlerbsc authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    ef827f6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bf646c0 View commit details
    Browse the repository at this point in the history
  11. Merge pull request javaparser#3879 from jlerbsc/master

    Minor refactoring for example to get all parameter types
    jlerbsc authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    0f2ee53 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0371502 View commit details
    Browse the repository at this point in the history
  13. Merge pull request javaparser#3873 from abego/issue-3859-fix

    fix javaparser#3859 UnsupportedOperationException when trying to resolve a type…
    jlerbsc authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    3c7be13 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    3e22ad6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02cd68b View commit details
    Browse the repository at this point in the history
  3. Merge pull request javaparser#3880 from jlerbsc/master

    First part of the implementation of least upper bound logic
    jlerbsc authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    a83ed92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de7df9a View commit details
    Browse the repository at this point in the history
  5. Merge pull request javaparser#3881 from jlerbsc/master

    Revert import related checkstyle rule from error to warning
    jlerbsc authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    a27e261 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Update changelog

    jlerbsc committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    70defe1 View commit details
    Browse the repository at this point in the history
  2. update readme

    jlerbsc committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    11a455a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46afa90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    892a60d View commit details
    Browse the repository at this point in the history
  5. Merge tag 'javaparser-parent-3.25.0' into updating-javaparser-parent-…

    …3.25.0
    
    # Conflicts:
    #	.github/workflows/create_github_release.yml
    #	.github/workflows/maven_tests.yml
    #	.github/workflows/prepare_release_changelog.yml
    #	changelog.md
    #	dev-files/JavaParser-CheckStyle.xml
    #	javaparser-core-generators/pom.xml
    #	javaparser-core-metamodel-generator/pom.xml
    #	javaparser-core-serialization/pom.xml
    #	javaparser-core-testing-bdd/pom.xml
    #	javaparser-core-testing/pom.xml
    #	javaparser-core-testing/src/test/java/com/github/javaparser/ast/body/MethodDeclarationTest.java
    #	javaparser-core-testing/src/test/java/com/github/javaparser/ast/type/ArrayTypeTest.java
    #	javaparser-core-testing/src/test/java/com/github/javaparser/builders/CompilationUnitBuildersTest.java
    #	javaparser-core-testing/src/test/java/com/github/javaparser/printer/configuration/imports/DefaultImportOrderingStrategyTest.java
    #	javaparser-core-testing/src/test/java/com/github/javaparser/printer/configuration/imports/EclipseImportOrderingStrategyTest.java
    #	javaparser-core-testing/src/test/java/com/github/javaparser/printer/configuration/imports/IntelliJImportOrderingStrategyTest.java
    #	javaparser-core-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/Issue2374Test.java
    #	javaparser-core-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/Issue3796Test.java
    #	javaparser-core-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/LexicalPreservingPrinterTest.java
    #	javaparser-core/pom.xml
    #	javaparser-core/src/main/java/com/github/javaparser/printer/DefaultPrettyPrinterVisitor.java
    #	javaparser-core/src/main/java/com/github/javaparser/printer/configuration/ImportOrderingStrategy.java
    #	javaparser-core/src/main/java/com/github/javaparser/printer/configuration/imports/DefaultImportOrderingStrategy.java
    #	javaparser-core/src/main/java/com/github/javaparser/printer/configuration/imports/EclipseImportOrderingStrategy.java
    #	javaparser-core/src/main/java/com/github/javaparser/printer/configuration/imports/IntelliJImportOrderingStrategy.java
    #	javaparser-core/src/main/java/com/github/javaparser/resolution/declarations/ResolvedTypeParameterDeclaration.java
    #	javaparser-symbol-solver-core/pom.xml
    #	javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/EnclosedExprContext.java
    #	javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/LambdaExprContext.java
    #	javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/TypeHelper.java
    #	javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/TypeInference.java
    #	javaparser-symbol-solver-testing/pom.xml
    #	javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/Issue3083Test.java
    #	javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/PullRequest2398Test.java
    #	javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/DescriptorTest.java
    #	javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/MethodReferenceResolutionTest.java
    #	pom.xml
    #	readme.md
    smillst committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    8835d59 View commit details
    Browse the repository at this point in the history
  6. Revert "Fix: issue javaparser#3818 Wrong range calculation on ArrayTy…

    …pe with multiple dimensions"
    
    This reverts commit e6a1fdd.
    mernst committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    2c657a8 View commit details
    Browse the repository at this point in the history
  7. Comment out test

    mernst committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    2f5281b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ba6f4ee View commit details
    Browse the repository at this point in the history
  9. chore(deps): bump checkstyle from 10.6.0 to 10.7.0

    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.6.0 to 10.7.0.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](checkstyle/checkstyle@checkstyle-10.6.0...checkstyle-10.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    4239f3a View commit details
    Browse the repository at this point in the history
  10. Refactor: cleanup/refactor code after fixing javaparser#3859

    This commit contains various refactorings following the bug fix for javaparser#3859, as discussed in javaparser#3859 (comment) etc.
    
    Brief summary:
    - introduce local variables to avoid repeated evaluation of expressions.
    - move IS_NOT_ENCLOSED_EXPR to Expression, avoiding code duplication
    - add NodeWithArguments#getArgumentPosition (two overloads) and Expression#EXCLUDE_ENCLOSED_EXPR, and use them, avoiding code duplication (in TypeExtractor#getParamPos, LambdaExprContext#pos)
    - simplify CompilationUnit parsing (in test code)
    - add test code
    abego committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    6aa8ce3 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Merge pull request typetools#108 from smillst/updating-javaparser-par…

    …ent-3.25.0
    
    Update to JavaParser 3.25.0
    mernst authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    10d92da View commit details
    Browse the repository at this point in the history
  2. Merge pull request javaparser#3885 from javaparser/dependabot/maven/c…

    …om.puppycrawl.tools-checkstyle-10.7.0
    
    chore(deps): bump checkstyle from 10.6.0 to 10.7.0
    jlerbsc authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    26ec7cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4fb173 View commit details
    Browse the repository at this point in the history
  4. Merge pull request javaparser#3886 from abego/refactor-3859

    Refactor: cleanup/refactor code after fixing javaparser#3859
    jlerbsc authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    88c5872 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Fix: issue 1815 ArrayIndexOutOfBoundsException when resolving lambda …

    …parameter. This fix is offered by Blackgen
    jlerbsc committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    36934b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    812673d View commit details
    Browse the repository at this point in the history
  3. Merge pull request javaparser#3888 from jlerbsc/master

    Fix: issue 1815 ArrayIndexOutOfBoundsException when resolving lambda parameter. This fix is offered by Blackgen
    jlerbsc authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    1407bd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Fix: unit test resources

    jlerbsc committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    7109be8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    999ce1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4453a6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request javaparser#3890 from jlerbsc/master

    Fix issue 1883 Finding lambda return type
    jlerbsc authored Feb 4, 2023
    Configuration menu
    Copy the full SHA
    310e632 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    2b503c3 View commit details
    Browse the repository at this point in the history
  2. Throw an unsupported operation exception when the bound type of a sco…

    …pe, which is a constraint type, is not a reference type
    jlerbsc committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    dfa4701 View commit details
    Browse the repository at this point in the history
  3. An interface is not functional, while it only declares one abstract m…

    …ethod which is not a member of Object, if it declares two abstract methods which are not public members of Object
    jlerbsc committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    135d3c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e156d42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8d0075 View commit details
    Browse the repository at this point in the history
  6. Merge pull request javaparser#3894 from jlerbsc/master

    Improved search for functional interfaces
    jlerbsc authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    67fab3d View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    4806b1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a227de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43207a9 View commit details
    Browse the repository at this point in the history
  4. Fix: Issue 3045

    Unexpected exception when solving type inside an Anonymous class
    jlerbsc committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    2251b15 View commit details
    Browse the repository at this point in the history
  5. Fix issues on unit tests

    jlerbsc committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    ccebf56 View commit details
    Browse the repository at this point in the history
  6. Merge pull request javaparser#3896 from jlerbsc/master

    Fix: Issue 3045 Unexpected exception when solving type inside an Anonymous class
    jlerbsc authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    736401f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    381f6c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1367347 View commit details
    Browse the repository at this point in the history
  3. Merge pull request javaparser#3903 from jlerbsc/master

    Fix: \s escape gives lexical error but should be valid since Java 15
    jlerbsc authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    8f655b9 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump maven-javadoc-plugin from 3.4.1 to 3.5.0

    Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.1 to 3.5.0.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.4.1...maven-javadoc-plugin-3.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    abe0c0d View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Merge pull request javaparser#3906 from javaparser/dependabot/maven/o…

    …rg.apache.maven.plugins-maven-javadoc-plugin-3.5.0
    
    chore(deps): bump maven-javadoc-plugin from 3.4.1 to 3.5.0
    jlerbsc authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    2e2b5fb View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. chore(deps): bump versions-maven-plugin from 2.14.2 to 2.15.0

    Bumps [versions-maven-plugin](https://github.com/mojohaus/versions) from 2.14.2 to 2.15.0.
    - [Release notes](https://github.com/mojohaus/versions/releases)
    - [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md)
    - [Commits](mojohaus/versions@2.14.2...2.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:versions-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    5478e79 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Merge pull request javaparser#3914 from javaparser/dependabot/maven/o…

    …rg.codehaus.mojo-versions-maven-plugin-2.15.0
    
    chore(deps): bump versions-maven-plugin from 2.14.2 to 2.15.0
    jlerbsc authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    69fa82b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Fix: issue 3911

    java.lang.UnsupportedOperationException: T[] while resolving generic method with type parameter with arrays like List<T[]>
    jlerbsc committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    5e2a997 View commit details
    Browse the repository at this point in the history
  2. Merge pull request javaparser#3917 from jlerbsc/master

    Fix: issue 3911 java.lang.UnsupportedOperationException: T[] while resolving generic method with type parameter with arrays like List<T[]>
    jlerbsc authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    38b0278 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    545a732 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Fix: issue 3919 ResolvedType::isAssignableBy(ResolvedType) is wrong f…

    …or arrays of boxed types
    jlerbsc committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    14ca018 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f041929 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    26da202 View commit details
    Browse the repository at this point in the history
  2. Merge pull request javaparser#3920 from jlerbsc/master

    Fix: issue 3919 ResolvedType::isAssignableBy(ResolvedType) is wrong f…
    jlerbsc authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    ca25249 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46d9214 View commit details
    Browse the repository at this point in the history
  4. Fix: issue 3918

    JavaParserTypeDeclarationAdapter resolving wrong Type via Ancestor
    jlerbsc committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    0885f43 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    e32ac0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bc8788 View commit details
    Browse the repository at this point in the history
  3. Fix the solution must be valid for inner type with non composite name…

    …, inner type with composite name and fully qualified type name
    jlerbsc committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    831f3c4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request javaparser#3921 from jlerbsc/master

    Fix: issue 3918 JavaParserTypeDeclarationAdapter resolving wrong Type via Ancestor
    jlerbsc authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    11ea1f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Fix: issue 3924 Removing ImportDeclaration with Annotated package thr…

    …ough LexicalPreservingPrinter
    jlerbsc committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    4ea9b52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ca3973 View commit details
    Browse the repository at this point in the history
  3. Merge pull request javaparser#3926 from jlerbsc/master

    Fix: issue 3924 Removing ImportDeclaration with Annotated package thr…
    jlerbsc authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    58333f0 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump checkstyle from 10.7.0 to 10.8.0

    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.7.0 to 10.8.0.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](checkstyle/checkstyle@checkstyle-10.7.0...checkstyle-10.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    0f44e88 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Merge pull request javaparser#3927 from javaparser/dependabot/maven/c…

    …om.puppycrawl.tools-checkstyle-10.8.0
    
    chore(deps): bump checkstyle from 10.7.0 to 10.8.0
    jlerbsc authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    f5688c8 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0

    Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.1 to 3.11.0.
    - [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
    - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.10.1...maven-compiler-plugin-3.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-compiler-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    34592f6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request javaparser#3928 from javaparser/dependabot/maven/o…

    …rg.apache.maven.plugins-maven-compiler-plugin-3.11.0
    
    chore(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0
    jlerbsc authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    8bcc5b6 View commit details
    Browse the repository at this point in the history
  4. Update changelog

    jlerbsc committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    86e6f39 View commit details
    Browse the repository at this point in the history
  5. update readme

    jlerbsc committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    1339a54 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e76181 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e611f19 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    68f3857 View commit details
    Browse the repository at this point in the history
  9. Merge pull request typetools#109 from smillst/updating-javaparser-par…

    …ent-3.25.1
    
    Updating to JavaParser 3.25.1
    mernst authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    ef1e1a1 View commit details
    Browse the repository at this point in the history