- Move formatting workflows into separate file (PR #4480 by @johannescoetzee)
- Exclude unavailable macos <-> java version combinations from github tests (PR #4479 by @johannescoetzee)
- Fixes #4526. Fix Node.PostOrderIterator for roots without children (PR #4538 by @ktul)
- Add missing copyright notice to RecordPatternExpr.java (PR #4527 by @johannescoetzee)
- Add missing type erasure in ClassOrInterfaceType.toDescriptor (PR #4522 by @johanneskloos)
- Allow primitive types for patterns (PR #4506 by @johannescoetzee)
- Fix project formatting (PR #4499 by @johannescoetzee)
- Fix: issue 4492 resolve LambdaExpr has NullPointException (PR #4497 by @jlerbsc)
- Fix: issue 2738 UnsolvedSymbolException while trying to ResolvedMethodDeclaration from MethodCallExpr (PR #4482 by @jlerbsc)
- fix(deps): update byte-buddy.version to v1.15.1 (PR #4547 by @renovate[bot])
- fix(deps): update byte-buddy.version to v1.15.0 (PR #4543 by @renovate[bot])
- fix(deps): update dependency com.google.guava:guava to v33.3.0-jre (PR #4532 by @renovate[bot])
- fix(deps): update dependency net.bytebuddy:byte-buddy-agent to v1.14.19 (PR #4531 by @renovate[bot])
- chore(deps): update junit5 monorepo to v5.11.0 (PR #4528 by @renovate[bot])
- fix(deps): update byte-buddy.version to v1.14.18 (PR #4493 by @renovate[bot])
- chore(deps): update actions/checkout action to v4.1.7 (PR #4486 by @renovate[bot])
- chore(deps): update actions/checkout action to v4.0.0 (PR #4485 by @renovate[bot])
- chore(deps): update junit5 monorepo to v5.10.3 (PR #4483 by @renovate[bot])
- Add better instructions for re-formatting the project (PR #4540 by @johannescoetzee)
Thank You to all contributors who worked on this release!
- Fix record declarations nested in annotation declarations (PR #4460 by @johannescoetzee)
- Format code with spotless (PR #4465 by @johannescoetzee)
- Simplifying the search for types in compilation unit (PR #4459 by @jlerbsc)
- Add spotless plugin configuration (PR #4409 by @johannescoetzee)
- Disable spotless ratcheting and fix formatting (PR #4478 by @johannescoetzee)
- Fix: issue 4450 Endless recursion (-> StackOverflow) with cyclic static references (PR #4477 by @jlerbsc)
- Fix: issue 4399 MethodCallExpr inside lambda in assignment expression cannot be resolved (PR #4462 by @jlerbsc)
- Fix crash on SwitchExpr entries if tokens are not stored (PR #4461 by @johannescoetzee)
- Fix lookahead for pattern expression in switch entries [Issue 4455] (PR #4458 by @johannescoetzee)
- Automatically format code after codegen and validate with a github action (PR #4468 by @johannescoetzee)
- Add git-blame-ignore-revs file to ignore the reformatting commit in git blame (PR #4466 by @johannescoetzee)
- Add link to the guide to adding nodes in CONTRIBUTING.md (PR #4453 by @johannescoetzee)
Thank You to all contributors who worked on this release!
- [JEP 440] Add support for record patterns (PR #4432 by @johannescoetzee)
- PatternExpr -> TypePatternExpr refactor in preparation for record pattern implementation (PR #4387 by @johannescoetzee)
- [JEP441] Add support for switch pattern matching (PR #4375 by @johannescoetzee)
- Add support for
case null, default
in switch and fix concrete syntax model for new switch syntax (PR #4364 by @johannescoetzee)
- Fixes SYSTEM_EOL warnings (PR #4412 by @matthieu-vergne)
- Refact: Adds a find node by range method in Node class (PR #4377 by @jlerbsc)
- Fix: issue 3277 StackOverflow issue while parse MethodCallExpr/FieldAccessExpr, their ancestor/child node is ObjectCreation expression which contain .new (PR #4447 by @jlerbsc)
- Fix expressions in the body of switch expression entries (Issue 4440) (PR #4446 by @johannescoetzee)
- Fix: issue 4442 LexicalPreservingPrinter does not support unexpected token (PR #4444 by @jlerbsc)
- Fix: issue 3100 JavaSymbolSolver unable to resolve an inner class defined in a base class (PR #4441 by @jlerbsc)
- Fix: 4330 Method 'forEach' cannot be resolved in certain context (PR #4436 by @jlerbsc)
- Fix: 'permits' and 'sealed' Contextual keyworlds usage (PR #4434 by @jlerbsc)
- Fixes an error in jbehave tests when they are run in a Windows os (PR #4433 by @jlerbsc)
- Make resolution of implements and extends types start with the parent… (PR #4430 by @eldapiiro)
- Fix: solveMethodAsUsage() for implicit method ::values() (PR #4424 by @Kimmmey)
- Fix: ::values() is a static method, was not static (PR #4417 by @Kimmmey)
- Fix missed generated code from PatternExpr refactor (PR #4414 by @johannescoetzee)
- Fixes #4410 (PR #4411 by @matthieu-vergne)
- Fix issue 2368 Unable to calculate the type of a varargs parameter (PR #4402 by @jlerbsc)
- Fix: Fixes the version currently supported by Javaparser. (PR #4393 by @jlerbsc)
- ?? make mvnw command runnable by copy-pasting (PR #4382 by @cravingPixels)
- chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 (PR #4415 by @dependabot[bot])
- Minor refactoring on Concrete syntax model (PR #4405 by @jlerbsc)
- chore(deps): bump actions/checkout from 4.1.2 to 4.1.3 (PR #4381 by @dependabot[bot])
Thank You to all contributors who worked on this release!
- Fix issue 4345 Strange error when trying to find erasure of generic t… (PR #4362 by @jlerbsc)
- fix: issue 4358 prevent infinite cycles with static imports (PR #4359 by @kdunee)
- Refactor
ResolvedReferenceType#equals
(PR #4351 by @freya022) - fix: issue 4331 Cannot be 'abstract' and also 'private'. for a private method in an interface (PR #4332 by @jlerbsc)
- chore(deps): bump actions/checkout from 4.1.1 to 4.1.2 (PR #4341 by @dependabot[bot])
Thank You to all contributors who worked on this release!
- Fix: issue #3878 resolve MethodReference in ObjectCreationExpr (PR #4296 by @fishautumn)
- Switch order of literals to prevent NullPointerException (PR #4322 by @citizenjosh)
- Minor refactoring to use the existing getArgumentPosition method (PR #4306 by @jlerbsc)
- Optimize find ancestor (PR #4294 by @magicwerk)
- refac: Removes useless ExpressionHelper utility class and replaces some explicit casts by using the javaparser API (PR #4291 by @jlerbsc)
- fix: Dead stores should be removed (sonar rule) (PR #4329 by @jlerbsc)
- fix: Replace this if-then-else statement by a single return statement (sonar rule) (PR #4328 by @jlerbsc)
- fix: issue 2043 getAccessSpecifier should return public for interface methods (PR #4317 by @jlerbsc)
- Further improve correction of whitespace during difference application (PR #4316 by @jlerbsc)
- Fix: issue #3946 Symbol solver is unable to resolve inherited inner classes (PR #4314 by @jlerbsc)
- fix: issue 4311 IllegalStateException when removing all comments with LexicalPreservingPrinter (PR #4313 by @jlerbsc)
- Fix: issue 3939 SymbolResolver.calculateType(Expression) may fails on first try, then succeed on later tries (PR #4290 by @jlerbsc)
- Adds unit test for issue 4284 "ClassCastException when resolving MethodCallExpr inside an enhanced switch statement" (PR #4285 by @jlerbsc)
- Change
SwitchStmt
toSwitchNode
inSwitchEntryContext
to avoidClassCastException
(PR #4283 by @PalashSharma20)
- chore(deps): bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 (PR #4323 by @dependabot[bot])
- chore(deps): update junit5 monorepo to v5.10.2 (PR #4307 by @renovate[bot])
- chore(deps): update codecov/codecov-action action to v4 (PR #4304 by @renovate[bot])
- chore(deps): update actions/cache action to v4 (PR #4293 by @renovate[bot])
Thank You to all contributors who worked on this release!
- feat: creates cache statistics and moves Cache interface to javaparser-core (PR #4278 by @jlerbsc)
- feat: Add parseArrayInitializerExpr to JavaParser API (PR #4276 by @iMashtak)
- feat: A visitor looking for a node by its position in an AST (PR #4258 by @jlerbsc)
- fix: Partial removal of the use of instanceof in favour of the use of the API (PR #4280 by @jlerbsc)
- [GHA] Run on java 18 (PR #4252 by @hazendaz)
- fix: issue 4240 Calling resolve on catch block parameter throws exception (PR #4279 by @jlerbsc)
- Fix: issue 4270 Exception when resolving ObjectCreationExpr with nested varargs (PR #4273 by @jlerbsc)
- add Java_18 to yieldSupport (PR #4262 by @Kimmmey)
- fix: issue #4245 UnsupportedOperationException with LexicalPreservingPrinter when removing a sealed modified (PR #4253 by @jlerbsc)
- [ci] Fix change log released version as 3.25.7 (PR #4251 by @hazendaz)
- Fix: issue 3278 Lazy types cause stack overflow when trying to find the least upper bound type (PR #4246 by @jlerbsc)
- chore(deps): bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre (PR #4264 by @dependabot[bot])
Thank You to all contributors who worked on this release!
- [GHA] Remove old comment that is no longer valid around jdks and add jdk 17 (PR #4226 by @hazendaz)
- Fix: issue 3833 No enum constant com.github.javaparser.ParserConfiguration.LanguageLevel.JAVA_18 (PR #4221 by @jlerbsc)
- Refactoring: Move cache features to javaparser-core (PR #4238 by @jlerbsc)
- Fix: removes reference to coveralls plugin which is not useful because codecov is used to track code coverage (PR #4235 by @jlerbsc)
- Uses jakarta.json api, upgrades jakarta.json-api to the latest version & uses new default Eclipse Parsson (PR #4234 by @jlerbsc)
- Move mockito to 4.11.0 and handle byte buddy consistently as well as properly define its agent in argLine for surefire (PR #4228 by @hazendaz)
- Cleanup poms, use jakarta provided (javax namespace), hamcrest follow up, and switch coveralls plugin - Fixes #4111 (PR #4225 by @hazendaz)
- [pom] Switch from hamcrest-library (deprecated) to hamcrest (PR #4200 by @hazendaz)
- Putting code in the .orElse that has a side effect that can affect performance (PR #4199 by @jlerbsc)
- Fix: issue 3650 unreproducible MAVEN_BUILD_TIMESTAMP (PR #4243 by @jlerbsc)
- Fix: issue 3972 StackOverflowError when resolving type of scope of a MethodCall (PR #4236 by @jlerbsc)
- [fix] Jdk 18 enum stub was extended off java 16 post processor not java17 (PR #4227 by @hazendaz)
- Fix: issue #4047 Symbol Solver mixes name with type (PR #4206 by @jlerbsc)
- Fix grammar (PR #4203 by @mernst)
- Minor changes : corrupted format, useless cast, javadoc (PR #4198 by @jlerbsc)
- chore(deps): update actions/setup-java action to v4 (PR #4241 by @renovate[bot])
- chore(deps): bump org.codehaus.mojo:build-helper-maven-plugin from 3.4.0 to 3.5.0 (PR #4223 by @dependabot[bot])
- Adds sponsor link to help the project live and grow (PR #4204 by @jlerbsc)
- chore(deps): bump org.codehaus.mojo:templating-maven-plugin from 1.0.0 to 3.0.0 (PR #4195 by @dependabot[bot])
- chore(deps): update junit5 monorepo to v5.10.1 (PR #4193 by @renovate[bot])
- Added unit tests for visitors (PR #4239 by @4everTheOne)
- Unit tests for class GenericListVisitorAdapter (PR #4237 by @4everTheOne)
- Update readme.md (PR #4222 by @jlerbsc)
Thank You to all contributors who worked on this release!
- reformat javaconcept take 2 (PR #4167 by @JimmyGan437)
- Using JAXP on XMLPrinter implementation (PR #4166 by @lcbarcellos)
- replace deprecated methond calls to their replacements (PR #4157 by @JimmyGan437)
- feat(#4075): Improve the validation error messages (PR #4116 by @volodya-lombrozo)
- Fix: issue #2751 new HashSet()" != "new HashSet<>() (PR #4183 by @lcbarcellos)
- Fixes #2625 Add messages to thrown exceptions (PR #4177 by @oannhpham)
- Fix: issue 4163 Calling MethodDeclaration.getDeclarationAsString leads to MethodDelaration.getComment returning no comment (PR #4165 by @jlerbsc)
- Fix: issue 3673 isAssignableBy method StackOverflowError (PR #4156 by @jlerbsc)
- fix: issue 3184 Unable to get the resolved type of class ResolvedReferenceType from T (PR #4147 by @jlerbsc)
- Fix: issue #3269 Test resources containing included interfaces do not compile (PR #4139 by @jlerbsc)
- CalculateResolvedType Type error (PR #4138 by @jlerbsc)
- Fix: issue #4036 LeastUpperBoundLogic.lub returns null when matches ConditionalExpr (PR #4137 by @jlerbsc)
- Fix: issue #2484 SymbolResolver on MethodCallExpr fails if method parameter is of kind Class<? extends y> (PR #4136 by @jlerbsc)
- chore(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre (PR #4154 by @dependabot[bot])
- chore(deps): update actions/checkout action to v4 (PR #4141 by @renovate[bot])
Thank You to all contributors who worked on this release!
- fix: issue 4115 ResolvedUnionType should give access to a list of resolved types (PR #4119 by @jlerbsc)
- Support getting more annotation default values using reflection (PR #4103 by @freya022)
- Minor refactoring: Simplifies how to group deleted tokens by extracting a method into an independent class (PR #4134 by @jlerbsc)
- Replace deprecated command with environment file (PR #4122 by @70825)
- Fixes missing named constructor in Modifier.java (PR #4092 by @Auties00)
- Fix: issue 4133 Top-level class containerType() throws an exception instead of Optional.empty() (PR #4135 by @jlerbsc)
- Fix: apply multiline strings (PR #4130 by @70825)
- Fix: issue 3976 Issue resolving implicit generic types (PR #4128 by @jlerbsc)
- Add unit test for PR 4091 Fixed missing permits in pretty printer (PR #4126 by @jlerbsc)
- Fix: issue 4124 UnsupportedOperationException: 'T' is thrown in MethodCallExpr resolve (PR #4125 by @jlerbsc)
- Fix: issue 4051 Switched upperBounds and lowerBounds on ResolvedTypeP… (PR #4123 by @jlerbsc)
- Fix failing test on JDK 17 (PR #4121 by @mahesh-hegde)
- Fix: issue 3673 isAssignableBy method StackOverflowError (PR #4118 by @jlerbsc)
- Orphan comment added when using lexical preservation is not printed (PR #4114 by @jlerbsc)
- Fixed missing permits in pretty printer (PR #4091 by @Auties00)
- chore(deps): update actions/checkout action to v3.6.0 (PR #4127 by @renovate[bot])
- chore(deps): bump com.google.guava:guava from 32.1.1-jre to 32.1.2-jre (PR #4109 by @dependabot[bot])
Thank You to all contributors who worked on this release!
- Nested 'if' statements should be simplified (PR #4085 by @jlerbsc)
- BDD tests: migarte to JBehave 5 (PR #4028 by @valfirst)
- Fix: issue 4077 After building JavaParser (with tests) on MacOS multi… (PR #4086 by @jlerbsc)
- fix line separators of selected test files (PR #4083 by @abego)
- Fix: issue 3978 typesolver can't parse in parallel (PR #4073 by @jlerbsc)
- Fix #4056 isDeclaredInInterface() returns true for fields declared inside enumerations contained in an interface (PR #4057 by @Elewyth)
- Fix: issue 4037 ArrayIndexOutOfBoundsException throws when method param is variadic (PR #4046 by @jlerbsc)
- Fix: issue 4016 Failed to parse variable with name 'sealed' or 'permits' (PR #4039 by @jlerbsc)
- chore(deps): bump guava from 32.1.0-jre to 32.1.1-jre (PR #4089 by @dependabot[bot])
- chore(deps): bump guava from 32.0.0-jre to 32.1.0-jre (PR #4087 by @dependabot[bot])
- chore(deps): bump checkstyle from 10.12.0 to 10.12.1 (PR #4084 by @dependabot[bot])
- chore(deps): bump versions-maven-plugin from 2.15.0 to 2.16.0 (PR #4055 by @dependabot[bot])
- chore(deps): bump maven-release-plugin from 3.0.0 to 3.0.1 (PR #4053 by @dependabot[bot])
- chore(deps): bump guava from 31.1-jre to 32.0.0-jre (PR #4042 by @dependabot[bot])
- chore(deps): bump maven-dependency-plugin from 3.5.0 to 3.6.0 (PR #4035 by @dependabot[bot])
- chore(deps): bump maven-checkstyle-plugin from 3.2.2 to 3.3.0 (PR #4033 by @dependabot[bot])
- chore(deps): bump maven-scm-plugin from 2.0.0 to 2.0.1 (PR #4031 by @dependabot[bot])
- chore(deps): bump codecov/codecov-action from 3.1.3 to 3.1.4 (PR #4030 by @dependabot[bot])
- chore(deps): bump build-helper-maven-plugin from 3.3.0 to 3.4.0 (PR #4026 by @dependabot[bot])
- chore(deps): update dependency maven to v3.9.2 (PR #4024 by @renovate[bot])
Thank You to all contributors who worked on this release!
- add Java 17 sealed/non-sealed classes (PR #3997 by @kris-scheibe)
- Minor simplification of the Difference class (PR #4008 by @jlerbsc)
- Perf: Remove unnecessary methods and quickly return to the Range.cont… (PR #3996 by @jlerbsc)
- Fix: issue 1843 Problems with hasAnnotation() and hasDirectlyAnnotati… (PR #4015 by @jlerbsc)
- Fix: Issue 3995 resolving a method call with a variadic argument of p… (PR #3998 by @jlerbsc)
- Fix: issue 3983 why FieldDeclaration in an interface calling isStatic… (PR #3986 by @jlerbsc)
- chore(deps): bump checkstyle from 10.9.3 to 10.10.0 (PR #4014 by @dependabot[bot])
- chore(deps): update junit5 monorepo to v5.9.3 (PR #4012 by @renovate[bot])
- chore(deps): bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (PR #4011 by @dependabot[bot])
- chore(deps-dev): bump okhttp from 4.10.0 to 4.11.0 (PR #4009 by @dependabot[bot])
- chore(deps): bump codecov/codecov-action from 3.1.2 to 3.1.3 (PR #4006 by @dependabot[bot])
- chore(deps): bump maven-checkstyle-plugin from 3.2.1 to 3.2.2 (PR #4005 by @dependabot[bot])
- chore(deps): bump actions/checkout from 3.5.1 to 3.5.2 (PR #3994 by @dependabot[bot])
- chore(deps): bump actions/checkout from 3.5.0 to 3.5.1 (PR #3992 by @dependabot[bot])
- chore(deps): bump codecov/codecov-action from 3.1.1 to 3.1.2 (PR #3988 by @dependabot[bot])
- chore(deps): bump maven-deploy-plugin from 3.1.0 to 3.1.1 (PR #3985 by @dependabot[bot])
- chore(deps): bump jacoco-maven-plugin from 0.8.8 to 0.8.9 (PR #3981 by @dependabot[bot])
- chore(deps): bump checkstyle from 10.9.1 to 10.9.3 (PR #3980 by @dependabot[bot])
- chore(deps): bump maven-resources-plugin from 3.3.0 to 3.3.1 (PR #3979 by @dependabot[bot])
- chore(deps): bump maven-install-plugin from 3.1.0 to 3.1.1 (PR #3975 by @dependabot[bot])
- chore(deps): bump maven-release-plugin from 2.5.3 to 3.0.0 (PR #3965 by @dependabot[bot])
- add test for showing interface field shall be static & final (PR #3984 by @XenoAmess)
Thank You to all contributors who worked on this release!
- chore(deps): bump maven-scm-plugin from 1.13.0 to 2.0.0 (PR #3961 by @dependabot[bot])
- chore(deps): bump checkstyle from 10.8.1 to 10.9.1 (PR #3958 by @dependabot[bot])
- chore(deps): bump actions/checkout from 3.3.0 to 3.4.0 (PR #3954 by @dependabot[bot])
- Fix: issue 3947 MANIFEST.MF points to non-existent URL (PR #3966 by @jlerbsc)
- Fix: issue 3951 ConfilictingGenericTypesException is thrown when an Object type is expected as a parameter and an interface is provided as the actual parameter (PR #3963 by @jlerbsc)
- Fix: issue 3949 LexicalPreservingPrinter Ignores Changes to LambdaExp… (PR #3959 by @jlerbsc)
- Fix: Unit test since Return-Type-Substituable is fully implemented on reference type (PR #3943 by @jlerbsc)
- Fix: issue on FunctionalInterfaceLogic but waiting for Return-Type-Su… (PR #3941 by @jlerbsc)
- Suggested fix: hardcoded specific LambdaExpr case in LexicalDifferenc… (PR #3938 by @blacelle)
- Fix TextBlockLiteralExpr in LexicalDifferenceCalculator (PR #3937 by @blacelle)
- Fix: issue 3919 An array of primitive type cannot be assigned to an array of object (PR #3933 by @jlerbsc)
- chore(deps): update actions/checkout action to v3.5.0 (PR #3953 by @renovate[bot])
Thank You to all contributors who worked on this release!
- Fix: Issue 3045 Unexpected exception when solving type inside an Anonymous class (PR #3896 by @jlerbsc)
- chore(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0 (PR #3928 by @dependabot[bot])
- chore(deps): bump checkstyle from 10.7.0 to 10.8.0 (PR #3927 by @dependabot[bot])
- chore(deps): bump versions-maven-plugin from 2.14.2 to 2.15.0 (PR #3914 by @dependabot[bot])
- chore(deps): bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (PR #3906 by @dependabot[bot])
- Refactor: cleanup/refactor code after fixing #3859 (PR #3886 by @abego)
- Fix: issue 3924 Removing ImportDeclaration with Annotated package thr… (PR #3926 by @jlerbsc)
- Fix: issue 3918 JavaParserTypeDeclarationAdapter resolving wrong Type via Ancestor (PR #3921 by @jlerbsc)
- Fix: issue 3919 ResolvedType::isAssignableBy(ResolvedType) is wrong f… (PR #3920 by @jlerbsc)
- Fix: issue 3911 java.lang.UnsupportedOperationException: T[] while resolving generic method with type parameter with arrays like List<T[]> (PR #3917 by @jlerbsc)
- Fix: \s escape gives lexical error but should be valid since Java 15 (PR #3903 by @jlerbsc)
- Fix: Issue 3045 Unexpected exception when solving type inside an Anonymous class (PR #3896 by @jlerbsc)
- Fix issue 1883 Finding lambda return type (PR #3890 by @jlerbsc)
- Fix: issue 1815 ArrayIndexOutOfBoundsException when resolving lambda parameter. This fix is offered by Blackgen (PR #3888 by @jlerbsc)
- chore(deps): bump checkstyle from 10.6.0 to 10.7.0 (PR #3885 by @dependabot[bot])
Thank You to all contributors who worked on this release!
- First part of the implementation of least upper bound logic (PR #3880 by @jlerbsc)
- feat: Improved support for calculating the type of an object creation… (PR #3877 by @jlerbsc)
- feat: Implement addRecord & getRecordByName for CompilationUnit (PR #3836 by @marcluque)
- Support Jigsaw requires static (PR #3826 by @jlerbsc)
- Add toDescriptor to ResolvedMethodDeclaration (PR #3819 by @vanHekthor)
- Refactoring context (WIP) (PR #3792 by @jlerbsc)
- Refactoring context (WIP) (PR #3782 by @jlerbsc)
- Refactoring convert to usage (PR #3774 by @jlerbsc)
- Simplified usage of class AssociableToAST (PR #3063 by @4everTheOne)
- Revert import related checkstyle rule from error to warning (PR #3881 by @jlerbsc)
- Minor refactoring for example to get all parameter types (PR #3879 by @jlerbsc)
- Add header and footer methods in comments instead of using literal st… (PR #3876 by @jlerbsc)
- In the context of lexical preservation, the CSM token must be added m… (PR #3874 by @jlerbsc)
- Refactoring: remove useless code that is already implemented (PR #3869 by @jlerbsc)
- Memory usage improvement when printing a node from the LexicalPreserv… (PR #3858 by @jlerbsc)
- chore(deps-dev): bump assertj-core from 3.24.1 to 3.24.2 (PR #3852 by @dependabot[bot])
- chore(deps): bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 (PR #3846 by @dependabot[bot])
- chore(deps): bump maven-dependency-plugin from 3.4.0 to 3.5.0 (PR #3845 by @dependabot[bot])
- chore(deps): update junit5 monorepo to v5.9.2 (PR #3840 by @renovate[bot])
- Minor refactoring on Difference class (PR #3839 by @jlerbsc)
- chore(deps-dev): bump assertj-core from 3.23.1 to 3.24.1 (PR #3837 by @dependabot[bot])
- chore(deps): bump actions/checkout from 3.2.0 to 3.3.0 (PR #3834 by @dependabot[bot])
- chore(deps): bump checkstyle from 10.5.0 to 10.6.0 (PR #3829 by @dependabot[bot])
- Fix: Method hasScope must return true on NodeWithOptionalScope and No… (PR #3875 by @jlerbsc)
- fix #3859 UnsupportedOperationException when trying to resolve a type… (PR #3873 by @abego)
- Fix: issue 3866 Symbol solver is unable to resolve inner classes of ancestors when they are prefixed with a subclass (PR #3868 by @jlerbsc)
- Fix: issue 3703 Allow removing empty parentheses after removing all pairs from an annotation (PR #3865 by @jlerbsc)
- Fix: One must be able to know if any resolved type is a boxed primiti… (PR #3864 by @jlerbsc)
- Fix: Issue 2374 Comments of added Nodes are ignored in LexicalPreserv… (PR #3856 by @jlerbsc)
- Checkstyle for unused import (PR #3841 by @4everTheOne)
- Update bnd file (PR #3783 by @jlerbsc)
- Add test case to verify range calculation on ArrayType (PR #3828 by @jlerbsc)
- Add test case to verify that LexicalPreservation supports TextBlock (PR #3827 by @jlerbsc)
- Refactoring: Removing useless method convertToUsage in JavaParserFacade (PR #3780 by @jlerbsc)
Thank You to all contributors who worked on this release!
- Add a method in LexicalPreservingPrinter to know if LPP is available/activated on the specified node (PR #3823 by @jlerbsc)
- Handle nested records (PR #3814 by @mernst)
- Source printer import ordering strategy (PR #3807 by @4everTheOne)
- chore(deps): bump versions-maven-plugin from 2.14.1 to 2.14.2 (PR #3817 by @dependabot[bot])
- Enabled import validation (PR #3812 by @4everTheOne)
- Part 5 | Import organization (PR #3805 by @4everTheOne)
- Part 4 | Import organization (PR #3804 by @4everTheOne)
- Part 3 | Import organization (PR #3803 by @4everTheOne)
- Part 2 | Import organization (PR #3802 by @4everTheOne)
- Part 1 | Import organization (PR #3801 by @4everTheOne)
- Checkstyle configuration tweaks (PR #3799 by @4everTheOne)
- chore(deps): bump versions-maven-plugin from 2.13.0 to 2.14.1 (PR #3797 by @dependabot[bot])
- chore(deps): bump actions/checkout from 3.1.0 to 3.2.0 (PR #3789 by @dependabot[bot])
- chore(deps): bump checkstyle from 8.45.1 to 10.5.0 (PR #3788 by @dependabot[bot])
- explicit use asString for performance (PR #3821 by @dencat)
- Fix: issue #3818 Wrong range calculation on ArrayType with multiple d… (PR #3820 by @jlerbsc)
- Fix: Lexical Preserving Fails To Remove Comment (PR #3810 by @jlerbsc)
- chore(deps): bump versions-maven-plugin from 2.13.0 to 2.14.0 (PR #3794 by @dependabot[bot])
- Basic CheckStyle validation (PR #3781 by @4everTheOne)
Thank You to all contributors who worked on this release!
- Created TypeSolverBuilder (PR #3421 by @4everTheOne)
- Changing, in test classes, the initialization of the lexical preserva… (PR #3779 by @jlerbsc)
- chore(deps): bump maven-dependency-plugin from 3.3.0 to 3.4.0 (PR #3770 by @dependabot[bot])
- chore(deps): bump maven-install-plugin from 3.0.1 to 3.1.0 (PR #3756 by @dependabot[bot])
- Fix: #3195 Resolved methods in outer classes not inferred correcly (PR #3778 by @jlerbsc)
- Fix: #3681 LineComment alwaysing trimming content (PR #3777 by @jlerbsc)
- Fix: #3773 Replacing nodes causes error in lexical preserving printer… (PR #3776 by @jlerbsc)
- Fix: #2517 Modifying some nodes with the lexicalPreservation enabled … (PR #3775 by @jlerbsc)
- Fix: #3725 JavaParserFacade var type in for-each loop cannot be resolved (PR #3768 by @abego)
- Fix: #3216 LexicalPreservingPrinter add Wrong indentation when removing comments (PR #3766 by @jlerbsc)
- Fix: #3472 Line comment removal causes IllegalStateException with LexicalPreservingPrinter (PR #3765 by @jlerbsc)
- Fix: #3441 LexicalPreservingPrinter prints wrong output with line com… (PR #3764 by @jlerbsc)
- Fix: #2137 ClassOrInterfaceDeclaration addMember using index (PR #3763 by @jlerbsc)
- Fix: #3761 Lexical preserving corrupts source when adding a modifier in first position (PR #3762 by @jlerbsc)
- Fix: #3693 Removing modifiers from method declaration results in loss… (PR #3760 by @jlerbsc)
- Fix: #3750 Lexical preserving corrupts source (PR #3759 by @jlerbsc)
- Fix: Fix the indentation generated by the LexicalPreservingPrinter wh… (PR #3758 by @jlerbsc)
Thank You to all contributors who worked on this release!
- [Fixes #3099] Added ability to solve type with a list of expected type arguments (PR #3213 by @4everTheOne)
- [Suggestion] NonNull generator for parameters (PR #3127 by @4everTheOne)
- Updated workflow to only run one job per PR (PR #3744 by @4everTheOne)
- Remove or comment system.out.println statement in unit tests (PR #3741 by @jlerbsc)
- Added Optional method in SymbolReference (PR #3740 by @4everTheOne)
- Centralized management of symbol solver exceptions to prevent exception type Erasion (PR #3731 by @jlerbsc)
- Fix issue #1827 Issue resolving a constructor of a class using generics (PR #3752 by @jlerbsc)
- Fix issue #3728 ParseProblemException (PR #3743 by @jlerbsc)
- Updated Badge for Build and Coverage (PR #3742 by @4everTheOne)
- Position (PR #3734 by @ameliagenova)
- Fix part of issue #3721 UnsupportedOperationException while trying to modify the type of a variable (PR #3726 by @jlerbsc)
- Implemented isReferenceType in
ResolvedTypeDeclaration
and isTypeParameter inResolvedTypeParameterDeclaration
(PR #3206 by @4everTheOne)
- chore(deps): bump versions-maven-plugin from 2.12.0 to 2.13.0 (PR #3727 by @dependabot[bot])
- Fix maven wrapper not found in generator scripts (PR #3717 by @PPazderski)
- chore(deps): bump actions/checkout from 3.0.2 to 3.1.0 (PR #3716 by @dependabot[bot])
- Change issue 1945 test to paramaterized (PR #3739 by @flanbino)
- More unit tests for JavaToken and CodeGenerationUtils (PR #3736 by @ameliagenova)
Thank You to all contributors who worked on this release!
- Issue #3415 (PR #3722 by @nelson-ng-96)
- Refactoring - use of existing methods (PR #3697 by @jlerbsc)
- Refactoring adding convenient methods to know if a DifferenceElement is added, removed or kept (PR #3695 by @jlerbsc)
- Issue #3415 (PR #3722 by @nelson-ng-96)
- Fix for ReflectionAnnotationDeclaration getClassName() (PR #3723 by @Blackgen)
- Fix some yield expressions not recognized (PR #3714 by @PPazderski)
- Accept final in instanceof pattern (PR #3713 by @PPazderski)
- [Fix] Avoid test failure due to line separator differences on windows host (PR #3711 by @jlerbsc)
- Fix issue #3700 Removing last statement with LexicalPreservingPrinter results in loss of indendation (PR #3704 by @jlerbsc)
- Fix issue #3678 Function accepts a configuration but it does not do anything (PR #3692 by @jlerbsc)
Thank You to all contributors who worked on this release!
- Issue #3405 thread safety of pre/postprocessors (incl. breaking change to
Processor
with pre/post processor methods). (PR #3515 by @matozoid)
- chore(deps): bump javassist from 3.29.0-GA to 3.29.1-GA (PR #3661 by @dependabot[bot])
- chore(deps): update junit5 monorepo to v5.9.0 (PR #3645 by @renovate[bot])
- chore(deps): bump maven-resources-plugin from 3.2.0 to 3.3.0 (PR #3644 by @dependabot[bot])
- Flexible symbol resolution for declaration types (PR #3634 by @Col-E)
- Minor refactoring to manage check in range and use hasRange method in class CommentsInserter (PR #3587 by @jlerbsc)
- Renaming PACKAGE_PRIVATE to NONE (this refers to the discussion in the issue #2242) (PR #3573 by @jlerbsc)
- Fix typos (PR #3675 by @mernst)
- Fix issue #3614 UnsolvedSymbolException when package declaration contains comment (PR #3671 by @jlerbsc)
- chore(deps): update dependency org.apache.maven.plugins:maven-install-plugin to v3.0.0 (PR #3640 by @renovate[bot])
- Fix documentation of
JAVA_17
(PR #3623 by @mernst) - Fix issue 3631 NameExpr.resolve() does not take end of inner block scopes into account (PR #3613 by @jlerbsc)
- Fix issue #3588 Modifier is removed when removing an annotation (PR #3600 by @jlerbsc)
- Fix lambda generic types that are always resolved to the first type param (PR #3595 by @johannescoetzee)
- Fix issue #3489 SourceRoot.tryToParse() fails if the root path ends with a directory that is not a java identifier (PR #3551 by @jlerbsc)
- Default pretty printer should print inner-class receiver parameters on constructors (PR #3527 by @kelloggm)
- Issue #3405 thread safety of pre/postprocessors (incl. breaking change to
Processor
with pre/post processor methods). (PR #3515 by @matozoid)
- chore(deps): update dependency org.apache.maven.plugins:maven-install-plugin to v3.0.1 (PR #3641 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.0.0 (PR #3639 by @renovate[bot])
- chore(deps): bump exec-maven-plugin from 3.0.0 to 3.1.0 (PR #3637 by @dependabot[bot])
- chore(deps): update dependency com.squareup.okhttp3:okhttp to v4.10.0 (PR #3612 by @renovate[bot])
- chore(deps): update dependency biz.aqute.bnd:bnd-maven-plugin to v6.3.1 (PR #3607 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0-m7 (PR #3605 by @renovate[bot])
- chore(deps): update dependency org.mockito:mockito-inline to v4.6.1 (PR #3601 by @renovate[bot])
- chore(deps): update dependency biz.aqute.bnd:bnd-maven-plugin to v6.3.0 (PR #3598 by @renovate[bot])
- chore(deps): update dependency org.assertj:assertj-core to v3.23.1 (PR #3596 by @renovate[bot])
- chore(deps): update dependency org.assertj:assertj-core to v3.23.0 (PR #3594 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-scm-plugin to v1.13.0 (PR #3593 by @renovate[bot])
- chore(deps): update dependency org.mockito:mockito-inline to v4.6.0 (PR #3589 by @renovate[bot])
- chore(deps): update dependency org.codehaus.mojo:versions-maven-plugin to v2.11.0 (PR #3585 by @renovate[bot])
- fix(deps): update dependency org.javassist:javassist to v3.29.0-ga (PR #3581 by @renovate[bot])
- chore(deps): update dependency org.jbehave:jbehave-core to v4.8.3 (PR #3574 by @renovate[bot])
- chore(deps): bump codecov/codecov-action from 3.0.0 to 3.1.0 (PR #3567 by @dependabot[bot])
- chore(deps): update actions/checkout action to v3.0.2 (PR #3565 by @renovate[bot])
- chore(deps): update dependency org.mockito:mockito-inline to v4.5.1 (PR #3564 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-site-plugin to v3.12.0 (PR #3561 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.4.0 (PR #3560 by @renovate[bot])
- chore(deps): update dependency org.mockito:mockito-inline to v4.5.0 (PR #3557 by @renovate[bot])
- chore(deps): update actions/checkout action to v3.0.1 (PR #3555 by @renovate[bot])
- official Apache Maven wrapper (PR #3552 by @sullis)
- chore(deps): update codecov/codecov-action action to v3 (PR #3545 by @renovate[bot])
- chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.8 (PR #3544 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-clean-plugin to v3.2.0 (PR #3542 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0-m6 (PR #3541 by @renovate[bot])
- Implemented JavaParserTypeVariableDeclaration getAncestors method (PR #3060 by @4everTheOne)
Thank You to all contributors who worked on this release!
GPG Fingerprint: 253E8E4C6FB28D11748115C1249DEE8E2C07A0A2
- Issue #3405 thread safety of pre/postprocessors (incl. breaking change to
Processor
with pre/post processor methods). (PR #3515 by @matozoid)
- chore(deps): update junit5 monorepo to v5.9.0 (PR #3645 by @renovate[bot])
- chore(deps): bump maven-resources-plugin from 3.2.0 to 3.3.0 (PR #3644 by @dependabot[bot])
- Flexible symbol resolution for declaration types (PR #3634 by @Col-E)
- Minor refactoring to manage check in range and use hasRange method in class CommentsInserter (PR #3587 by @jlerbsc)
- Renaming PACKAGE_PRIVATE to NONE (this refers to the discussion in the issue #2242) (PR #3573 by @jlerbsc)
- chore(deps): update dependency org.apache.maven.plugins:maven-install-plugin to v3.0.0 (PR #3640 by @renovate[bot])
- Fix documentation of
JAVA_17
(PR #3623 by @mernst) - Fix issue 3631 NameExpr.resolve() does not take end of inner block scopes into account (PR #3613 by @jlerbsc)
- Fix issue #3588 Modifier is removed when removing an annotation (PR #3600 by @jlerbsc)
- Fix lambda generic types that are always resolved to the first type param (PR #3595 by @johannescoetzee)
- Fix issue #3489 SourceRoot.tryToParse() fails if the root path ends with a directory that is not a java identifier (PR #3551 by @jlerbsc)
- Default pretty printer should print inner-class receiver parameters on constructors (PR #3527 by @kelloggm)
- Issue #3405 thread safety of pre/postprocessors (incl. breaking change to
Processor
with pre/post processor methods). (PR #3515 by @matozoid)
- chore(deps): update dependency org.apache.maven.plugins:maven-install-plugin to v3.0.1 (PR #3641 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.0.0 (PR #3639 by @renovate[bot])
- chore(deps): bump exec-maven-plugin from 3.0.0 to 3.1.0 (PR #3637 by @dependabot[bot])
- chore(deps): update dependency com.squareup.okhttp3:okhttp to v4.10.0 (PR #3612 by @renovate[bot])
- chore(deps): update dependency biz.aqute.bnd:bnd-maven-plugin to v6.3.1 (PR #3607 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0-m7 (PR #3605 by @renovate[bot])
- chore(deps): update dependency org.mockito:mockito-inline to v4.6.1 (PR #3601 by @renovate[bot])
- chore(deps): update dependency biz.aqute.bnd:bnd-maven-plugin to v6.3.0 (PR #3598 by @renovate[bot])
- chore(deps): update dependency org.assertj:assertj-core to v3.23.1 (PR #3596 by @renovate[bot])
- chore(deps): update dependency org.assertj:assertj-core to v3.23.0 (PR #3594 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-scm-plugin to v1.13.0 (PR #3593 by @renovate[bot])
- chore(deps): update dependency org.mockito:mockito-inline to v4.6.0 (PR #3589 by @renovate[bot])
- chore(deps): update dependency org.codehaus.mojo:versions-maven-plugin to v2.11.0 (PR #3585 by @renovate[bot])
- fix(deps): update dependency org.javassist:javassist to v3.29.0-ga (PR #3581 by @renovate[bot])
- chore(deps): update dependency org.jbehave:jbehave-core to v4.8.3 (PR #3574 by @renovate[bot])
- chore(deps): bump codecov/codecov-action from 3.0.0 to 3.1.0 (PR #3567 by @dependabot[bot])
- chore(deps): update actions/checkout action to v3.0.2 (PR #3565 by @renovate[bot])
- chore(deps): update dependency org.mockito:mockito-inline to v4.5.1 (PR #3564 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-site-plugin to v3.12.0 (PR #3561 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.4.0 (PR #3560 by @renovate[bot])
- chore(deps): update dependency org.mockito:mockito-inline to v4.5.0 (PR #3557 by @renovate[bot])
- chore(deps): update actions/checkout action to v3.0.1 (PR #3555 by @renovate[bot])
- official Apache Maven wrapper (PR #3552 by @sullis)
- chore(deps): update codecov/codecov-action action to v3 (PR #3545 by @renovate[bot])
- chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.8 (PR #3544 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-clean-plugin to v3.2.0 (PR #3542 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0-m6 (PR #3541 by @renovate[bot])
- Implemented JavaParserTypeVariableDeclaration getAncestors method (PR #3060 by @4everTheOne)
Thank You to all contributors who worked on this release!
- Issue #3405 thread safety of pre/postprocessors (incl. breaking change to
Processor
with pre/post processor methods). (PR #3515 by @matozoid)
- Minor refactoring to manage check in range and use hasRange method in class CommentsInserter (PR #3587 by @jlerbsc)
- Renaming PACKAGE_PRIVATE to NONE (this refers to the discussion in the issue #2242) (PR #3573 by @jlerbsc)
- Fix documentation of
JAVA_17
(PR #3623 by @mernst) - Fix issue 3631 NameExpr.resolve() does not take end of inner block scopes into account (PR #3613 by @jlerbsc)
- Fix issue #3588 Modifier is removed when removing an annotation (PR #3600 by @jlerbsc)
- Fix lambda generic types that are always resolved to the first type param (PR #3595 by @johannescoetzee)
- Fix issue #3489 SourceRoot.tryToParse() fails if the root path ends with a directory that is not a java identifier (PR #3551 by @jlerbsc)
- Default pretty printer should print inner-class receiver parameters on constructors (PR #3527 by @kelloggm)
- Issue #3405 thread safety of pre/postprocessors (incl. breaking change to
Processor
with pre/post processor methods). (PR #3515 by @matozoid)
- chore(deps): update actions/checkout action to v3.0.1 (PR #3555 by @renovate[bot])
- official Apache Maven wrapper (PR #3552 by @sullis)
- chore(deps): update codecov/codecov-action action to v3 (PR #3545 by @renovate[bot])
- chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.8 (PR #3544 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-clean-plugin to v3.2.0 (PR #3542 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0-m6 (PR #3541 by @renovate[bot])
Thank You to all contributors who worked on this release!
GPG Fingerprint: 253E8E4C6FB28D11748115C1249DEE8E2C07A0A2
- Bump jbehave-junit-runner from 2.3.0 to 2.3.1 (PR #3531 by @dependabot[bot])
- Bump actions/cache from 2.1.7 to 3 (PR #3525 by @dependabot[bot])
- Update JDK 18 and add JDK 19 feature details to FEATURES.md (PR #3521 by @MysterAitch)
- Bump maven-dependency-plugin from 3.2.0 to 3.3.0 (PR #3514 by @dependabot[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.3.0 (PR #3512 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.10.1 (PR #3511 by @renovate[bot])
- chore(deps): update actions/checkout action (PR #3508 by @renovate[bot])
- Bump bnd-maven-plugin from 6.1.0 to 6.2.0 (PR #3505 by @dependabot[bot])
- chore(deps): update dependency biz.aqute.bnd:bnd-maven-plugin to v6.2.0 (PR #3503 by @renovate[bot])
- chore(deps): update actions/setup-java action to v3 (PR #3502 by @renovate[bot])
Thank You to all contributors who worked on this release!
- Adding constructor descriptor (PR #3499 by @kanghj)
- Fix issue #3491 Method has a multidimensional arrays argument in jar … (PR #3493 by @jlerbsc)
- Fix issue #3218 GetSourceRoots() does not return all source roots (PR #3485 by @jlerbsc)
- Bug in ArrayCreationExpr constructors (PR #3473 by @sergekukharev)
- Fix issue 3440 Removing a node with LexicalPreservingPrinter causes UnsupportedOperationException (PR #3449 by @jlerbsc)
- chore(deps): update dependency org.codehaus.mojo:versions-maven-plugin to v2.10.0 (PR #3517 by @renovate[bot])
- chore(deps): update dependency org.mockito:mockito-core to v4.4.0 (PR #3510 by @renovate[bot])
- fix(deps): update dependency com.google.guava:guava to v31.1-jre (PR #3507 by @renovate[bot])
- Bump guava from 31.0.1-jre to 31.1-jre (PR #3506 by @dependabot[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-site-plugin to v3.11.0 (PR #3496 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.10.0 (PR #3494 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.3.2 (PR #3492 by @renovate[bot])
- chore(deps): update dependency org.mockito:mockito-core to v4.3.1 (PR #3481 by @renovate[bot])
- chore(deps): update dependency org.mockito:mockito-core to v4.3.0 (PR #3479 by @renovate[bot])
- chore(deps): update dependency org.codehaus.mojo:versions-maven-plugin to v2.9.0 (PR #3477 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.2.2 (PR #3470 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.9.0 (PR #3469 by @renovate[bot])
- chore(deps): update dependency com.helger.maven:ph-javacc-maven-plugin to v4.1.5 (PR #3468 by @renovate[bot])
- chore(deps): update dependency com.github.javaparser:javaparser-parent to v3 (PR #3465 by @renovate[bot])
- Partial revert of #3462 (removed GitHub Action) (PR #3464 by @MysterAitch)
- Updated release script to be non-interactive, and added option to use a manually-triggered GitHub Action to build a release (PR #3462 by @MysterAitch)
- chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.2.1 (PR #3459 by @renovate[bot])
- chore(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.3.0 (PR #3458 by @renovate[bot])
- chore(deps): update dependency org.assertj:assertj-core to v3.22.0 (PR #3457 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-scm-plugin to v1.12.2 (PR #3456 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.0.0-m2 (PR #3453 by @renovate[bot])
- Fix the release gha, originally submitted in #3462 (PR #3463 by @MysterAitch)
- Update changelog.md to contain 3.24.0 changes, and prepare for 3.24.1 (PR #3461 by @MysterAitch)
- Update changelog.md (PR #3460 by @MysterAitch)
Thank You to all contributors who worked on this release!
- Add erasure on parametrized type (PR #3438 by @jlerbsc)
- Add test cases for
NoChange
API (PR #3431 by @jlerbsc)
- Minor refactoring on
LexicalreservingPrinter
especially in the classDifference
(PR #3424 by @jlerbsc) - Update the readme with
@pedrombmachado
's suggestions (#3357), and also to switch frommvn
tomvnw
within some sample instructions (PR #3420 by @MysterAitch) - Reducing deeply nested logic in
MethodResolutionLogic
(work in progress) (PR #3411 by @jlerbsc) - Reducing deeply nested logic in
MethodResolutionLogic
(PR #3409 by @jlerbsc) - Improved
RemoveMethodGenerator
andReplaceMethodGenerator
to only override super when needed. (PR #3248 by @4everTheOne) - Reduced complexity for methods in
JavaParserFacade
(PR #3204 by @4everTheOne)
- Fix issue #3436
getAncestors()
/getAllAncestors()
does not work if base class starts with the same name (PR #3437 by @jlerbsc) - Add a missing
hashCode()
method (PR #3432 by @msridhar) - Call
orElse()
instead oforElseGet()
(PR #3430 by @msridhar) - Fix issue #3408
LexicalPreservationPrinter
fails to add annotation to a class field decalared with fully qualified name (PR #3429 by @jlerbsc) - Issue #3419 - Fixed bug in
Difference.java
(PR #3428 by @4everTheOne) - Issue #3406
ParseProblemException
when parsing char\u005cn
(PR #3407 by @apixandru) - Fix issue #3399 Failed to resolve methods that evaluate as argument (PR #3401 by @jlerbsc)
- Fix resoure leak due to
File.walk
(PR #3398 by @lujiefsi) - Fix issue #2259 Type resolution issue when type of formal parameter is Object (PR #3397 by @jlerbsc)
- Fixes an issue where
JavaParserTypeSolver
ignores the character encoding configuration. (PR #3396 by @crucoba) - Issue #3272 resolve lambda exp type (PR #3273 by @si-e)
- Issue #3200
this
exp in anonymous class (PR #3268 by @si-e)
- Partial revert of #3462 (removed GitHub Action) (PR #3464 by @MysterAitch)
- Updated release script to be non-interactive, and added option to use a manually-triggered GitHub Action to build a release (PR #3462 by @MysterAitch)
- chore(deps): update dependency org.apache.maven.plugins:maven-jar-plugin to v3.2.1 (PR #3459 by @renovate[bot])
- chore(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.3.0 (PR #3458 by @renovate[bot])
- chore(deps): update dependency org.assertj:assertj-core to v3.22.0 (PR #3457 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-scm-plugin to v1.12.2 (PR #3456 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.0.0-m2 (PR #3453 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-site-plugin to v3.10.0 (PR #3448 by @renovate[bot])
- chore(deps): update dependency org.mockito:mockito-core to v4.2.0 (PR #3442 by @renovate[bot])
- chore(deps): update junit5 monorepo to v5.8.2 (PR #3425 by @renovate[bot])
- Update / document
codecov.yml
(PR #3418 by @MysterAitch) - chore(deps): update actions/cache action to v2.1.7 (PR #3417 by @renovate[bot])
- Bump bnd-maven-plugin from 6.0.0 to 6.1.0 (PR #3416 by @dependabot[bot])
- chore(deps): update dependency biz.aqute.bnd:bnd-maven-plugin to v6.1.0 (PR #3414 by @renovate[bot])
- chore(deps): update dependency com.squareup.okhttp3:okhttp to v4.9.3 (PR #3413 by @renovate[bot])
- chore(deps): update actions/checkout action to v2.4.0 (PR #3402 by @renovate[bot])
- chore(deps): update actions/checkout action to v2.3.5 (PR #3395 by @renovate[bot])
- chore(deps): update dependency org.mockito:mockito-core to v4 (PR #3393 by @renovate[bot])
Thank You to all contributors who worked on this release!
- Configurable caching system for type solvers (PR #3343 by @4everTheOne)
- Java 11 is now the most used version (PR #3301 by @matozoid)
- Fix issue 3387 LexicalPreservingPrinter adds wrong indentation when adding new comments (PR #3392 by @jlerbsc)
- Fix issue 2360 Symbol Solver is missing promotion of byte, char, and short in unary expressions (PR #3384 by @jlerbsc)
- Fix "record" as non-type identifier in Java 16 (PR #3362 by @koppor)
- Fix issue 3358 LexicalPreservingPrinter error on ArrayType (PR #3359 by @jlerbsc)
- generate changelog for milestones - scripts included to do this by milestone id, milestone title, and a github action to add the output to a draft snapshot release (PR #3391 by @MysterAitch)
- Bump bnd-maven-plugin from 5.3.0 to 6.0.0 (PR #3390 by @dependabot[bot])
- chore(deps): update dependency biz.aqute.bnd:bnd-maven-plugin to v6 (PR #3389 by @renovate[bot])
- chore(deps): update dependency com.squareup.okhttp3:okhttp to v4.9.2 (PR #3388 by @renovate[bot])
- chore(deps): update dependency com.google.guava:guava to v31.0.1-jre (PR #3385 by @renovate[bot])
- chore(deps): update dependency com.google.guava:guava to v31 (PR #3381 by @renovate[bot])
- chore(deps): update junit5 monorepo to v5.8.1 (PR #3380 by @renovate[bot])
- chore(deps): update dependency org.assertj:assertj-core to v3.21.0 (PR #3378 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-scm-plugin to v1.12.0 (PR #3376 by @renovate[bot])
- chore(deps): update codecov/codecov-action action to v2.1.0 (PR #3373 by @renovate[bot])
- chore(deps): update junit5 monorepo to v5.8.0 (PR #3372 by @renovate[bot])
- remove accidentally-added pom release backup files, and added it to gitignore to prevent them being re-added (PR #3370 by @MysterAitch)
- chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.3.1 (PR #3368 by @renovate[bot])
- Reduce mvn verbosity on GitHub actions (and switch to mvnw) (PR #3363 by @koppor)
- Prepare changelog for next version (PR #3354 by @MysterAitch)
Thank You to all contributors who worked on this release!
- Improving
toString
on CSM classes (PR #3315 by @jlerbsc) - Add test case for issue #2210 Resolution of Method References (PR #3310 by @jlerbsc)
- Implemented method reference resolution on expressions (PR #3307 by @maartenc)
- Define if a field is volatile through the ResolvedFieldDeclaration interface - from issue #3240 (PR #3276 by @jlerbsc)
- Implemented logic for internalTypes in
JavaParserAnnotationDeclaration
andJavassistAnnotationDeclaration
(PR #3215 by @4everTheOne)
- Check if ancestor also for super class (PR #3324 by @ReallyLiri)
- Remove useless instanceof usage in Type (PR #3311 by @jlerbsc)
- Fix Java 11+ AST postprocessing (PR #3302 by @matozoid)
- Move duplicate code to JavaParserTypeAdapter (PR #3267 by @maartenc)
- Improved performance when resolving types for big source files (PR #3265 by @maartenc)
- Optimizations for Node class (CPU time and Memory usage) (PR #3233 by @4everTheOne)
- Fix Javadoc comment * escaping problem. (PR #3221 by @matozoid)
- Remove broken link (PR #2912 by @mernst)
- Preserving field order when getting the fields declared from a ReferenceType (PR #3342 by @jlerbsc)
- Fix String Index out of range in TextBlockLiteralExpr (PR #3337 by @134ARG)
- Fixed prettyprinting new switch-statements (and switch-expressions). (PR #3335 by @kozsik)
- Fix pretty printing of generic records (PR #3334 by @twistedsquare)
- Fix issue #3317 Comment in the middle of a multi-line single statement (PR #3318 by @jlerbsc)
- Fix issue 3296 LexicalPreservation bug for array brackets (PR #3316 by @jlerbsc)
- Fixes Issue #3308 -- stackoverflow when resolving the
FieldAccessExpr
of anArrayAccessExpr
(PR #3312 by @MysterAitch) - Fix StackOverflow when resolving ClassOrInterfaceType of nested ObjectCreationExpr (PR #3279 by @maartenc)
- ResolvedMethods from javassist never had exceptions (PR #3264 by @maartenc)
- Issue 3064 conditional nested lambda (PR #3238 by @si-e)
- Further optimization in resolving in StatementContext (PR #3185 by @Col-E)
- Improve type resolution for duplicate names (PR #3012 by @thejk)
- chore(deps): update dependency org.mockito:mockito-core to v3.12.4 (PR #3350 by @renovate[bot])
- chore(deps): update dependency org.mockito:mockito-core to v3.12.3 (PR #3349 by @renovate[bot])
- chore(deps): update codecov/codecov-action action to v2.0.3 (PR #3348 by @renovate[bot])
- chore(deps): update dependency org.mockito:mockito-core to v3.12.2 (PR #3347 by @renovate[bot])
- chore(deps): update dependency org.mockito:mockito-core to v3.12.1 (PR #3345 by @renovate[bot])
- chore(deps): update dependency org.mockito:mockito-core to v3.12.0 (PR #3344 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-scm-plugin to v1.11.3 (PR #3339 by @renovate[bot])
- Bump codecov/codecov-action from 1.5.2 to 2.0.2 (PR #3326 by @dependabot[bot])
- chore(deps): update dependency org.mockito:mockito-core to v3.11.2 (PR #3305 by @renovate[bot])
- chore(deps): update dependency org.assertj:assertj-core to v3.20.2 (PR #3297 by @renovate[bot])
- chore(deps): update dependency org.assertj:assertj-core to v3.20.0 (PR #3295 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.2.0 (PR #3294 by @renovate[bot])
- chore(deps): update dependency org.mockito:mockito-core to v3.11.1 (PR #3293 by @renovate[bot])
- chore(deps): update codecov/codecov-action action to v1.5.2 (PR #3287 by @renovate[bot])
- chore(deps): update dependency org.mockito:mockito-core to v3.11.0 (PR #3285 by @renovate[bot])
- chore(deps): update actions/cache action to v2.1.6 (PR #3280 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.3.0 (PR #3270 by @renovate[bot])
- chore(deps): update junit5 monorepo to v5.7.2 (PR #3262 by @renovate[bot])
- chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3 (PR #3250 by @renovate[bot])
Thank You to all contributors who worked on this release!
- @maartenc
- @kozsik
- @ReallyLiri
- @mernst
- @matozoid
- @Col-E
- @134ARG
- @MysterAitch
- @si-e
- @thejk
- @twistedsquare
- @jlerbsc
- @4everTheOne
- update features.md -- fixed release version and date of records support, status of java 16 sealed classes to 2nd preview, and java 17 features (PR #3263 by @MysterAitch)
- fixes #3255 -- bugfix grammar case when using
record
to as an identifier (PR #3256 by @MysterAitch) - Fixes issue #3113 -- Arrow missing in Switch Expression + jumbled up in LexicalPreservingPrinter (PR #3235 by @Zoom1111)
- Handle possibility of tokens not being available (PR #3231 by @mernst)
- chore(deps): update dependency org.mockito:mockito-core to v3.10.0 (PR #3259 by @renovate[bot])
- Bump codecov/codecov-action from 1 to 1.5.0 (PR #3258 by @dependabot[bot])
- Bump actions/create-release from 1 to 1.1.4 (PR #3257 by @dependabot[bot])
Thank You to all contributors who worked on this release!
- Implemented isAssignableBy for VoidType - now return
false
instead of throwingUnsupportedOperationException
(PR #3197 by @4everTheOne) - fixed ellipsis and doublecolon to be categorised as separators not operators (fixes #2897) (PR #2924 by @MysterAitch)
- Update parser configuration and validators to include the release of java 16, and java 17 being in development (PR #3222 by @MysterAitch)
- Adding convenient methods to find out if a method is a variable/fixed arity method (PR #3196 by @jlerbsc)
- Fix issue #3173: Add isAnnotation() and asAnnotation() methods for ResolvedTypeDeclaration (PR #3187 by @deadlocklogic)
- Record support (compilation / parsing only, solving to follow separately) (PR #3022 by @MysterAitch)
- Implemented isAssignableBy for VoidType - now return
false
instead of throwingUnsupportedOperationException
(PR #3197 by @4everTheOne) - Simplify how to find the package name from AstResolutionUtils (PR #3193 by @jlerbsc)
- Type resolution improvment (PR #3189 by @jlerbsc)
- Memory optimization for JarTypeSolver (Up to 42% less memory) (PR #3188 by @4everTheOne)
- Fixes #3048 (
JavaParserSymbolDeclaration#localVar
returning old declaration) and adds tests forJavaParserSymbolDeclaration
(PR #3049 by @4everTheOne)
- Fix issue #3244 OrphanComment in BlockStmt not appearing (PR #3245 by @jlerbsc)
- fix Log.error() throwing NullPointerException (PR #3243 by @CD4017BE)
- fixed ellipsis and doublecolon to be categorised as separators not operators (fixes #2897) (PR #2924 by @MysterAitch)
- Include and use a Maven wrapper (PR #3254 by @MysterAitch)
- chore(deps): update dependency org.javassist:javassist to v3.28.0-ga (PR #3249 by @renovate[bot])
- chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.7 (PR #3246 by @renovate[bot])
- chore(deps): update actions/cache action to v2.1.5 (PR #3226 by @renovate[bot])
- chore(deps): update dependency org.mockito:mockito-core to v3.9.0 (PR #3224 by @renovate[bot])
- chore(deps): update actions/setup-java action to v2 (PR #3220 by @renovate[bot])
- Update javaparser copyright headers (PR #3212 by @jlerbsc)
- Update readme template so that #3096 becomes permanent (PR #3210 by @MysterAitch)
- Improve tests on
getAllAncestors
method (PR #3209 by @jlerbsc) - Fix surefire configuration to allow jacoco to run correctly on JSS tests (PR #3208 by @MysterAitch)
Thank You to all contributors who worked on this release!
v3.21.1 released as 3.21.2 without change
- Implemented logic for isAssignableBy in JavassistInterfaceDeclaration (PR #3170 by @4everTheOne)
- Added additional tests to cover isAssignableBy method in JavassistClassDeclaration (PR #3169 by @4everTheOne)
- Update changelog (PR #3178 by @MysterAitch)
- Minor performance improvement on getCanonicalName method call (PR #3166 by @jlerbsc)
- Fix Issue #1950 Unambigous ambiguity call with generics and lambda's (PR #3168 by @jlerbsc)
- Refactor the javassist implementation to delegate to the typesolver instead of using its own classpool (PR #3167 by @maartenc)
- Fixed name resolution in casted lambda expressions (PR #3165 by @maartenc)
- Fix issue #3159 JavaParserSymbolDeclaration is used to represent variables, but #isVariable() always returns false (PR #3160 by @jlerbsc)
- Fix wrong author attribution in changelog for #3072 (PR #3155 by @Col-E)
- Fixed #3136 - ThisExpr isn't resolved correctly when it is in the scope of an ObjectCreationExpr (PR #3137 by @deadlocklogic)
- Fix race condition in JavaParserTypeSolver (PR #3091 by @4everTheOne)
- Publish to OSSRH rather than Bintray (PR #3180 by @MysterAitch)
- Remove unused JUnit Pioneer dependency (PR #3179 by @MysterAitch)
- Verify builds test correctly under JDK16 (PR #3175 by @MysterAitch)
- update renovate to include "dependencies" label on PRs (PR #3174 by @MysterAitch)
- chore(deps): update dependency com.google.guava:guava to v30.1.1-jre (PR #3172 by @renovate[bot])
Thank You to all contributors who worked on this release!
- Issue #2991 - Added support for Iterables in CombinedTypeSolver (PR #3033, by @4everTheOne)
- Implemented logic for getAllFields in Annotations (PR #3097, by @4everTheOne)
- Issue #2717 - Removed "empty" label from break statement and added additional test for BreakStmt (PR #3109, by @4everTheOne)
- Issue #2708 - Improvement to the generated code (removal of redundant casts, and additions of
@Override
) (PR #3124, by @4everTheOne) - Performance improvement on ResolvedReferenceTypeDeclaration.isJavaLangObject() (PR #3125, by @jlerbsc)
- Optimization to avoid systematically creating a class from javassist when the class has already been created (PR #3126, by @jlerbsc)
- Bump jbehave-core from 4.8.1 to 4.8.2 (PR #3043, by @dependabot)
- Bump assertj-core from 3.18.1 to 3.19.0 (PR #3047, by @dependabot)
- Bump okhttp from 4.9.0 to 4.9.1 (PR #3054, by @dependabot)
- Bump actions/cache from v2 to v2.1.4 (PR #3070, by @dependabot)
- Bump mockito-core from 3.6.28 to 3.8.0 (PR #3110, by @dependabot)
- Bump junit from 4.13.1 to 4.13.2 (PR #3129, by @dependabot)
- Issue #3038 and Issue #3071 - Hanging when certain names are resolved (PR #3072, by @col-e)
- Javadoc fixes (PR #3082, by @mernst)
- Update readme with correct Java support versions (PR #3096, by @MaartenGDev)
- Issue #3106 - Wrong descriptor for primitive type long (PR #3107, by @jlerbsc)
- Adding test case on PrettyPrinter indentation (PR #2950, by @jlerbsc)
- Adding interface Printable for printer (PR #2971, by @jlerbsc)
- Major update for pretty print, adding interfaces for printer configuration, printer, ... and deprecated old PrettyPrinter API (PR #2974, by @jlerbsc)
- Adding method descriptor resolution closes #2059 (PR #2976, by @jlerbsc)
- Adding management of the poly and standalone expression (PR #2994, by @jlerbsc)
- Add test case for issue #1770 UnaryExpr failing to resolve BITWISE_COMPLEMENT operator
(PR #3005, by @jlerbsc) - Created additional validators to differentiate between enabling standard and preview features
(PR #3015, by @MysterAitch) - Added additional tests to TypeSolvers
(PR #3046, by @4everTheOne) - Improved JavaParserTypeVariableDeclaration tests
(PR #3059, by @4everTheOne) - Improved coverage for resolved declarations and fixed inconsistencies between them
(PR #3062, by @4everTheOne) - Additional GenericVisitorWithDefaults and VoidVisitorWithDefaults tests
(PR #3067, by @4everTheOne) - Additional tests for hash code visitors
(PR #3068, by @4everTheOne) - Add unit tests to issue #3074 Unable to delete .jar files after parsing and using symbol solver (re: #3074)
(PR #3076, by @jlerbsc)
- Minor refactoring regarding indentation management (PR #2969, by @jlerbsc)
- Minor refactoring regarding indentation management (part2) (PR #2970, by @jlerbsc)
- Minor refactoring moving Indentation class to configuration package - preparation for other refactoring on Printer (PR #2972, by @jlerbsc)
- Bump guava from 30.0-jre to 30.1-jre (PR #2977, by @dependabot)
- Refactoring: relocation of boxing/unboxing methods (PR #2983, by @jlerbsc)
- Improve boxing/unboxing unit tests and remove useless code in isUnbox... (PR #2984, by @jlerbsc)
- Bump jbehave-core from 4.7 to 4.8.1 (PR #2989, by @dependabot)
- Add JVM memory settings for surefire (seems that forked mode is the default running mode) (PR #2999, by @jlerbsc)
- Move unit test Issue2592Test because it's not related to symbol solver (PR #3000, by @jlerbsc)
- Manage memory on test suite (clear internal cache to release memory) (PR #3001, by @jlerbsc)
- Remove the PhantomNodeLogic that generates memory issues when LexicalPreservingPrinter is used. Phantom node is now an attribut of each node. This is an optimization of the JP memory usage. (PR #3002, by @jlerbsc)
- Make the visit order of ModifierVisitor more consistent. (PR #3011, by @mernst)
- Link to the specification, not to a random blog. (PR #3013, by @mernst)
- Minor refactoring change call to getScope().isPresent() to hasScope() (PR #3026, by @jlerbsc)
- Issue #3050 - Minor improvement to thread safety (PR #3052, by @jlerbsc)
PhantomNodeLogic
is now deprecated, with the logic now being handled by the node itself. (PR #3002, by @jlerbsc)
- Fix issue on pretty configuration change (PR #2979, by @jlerbsc)
- Fix trivial poly expression lambda, method reference, and parenthesized expressions (PR #2981, by @jlerbsc)
- Partially fix the issue #1743 ConditionalExpr resolves to wrong type (PR #2982, by @jlerbsc)
- Partially fix issue #1743 ConditionalExpr resolves to wrong type - trying to manage reference condition expression but lub (least upper bound) function is not yet implemented (PR #3004, by @jlerbsc)
- Issue #2987 StackOverflow error (PR #3006, by @jlerbsc)
- Issue #1774 Ensure the correct type is calculated for all binary expressions and add unary primitive promotion
(PR #3007, by @jlerbsc) - Issue #2995 Cannot resolve ClassOrInterfaceType of nested ObjectCreationExpr
(PR #3019, by @jlerbsc) - Issue #1634 Missing EOL when add imports if the class not exist imports before (PR #3020, by @jlerbsc)
- Issue #3024 methodCallExpr.resolve() StackOverflowError (PR #3025, by @jlerbsc)
- Issue #3027 Unable to parse class with generic parameter using JavaParserTypeSolver (PR #3029, by @jlerbsc)
- Issue #3030 NoSuchElementException when solving type (PR #3031, by @4everTheOne)
- Issue 3028 -- Changed MethodResolutionLogic to deal with multiple candidates with varargs when varargs have not been specified in the call. (PR #3032, by @greggers123)
- Issue #1834 Improving annotation support: Implement ResolvedAnnotationDeclaration#getDefaultValue() (PR #3055, by @jlerbsc)
- Issue #3057 Removed redundant definition of method to inherit from super (PR #3058, by @4everTheOne)
- Issue #3074 Unable to delete .jar files after parsing (PR #3075, by @jlerbsc)
- Issue #3083 Fix choosing the most specific method in case of java.lang.Object argument type (PR #3084, by @jlerbsc)
- Add a convenient method (hasRange) to the interface NodeWithRange
(PR #2929, by @jlerbsc) - Add test case to issue 1017 LambdaExpr left side too permissive (PR #2946, by @jlerbsc)
- Added Pattern Matching for instanceof (Java 14 preview, Java 15 second preview, Java 16 targeted release) (PR #2654, by @MysterAitch)
- Added java 15 (latest released) and java 16 (bleeding edge) language level options, incl. some validators / post processors / configuration options (PR #2959, by @MysterAitch)
- Minor change in PrettyPrinterConfiguration : adding default char in enum IndentType (PR #2948, by @jlerbsc)
- Minor refactoring rename interface Printable to Stringable. Something that has a printable form. I.e., it can be converted to a user-facing String (PR #2949, by @jlerbsc)
- Adding interface Printable for printer (PR #2950, by @jlerbsc)
- Minor refactoring in ResolvedReferenceType and add corresponding tests (PR #2955, by @jlerbsc)
- Tweak the property generator to add imports when generating and improve the typecastinggenerator's error message (PR #2957, by @MysterAitch)
- Bump mockito-core from 3.6.0 to 3.6.28 (PR #2942, by dependabot
- Removed .travis.yml -- per #2919 (PR #2958, by @MysterAitch)
- Issue 2909 Improving search for the most relevant declaration of the specified class
(PR #2927, by @jlerbsc) - Issue 2926 NoSuchElementException in PhantomNodeLogic after adding node
(PR #2930, by @jlerbsc) - Issue 2909 try different bottom / up and try with type solver strategies (PR #2931, by @jlerbsc)
- Issue 2936 Triggering observer notifications for the NodeList iterator (PR #2938, by @MysterAitch)
- Issue 2065 Problem resolving type of lambda with Math method invocation inside (PR #2945, by @jlerbsc)
- Issue 2740 Issue related to a method call in an anonymous class on a field with a private visibility (PR #2947, by @jlerbsc)
- Issue 2951 Cannot solve function with List<byte[]> argument defined in jar (PR #2952, by @qzchenwl)
- Issue 2781 Resolve Stack overflow occurs when the name of the interface implemented by the class is the same as the name of the internal class (PR #2956, by @jlerbsc)
- Issue 2953 UnsolvedSymbolException throw when resolving method in enum class implement in interface by default.
(PR #2954, by @qzchenwl) - Fixed MethodCallExprContext generic parameter issue. (NullType must not fail matchTypeParameters) (PR #2939, by @zcbbpo)
- Issue 2943 UnsolvedSymbolException thrown on
Stream.<func>(<some lambda>)
(PR #2961, by @qzchenwl) - Issue 1945 JavaParser choking on multiple generic method calls on the same line (PR #2966, by @jlerbsc)
- BEHAVIOUR CHANGE: Fix ArrayType brackets precedence (PR #2758, by @iTakeshi)
- BEHAVIOUR CHANGE: Issue 2535 Comments within method missing indentation
(PR #2918, by @jlerbsc) - Issue 2290 Removing the second instance of a cloned statement within a block fails (PR #2892, by @jlerbsc)
- Issue 2393 Apply difference in node text after if condition replacement (PR #2895, by @jlerbsc)
- Issue 2406 Symbol solver fails to solve generic array type (PR #2896, by @jlerbsc)
- Issue 2489 SymbolSolver choosing wrong method after resolving (PR #2898, by @jlerbsc)
- Issue 2062 Type inference issue for method arguments (PR #2900, by @jlerbsc)
- Fix LOOKAHEAD for ReferenceType (PR #2904, by @mernst)
- Issue 2578 Orphaned Comments exist but not printed on unrelated change to AST (PR #2916, by @jlerbsc)
- Issue 2909 Unexpected result when solving an outer class reference (PR #2914, by @jlerbsc)
- Issue 2909 Improving how to resolve inner classes
(PR #2920, by @jlerbsc) (PR #2921, by @jlerbsc) - Ensure spaces between annotations and types for lexical-preserving printing (PR #2795, by @jwaataja)
- Updated dependencies, and dependabot config (PR #2893, by @mysteraitch) (PR #2902, by Dependabot)
- Issue 2613 Auto update the version in the readme (PR #2903, by @mysteraitch)
- Fix jacoco and enable codecov.io action (PR #2906, by @mysteraitch)
- Minor refactoring of binary numeric promotion (PR #2915, by @jlerbsc)
- Testcases for logical and/or (PR #2907, by @mysteraitch)
- Format and document the grammar (PR #2901, by @mysteraitch) (PR #2913, by @mernst)
- ADDED: Created MANY test cases for older issues resolved but not directly linked/closed. (PRs #2838, #2842, #2843, #2852, #2853, #2854, #2855, #2867, #2868, #2862, #2873, by @jlerbsc )
- ADDED: Added helper method to
ResolvedPrimitiveType.java
which checks if it is a boolean (PR #2856, by @jlerbsc) - ADDED: Added helper method to
ResolvedPrimitiveType.java
which returns all numeric types (PR #2858, by @jlerbsc) - ADDED/CHANGED: Minor refactoring - formatting code and adding convenient methods to
TypeHelper
andResolvedPrimitveType
(PR #2860, by @jlerbsc) - ADDED: Allow the symbol resolver for a
SymbolSolverCollectionStrategy
to be set via the given parser configuration (PR #2864, by @jlerbsc) - FIXED:
MethodResolutionLogic.findMostApplicable
not return correct symbol reference when resolving overloaded method (PR #2866, by @jlerbsc) - FIXED: Updated
AbstractSymbolResolutionTest.java
with better@BeforeEach
/@AfterEach
(PR #2871, by @jlerbsc) - FIXED:
TypeResolver
fails on method with args to static imported fields (PR #2872, by @jlerbsc) - FIXED: Fix issue Resolution error for non-generic constructor if generic constructor declared (PR #2874, by @jlerbsc)
- FIXED: Fix issue Fails to calculate the type of a generic return type constructed from a Primitive type (PR #2875, by @jlerbsc)
- FIXED: Fix issue Can't get qualified signature of a resolved method inside a Constant Enum declaration (PR #2876, by @jlerbsc)
- FIXED: Fix issue Constructor resolution error for overloaded variadic constructor (PR #2877, by @jlerbsc)
- FIXED: Fix issue Unable to find the constructor declaration when the argument list contains multiple
Optional.empty()
for differentOptional<T>
(PR #2880, by @jlerbsc) - FIXED: Fix issue Solving symbol as value in the case where the scope is a constraint (PR #2883, by @jlerbsc)
- FIXED: Enhanced the handling of line separator, introducing an enum
LineSeparator
that can be used. (PR #2685, by @MysterAitch) - FIXED: The generated metamodel classes now have the
@Generated
annotation (PR #2706, by @MysterAitch) - various other bugfixes and enhancements
There are two breaking changes within this release. If you would like assistance with upgrading, get in touch.
- FIXED: Edits to the value of a string value are now correctly handled for use with Lexical Preservation (PR #2646, by @lemoncurry)
- FIXED: Edits to the value of other literal values also now handled (PR #2679, by @MysterAitch)
- BREAKING CHANGE: Tokens relating to literal values now have the category of
JavaToken.Category.LITERAL
(previouslyJavaToken.Category.KEYWORD
) (PR #2679, by @MysterAitch) - FIXED: Add symbol solver support for variadic parameters given zero or more than one argument, and when an array is given (PR #2675, by @hfreeb)
- CHANGED: Added the keyword
synchronized
toJavaParserFacade#get
. This is specifically in response to #2668 - JavaParser is not otherwise threadsafe.
(PR #2694, by @MysterAitch) - BREAKING CHANGE: The following methods now return
Optional<>
(as do all classes which implement/extend them):ResolvedClassDeclaration#getSuperClass()
,ResolvedReferenceType#getTypeDeclaration()
.
Note that Converting to use optional should be as simple as adding.get()
, given that any cases where returningOptional.empty()
causes problems would have also previously triggered aNullPointerException
. You might also use.orElseThrow()
.
(PR #2693, by @MysterAitch) - CHANGED: Added some temporary logic to allow tests to use slightly different expected results based on the version of java used (e.g.
java.lang.Object.registerNatives()
removed in JDK14)
(PR #2637, by @EFregnan) - FIXED: Fix resolving overloaded methods of external types
(PR #2687, by @maartenc) - FIXED: Fix resolving method references on expressions other than ReferenceType::methodname
(PR #2674, by @maartenc)
- REVERT: Rollback of upgrade to
ph-javacc-maven-plugin
from v4.1.3 to v4.1.2 (this undoes the transitive dependency updateparser-generator-cc
from v1.1.2 to v1.1.1, which appears to have isuse with handling tokens longer than the buffer length)
(#2646) - ADDED: Support resolving an enum's
valueOf
method (#2652) - FIXED: Fixed build warning -- bnd-maven-plugin flagging missing id (#2605)
- FIXED: Fixed cases where nodes added after a trailing comment would incorrectly be added to the same line (thus be part of the comment) (#2646)
- FIXED: Fixed resolving overloaded static method references (e.g.
String::valueOf
in a stream map/filter) (#2662)
- DEPRECATED: Deprecated and documented
JarTypeSolver#getJarTypeSolver(String)
, with a view to later removal. (#2598) (#2622) - FIXED: Fix issue #2552 : UnsupportedOperationException caused by resolving inner annotation (#2553)
- FIXED: Parents of
NodeList
s now correctly retain their parent when a child is replaced (#2594) - FIXED: Fix JavaParserClassDeclaration canBeAssignedTo() to not cause a recursion when a node is its own parent (e.g.
java.lang.Object
) (#2608) - FIXED: Fix replacing an expression preceded by a comment (
LexicalPreservation
would previously throw anUnsupportedOperation
) (#2611) - FIXED: The collection strategies now correctly take into account the parser configuration that is passed in via the constructor. (#2619)
skipped
skipped
- CHANGED: Dependencies should now all be up-to-date.
(#2572 / #2581)
- Note that the JavaCC update introduced a breaking change that now requires a StreamProvider to be passed a charset if using an InputStream source.
- FIXED (possible CHANGED/BREAKING):
Improvements have been made to method
PositionUtils#nodeContains()
for clarity and precision in behaviour. (#2502)- It is believed that there are no changes to behaviour, but if you do see anything please do reach out.
- See some additional commentary/thoughts in #2502
- FIXED: Resolving super methodcalls in anonymous inner classes (fixes #1962) (#2585)
- ADDED:
NodeList#getFirst(): Optional<Node>
(#2502) - ADDED:
NodeList#getLast(): Optional<Node>
(#2502)
- CHANGED: Merged symbol solver modules, for java 9 module compatibility (#2564)
- CHANGED: Renamed the pretty printer configuration option
isSpacesBetweenOperators
toisSpaceAroundOperators
(#2555)
Version skipped
- Often requested, finally implemented by ReallyLiri: configurable cache sizes for the symbol solver.
- a suggestion for a new Javadoc parsing API was merged too quickly, causing issues parsing Javadoc while parsing Java normally.
- BREAKING: Range.overlapsWith works slightly different now.
- BREAKING: bugs have been fixed in how SourceRoot configures parsing, so behaviour may change (which can be fixed by setting configuration on SourceRoot correctly.)
- The funny "PI" version number messed up the release order in the maven site, so here is a new minor release. issues resolved
- BREAKING:
NodeWithConstructors
has been merged intoNodeWithMembers
, so if you don't have a very specific need to only find nodes that support constructors, you can useNodeWithMembers
instead.
- BREAKING: the pseudo-language levels have been turned into constants with the same name in the same place. With a little luck everything will keep compiling.
- BREAKING: Java 13:
break
no longer has an expression, this was part of a language preview in Java 12 and has been removed in Java 13. - BREAKING: Java 13:
YieldStatement
and the keywordyield
have been added. This means the token numbers have changed, and this affects serialization. If you rely on serialized tokens, be sure to deserialize with your current version and serialize with this version. - Java 13:
TextBlockLiteralExpr
has been added. - This release is broken because no identifier called
yield
can be used.
- BREAKING:
SuperExpr
andThisExpr
used to have anExpression classExpr
. this has been tightened toName typeName
which is more specific and easier to use. Checking if the expression is aFieldAccessExpr
orNameExpr
is no longer needed.
(release failed)
- "BREAKING":
ReferenceType.getDirectAncestors()
no longer returnsjava.lang.Object
when called on aReferenceType
ofjava.lang.Object
. This remedies infinite recursions in certain edge cases. If you relied on the old behavior, you have to add aReferenceType
instance ofjava.lang.Object
to the List returned byReferenceType.getDirectAncestors()
yourself.
- Version 3.13.0 and 3.13.1 contain rather bad bugs that have been fixed here.
- Slightly breaking: most parameters to Log methods now take consumers to avoid evaluating them when not necessary.
- "BREAKING": The static
JavaParser.parse...
methods have moved toStaticJavaParser.parse...
!
- "BREAKING": all deprecated code was removed. If you don't know what to do, try version 3.11.0 and read the Javadoc for the deprecated methods. It tells you what to use instead.
- BREAKING:
SwitchEntryStmt
is nowSwitchEntry
, because it was never a statement. - BREAKING: a case in a switch can now have multiple labels,
so
SwitchEntry
no longer has anExpression label
, but aNodeList<Expression> label
. - This completes parsing support for Java 12. Symbol resolution is still to be done.
- slightly breaking: besides
break;
andbreak [label];
there is nowbreak [expression];
likebreak 1+2;
orbreak "bye!";
. That means thatBreakStmt
no longer has alabel
, it has avalue
which is of typeExpression
. This is to prepare for Java 12 switch expressions. You can find the details in the Javadoc.
- MAJOR BREAKAGE: modifiers (like public, static, transient) used to be a special case:
they were enums stored in an EnumSet.
This meant they were not true
Node
s, had to be treated in a special way, and missed some information. This has now been corrected in PR 1975.
- slightly breaking:
ObjectCreationExpr
no longer gets a diamond when constructed with the default constructor.
- A Unicode preprocessing filter is now available again.
- slightly breaking: the enum constants in JsonToken are now capitalized.
- slightly breaking: some obscure methods in the symbol solver changed
- BREAKING:
ForeachStmt
is now correctly capitalized:ForEachStmt
- BREAKING: when using modules, everything that was called
...Statement
is now correctly called...Directive
- The Json serialization now serializes more fields, which should not impact existing code.
- BREAKING: Node.getData now throws an exception if the data was not set before. This can be rewritten by checking with Node.containsData before doing getData.
findAncestor(type, predicate)
is now available
- Parsing Java 11 is now supported.
- Running on Java 11 is now supported.
- Building on JDK 11 is NOT yet supported.
- A new artifact was added: javaparser-core-serialization. It contains a JSON serializer, and might get more serializers in the future.
- BREAKING: some parts of the module syntax used
Type
where they should have usedName
. This is now fixed, but your code may need to be adapted if you are parsing modules.
- JavaParserFacade.getType now can also handle NameExpr referring to types while before they were not supported. See issue #1491
- A mixup during the release put all the issues in the same milestone:
- Intellij Idea project files were deleted from the repository, so if you have a clone of the JP source, your local files will be deleted as well. Save anything you want to keep.
- You can now configure the parser inside JavaParserTypeSolver.
- Be aware of annotations or indents looking slightly different when output!
- BREAKING:
SymbolSolverQuickSetup
has been removed in favor ofProjectRoot
andSymbolSolverCollectionStrategy
.
- @daanschipper added
ProjectRoot
which is used for analysing and storing project structure. - Upgraded version from 3.5.20 to 3.6.0 because people got tired of seeing 3.5.
- Thanks to @daanschipper for the PR :-)
- Java 10 support is complete.
- BREAKING: Java language level support has changed to make Java 10 support possible. Here's a little article about it
- Java 10's
var
can now be parsed and will be turned into aVarType
node. It can not be resolved yet. NodeList
now has a pretty complete set of...First
and...Last
methods. Thanks stephenramthun !
- The Javadoc parser has received a lot of attention.
- Thanks to un0btanium for fixing the readme file!
- BREAKING:
AssignExpr.Operator.AND
is nowAssignExpr.Operator.BINARY_AND
. - BREAKING:
AssignExpr.Operator.OR
is nowAssignExpr.Operator.BINARY_OR
. getPrimaryTypeName
andgetPrimaryType
give access to the type that has the same name as the file it came from.- Enums will now get their constants aligned vertically if there are more than five.
- You can now convert between
AssignExpr.Operator
andAssignExpr.Operator
if you like.
- JavaSymbolSolver is now in the same project as JavaParser, meaning they get released together from now on.
- LexicalPreservingPrinter has had a big speed optimization.
- BREAKING: the very confusing constructor
NodeList(Node)
(which sets the parent) was removed. - To avoid using the int type for token kinds, use the new
JavaToken.Kind
enum. It can convert to and from the int kind.
- the module name is now set to com.github.javaparser.core
toSomeType()
methods have been added for many types that give more functional access to a subtype.- BETA: the below work on Java Symbol Solver is still ongoing.
- SourceRoot is now silent by default - look at the Log class if you want to change that.
- BETA: the below work on Java Symbol Solver is still ongoing.
- BETA: the below work on Java Symbol Solver is still ongoing.
- Unicode escapes (
\u1234
) are now retained in the AST, but they are now only allowed in comments, string and character literals, and identifiers. - BETA: the below work on Java Symbol Solver is still ongoing.
- The pretty printer now cleans up Javadoc comments.
- BETA: the below work on Java Symbol Solver is still ongoing.
- BETA: the below work on Java Symbol Solver is still ongoing.
- A functional visitor API has been added. See PR 1195 for now.
- Build is working again on Windows thanks to Leonardo Herrera.
- The pretty printer now has an option to order imports, also thanks to Leonardo Herrera.
- Receiver parameters are now well-supported instead of being a hack. See issue 1194 for a description.
- BETA: the below work on Java Symbol Solver is still ongoing.
- BETA: the below work on Java Symbol Solver is still ongoing.
- BETA: we're still doing work to integrate parts of Java Symbol Solver to simplify its API.
VisitorMap
is joined byVisitorSet
andVisitorList
, for when you want to storeNode
s in collection but don't want its default equals/hascode behaviour
- BETA: we're doing work to integrate parts of Java Symbol Solver to simplify its API.
- JDK 9 will compile JavaParser now.
- An official sample Maven setup was added.
- Two visitors were added:
NoCommentEqualsVisitor
andNoCommentHashCodeVisitor
- as the name implies you can use these to compare nodes without considering comments. Thanks Ryan Beckett! isSomeType()
methods have been added for many types that help avoidinstanceof
.asSomeType()
methods have been added for many types that help avoid casting to that type.ifSomeType()
methods have been added for many types, giving a nice functional way of doing if-is-type-then-cast-to-type-then-use.- The
LexicalPreservingPrinter
had its API changed a little: setup and printing are now separate things, so you don't have to drag an instance ofLexicalPreservingPrinter
through your code anymore. traverseScope
was added to all nodes with a scope, so you can travel through the scope without tripping over (non-)optionality.
- BREAKING: We missed a Java 9 feature which is now on board: try with resources can now refer to a resource declared outside of the statement.
This means that the node type you get for those resources is now
Expression
instead ofVariableDeclarationExpr
. For Java 8 and below you can simply cast it toVariableDeclarationExpr
again. See also the Javadoc forTryStmt
. - You can now inspect the AST by exporting it to XML, JSON, YAML, or a Graphviz's dot diagram, thanks to Ryan Beckett!
GenericVisitorWithDefaults
andVoidVisitorWithDefaults
were added which function like empty visitors, but all the visit methods call a default method by default.- Annotation support was cleaned up, adding some obscure locations where you can have annotations.
EnumDeclaration
regained its constructor builder methods. They were accidentally lost around 3.2.2.ArrayType
now has anorigin
field which indicates in which position the array brackets were found.
SourceZip
has been added. Use it to read source code from jars or zip files. Thank you @ryan-beckett !- JavaCC was upgraded to 7.0.2
- A new option for the pretty printer was added. You can now wrap-and-column-align parameters of method calls. Thank you @tarilabs !
- Parsing a partial java file (like an expression or statement) no longer ignores trailing code.
- New memory saving option: turn off token list.
VisitorMap
lets you override hashcode/equals for nodes when used as a key for a map.
- The token list is now mutable - see methods on
JavaToken
. This caused mild breakage - some fields have becomeOptional
.
- Breaking:
TryStmt::tryBlock
andEnclosedExpr::inner
were optional for no good reason. Now they are required. - You can now ask a
JavaToken
for its category, which is useful for examining the token list or doing syntax highlighting or so. enum
andstrictfp
can now be used as identifiers on lower Java versions.
- We're up to date with the latest Java 9 module system again.
Node.replace(old, new)
was added, including property-specificX.replaceY(newY)
methods
Scrapped due to release problem.
- Added
isInnerClass()
that checks if aClassOrInterfaceDeclaration
is an inner class (note: this is different from a nested class!) - @ryan-beckett contributed a huge Eclipse setup guide
- We now recover from some parse errors! Here is an article
EmptyMemberDeclaration
is gone! It was deprecated for a while because it was in the AST, but doesn't have any meaning in a Java program.EmptyStmt
was also deprecated, but that has been reverted. This node does have meaning.
NodeWithCondition
was added on all nodes containing a condition.- Lots of work on improving lexical preservation.
- If a file was parsed from a file system, you can now get path information etc. from
CompilationUnit
- API BREAKING: every node now points to its start and end token.
Some of the API has started returning
TokenRange
instead ofRange
- you can calltoRange
to get the old object type. We may still change the naming of some of this code in the following month.
New style changelog, no more issue numbers, but a link: issues resolved and any notable changes:
- the new method
Node.removeForced()
by removing it, or removing the first parent that is optional. This is different fromNode.remove()
,remove()
only tries to remove the node from the parent and fails if it can't. FieldAccessExpr.scope
is now a required property. You might find someget()
s in your code that are no longer necessary.ReferenceType
no longer has a type parameter, so everyReferenceType<?>
can be replaced byReferenceType
now.
- 907 906 905 903 911 910 909 908 smaller improvements and fixes
Beta: TreeStructureVisitor
.
- 770 902 904 901 smaller improvements and fixes
Beta: TreeStructureVisitor
.
- Maven dependencies were updated to their latest versions
- 890 the concept of "method signature" now exists in JavaParser
- 896 891 889 887 882 789 smaller improvements and fixes
The lexical preservation code is stable!
Beta: TreeStructureVisitor
.
- 885 884 879 878 smaller improvements and fixes
This is the first version to parse Java 9.
Beta: TreeStructureVisitor
, and LexicalPreservingPrinter
.
- 872 873 874 787 Remaining Java 9 work.
Beta: TreeStructureVisitor
, and LexicalPreservingPrinter
.
A start has been made on source level support. The default level is Java 8. It can be set to Java 9 like this for a parser instance:
private final JavaParser parser = new JavaParser(new ParserConfiguration().setValidator(new Java9Validator()));
and like this for the static parse methods:
QuickJavaParser.getConfiguration().setValidator(new Java9Validator());
- 862 552 "_" is an illegal identifier on source level 9.
- 869 867 109 855 857 smaller improvements and fixes
Beta: TreeStructureVisitor
, ConcreteSyntaxModel
, and LexicalPreservingPrinter
.
- 594 849 831 a validation framework was introduced to inform about problems in the AST without needing to change the grammar, and without requiring parsing code. It is open for extension by users.
- 852 853 826 832 846 839 smaller improvements and fixes
Beta: TreeStructureVisitor
, ConcreteSyntaxModel
, and LexicalPreservingPrinter
.
- 654 124 lexical preservation (printing source code with the same formatting it had when parsing) has been added. Thank you @ftomassetti for a lot of work!
- 554 800 first (big) step towards Java 9 support: JavaParser can read project Jigsaw module definitions.
- 795 786 751 extend the TreeVisitor with more traversal options. Thanks @ryan-beckett!
- 791
GenericListVisitorAdapter
has been added which collects its results in a list. Thanks @Gottox! - 815 798 797 813 clean up Problem text
- 819 818 817 816 441 809 808 807 fix various absurd annotation related issues.
- 777 805 802 796 790 792 793 781 784 785 783 782 779 357 799 763 smaller improvements and fixes
Beta: TreeStructureVisitor
and ConcreteSyntaxModel
.
-
705 755 Add the concrete syntax model, which will give you information about the exact syntax a certain nodes matches.
-
777 smaller improvements and fixes
This version is a beta because TreeStructureVisitor
is not in its definite state yet.
- 762 761 772 merge
javaparser-metamodel
andjavaparser-generator-utils
intojavaparser-core
. - 766 the
ModifierVisitor
is now created by a code generator. Its behaviour has been made logical, and may give different results than before. - 755
ConstructorDeclaration
andMethodDeclaration
now share a parent:CallableDeclaration
- 687 759 773 769 768 767 765 759 smaller improvements and fixes
This version is a beta because there are a lot of new features that may still change.
This version needs a minor version increase because of a backwards compatability issue:
- 719
getJavadoc
,getJavadocComment
andgetComment
could return null. Our promise was to returnOptional
, so that is what they do now.
New:
- 658 718 736 737 we have created a metamodel.
It gives information about the structure of the various AST nodes, as if you are introspecting them.
You can find it in
javaparser-metamodel
, the main class isJavaParserMetaModel
- 353 365 visitors are no longer hand made, they are now generated from the metamodel. This should make them 100% reliable.
Affected visitors are:
GenericVisitorAdapter
,EqualsVisitor
,VoidVisitorAdapter
,VoidVisitor
,GenericVisitor
,HashCodeVisitor
,CloneVisitor
.
If you want to generate your own visitors, you can use the VisitorGenerator
class from javaparser-core-generators
If you want to reuse the code generation utilities, look at module javaparser-generator-utils
- there is a very useful SourceRoot
class in there that takes away a lot of file management troubles.
- 538 735
TreeStructureVisitor
has been added, which should be considered beta. - 220 733 717 749 745 750 743 748 666 732 746 734 733 smaller improvements and fixes
- 699 433 325 Javadoc can now be parsed
- 703 696 added NodeWithOptionalScope
- 702 FieldAccessExpr now implements NodeWithSimpleName, which means that "field" has been renamed to "name"
- 707 706 improve range of array types and levels
- 709 smaller improvements and fixes
- 695 697 689 680 693 691 682 690 677 679 688 684 683 smaller improvements and fixes
- 668 669 TypeDeclarationStmt became LocalClassDeclarationStmt
- 347 665 every node now has some documentation
- 660 670 673 four types of import declaration have been merged back into the old ImportDeclaration
- 659 The pretty printer can now take customized visitors
- 650 671 672 674 524 smaller improvements and fixes
- 639 622 632 657 656 652 653 647 648 645 194 643 630 624 628 627 626 625 623 cleanups, small fixes, and general housekeeping
- 593 EmptyImportDeclaration and NonEmptyImportDeclaration have been removed
- 612 VariableDeclaratorId has been removed. It has been substituted by "SimpleName name"
- 614 617 the list of tokens has been linearized and simplified
- 615 support for arrays has once more been changed. See the issue
- 580 453 380 618 580 611 610 424 608 smaller improvements and fixes
- 499 601 renames many fields to be more consistent
- 596 605 602 604 smaller improvements and fixes
- 547 595 Node.range is now using Optional instead of Range.UNKNOWN
- 584 588 548 585 bug fixes and improvements
- 578 579 577 575 290 570 568 567 562 564 551 bug fixes and improvements
- 403 358 549 Make all names nodes: either SimpleName or Name. This makes every name in the AST visitable. NameExpr is now a wrapper to use SimpleName in an expression.
- 516 536 use Optional<> for return values.
- 556 557 558 550 small improvements and fixes.
- 560 559 make nodes observable.
- 344 529 turn DumpVisitor into an official PrettyPrinter
- 532 508 427 530 531 513 528 cleanups
- 515 roll back attempt at using Optional
- 522 504 make NodeList not a Node (restores parent/children behaviour to before alpha.4)
- 527 526 rename getChildrenNodes to getChildNodes
- 525 495 520 bug fix
- 503 modified ImportDeclaration hierarchy to have getters for static and "asterisk" again
- 506 bug fix
- 451 null is no longer allowed in the AST. See last post in issue
- 501 421 420 316 use a special type of list for nodes: NodeList. See last post in issue
- 463 471 nodes can now be removed easily
- 491 import handling changed. Instead of "ImportDeclaration", we now have the four types of import as described in the JLS. See issue
- 452 355 474 494 various improvements
- 493 492 485 Simplify the JavaParser interface
- 112 237 466 465 461 460 458 457 fundamentally changes how we deal with arrays. It is explained in the last post here
- 472 456 makes the "data" field on every node more structured.
- 477 468 refactor TypeArguments. You will find that TypeArguments is no longer a type, it is just a list in some nodes.
- 482 adds the "nodeTypes" packages to the osgi export.
- 479 476 makes all setters on nodes return this so they become chainable.
- 473 437 clean up CloneVisitor.
- 157 a new parser frontend, check #447 for explanations
- 435 more builder methods like 400 and 405
- 111 440 443 444 445 446 bugs & cleanups
- 400 405 introduce many "builder" style methods for constructing code. Thanks DeepSnowNeeL!
- 409 remove ASTHelper (methods are now on specific Node subclasses)
- 414 JavaParser can now be instantiated and reused. InstanceJavaParser removed
- 418 417 411 408 bugs
- 367 420 407 402 various cleanups
- 394 OSGi manifest added
- 391 fix ModifierVisitor NullPointerException bug
- 385 a few new parse methods
- 386 fix dumping an empty import (a single ; after the package declaration)
API breaking changes:
-
191: moved TreeVisitor to visitor package
-
368, 162, 303, 302, 360: use correct type in some places.
-
371: code is now compiled with Java 8
-
342, 331: ModifierVisitorAdapter detects and removes broken nodes
-
328, 270: upgrade JavaCC (use TokenMgrException now) Other changes:
-
297: enable access to tokens.
-
341, 361: node positions are now OO
-
211, 373: escaping of \n \r for string literals
-
336, 276, 141: JavaDoc support now works
-
337, 281: reorganize the stream reading code
-
343, 309, 332, 57: take advantage of common interfaces
-
329, 326, 327: deal with platform issues
-
163, 236, 252, 296, 269, 339, 321, 322, 252, 253, 293, 295: various fixes
-
310, 311, 313, 301, 294: some code clean-ups
- several fixes in DumpVisitor for bugs due to lazy initialization
- make TypeDeclaration implements DocumentableNode directly
- TypedNode interface introduced
- introduce MultiBoundType
- refactored IntersectionType and UnionType
- refactored CatchClause
- parsing annotations in throws declarations
- parse orphan semicolons in import statements
- added PackageDeclaration.getPackageName
- solved issue with newlines in string literals
- fixed handling of UnknownType in EqualsVisitor
- improvements to CommentsParser
- removing old grammar
- ClassOrInterfaceType implements NamedNode
- DumpVisitor can now be extended
- Improved documentation
- AST: lists are now lazy initialized
- Features
- Bugfixes
- #79 Fix NPE in
ConstructorDeclaration.getDeclarationAsString
- #86 Add missing functions to ModifierVisitorAdapter
- #82 set LambdaExpr as parent of its child nodes
- #87 implement
setJavadoc
andgetJavadoc
at various classes - #96 Fixed encoding issue in
Javaparser.parse
- #85 Casting a lambda expression causes a parsing failure
- #88
MethodReferenceExpr
andTypeExpr
don't set themselves as parents
- #79 Fix NPE in
- Internal
- support Java 8
- Fixed issues:
- Issue 17: A refactor suggestion for AnnotationExpr and its subclasses
- Issue 21: Java 5 JavaParser compiled JARs
- Issue 22: Please use java.lang.reflect.Modifier constants in japa.parser.ast.body.ModifierSet
- Issue 27: Implement the "equal" method
- Issue 30: equals and hashCode methods
- Issue 19 fixed:
- Tests changed to run with junit 4
- Issue 11 fixed: changed method get/setPakage to get/setPackage in the class CompilationUnit
- Created new visitor adapter to help AST modification: ModifierVisitorAdapter
- Changed visitor adapters to abstract
- Created simplified constructors in the nodes of the AST (without positional arguments)
- Created ASTHelper class with some helpful methods (more methods are still needed)
- Moved to javacc 4.1.
- The java_1_5.jj can be build alone without compilation errors
- Removed SuperMemberAccessExpr class, it was no longer used
- Removed the methods get/setTypeArgs() from ArrayCreationExpr, this node shouldn't have these methods.
- Fixed the bug with start/end position of the nodes IntegerLiteralMinValueExpr and LongLiteralMinValueExpr
- The methods get/setAnnotations() from all BodyDeclaration subclasses were pushed down to BodyDeclaration class
- Issue fixed: Issue 1: Add support for editing AST nodes or create new ones
- Issue fixed: Issue 5: end line and end column equal to begin line and begin column
- Changed version numbering, starting version 1.0.0
- Javadoc done for packages:
- japa.parser
- japa.parser.ast
- Corrected bug when parsing in multithread:
- JavaParser.setCacheParser(false) must be called before to use the parser concurrent
- No code changes, added binary distribution to download page
- Bug corrected: NPE in VoidVisitorAdapter
- Added Adapters for de visitors
- This project now is published at Google Code:
- Added support for comments and javadoc to the tree.
- Javadocs are stored directly to members (BodyDeclaration and all deriveds (classes, methods, fields, etc.)), accessible by the method getJavadoc().
- All comments are stored in the CompilationUnit, accessible by the method getComments().
- Changed all nodes public attributes to be private and created getters to access them
- Changed the methods of the Node getLine e getColumn to getBeginLine and getBeginColumn
- Added the methods getEndLine and getEndColumn to the Node class (works only in the BlockNode)
- Corrected ConditionalExpression bug
- Added LGPL License
- Bugs corrected:
- Created PackageDeclaration member of CompilationUnit to add suport for annotations in the package declaration
- Parameterized anonymous constructor invocation
- Explicit constructor invotation Type Arguments
- ctrl+z ("\u001A") ar end of compilation unit
- EnumConstantDeclaration annotation support corrected
- Parssing Java Unicode escape characters suport added
- Bug corrected: "MotifComboPopup.this.super()" statement was generating parser error
- Bug corrected: Casting signed primitive values
double d = (double) -1;
^
- Bug with the single line comments in the final of the unit corrected
- Fixed the bug with the following expression:
Class c = (int.class);
- Bug fixes from Leon Poyyayil work
- suport for hex floating point
- unicode digits in indentifier
- MemberValueArrayInitializer
- Long and Integer literal MIN_VALUE bug
- '\0' bug fixed
- Many bug fixes
- Added line/column to nodes