2022-05-23 12:23:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 23 12:17:32 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Upgrade to upstream version 2.24.2
|
|
|
|
* Fixes:
|
|
|
|
+ Adding constructor descriptor
|
|
|
|
+ Fix issue #3491 Method has a multidimensional arrays argument
|
|
|
|
in jar file. when call the method throw
|
|
|
|
UnsolvedSymbolException
|
|
|
|
+ Fix issue #3218 GetSourceRoots() does not return all source
|
|
|
|
roots
|
|
|
|
+ Bug in ArrayCreationExpr constructors
|
|
|
|
+ Fix issue 3440 Removing a node with LexicalPreservingPrinter
|
|
|
|
causes UnsupportedOperationException
|
|
|
|
+ Improve unit test for BlockStmtContextResolutionTest
|
|
|
|
+ Improve Conditional Operator resolution [JLS 15.25]
|
|
|
|
+ Fix issue #3526 Variable or FieldDeclaration is not resolved
|
|
|
|
correctly when another variable with the same name is
|
|
|
|
declared in the same block
|
|
|
|
|
2022-03-10 11:41:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 10 11:36:18 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Upgrade to the latest version 3.24.0
|
|
|
|
* A long list of fixes is to be found at https://github.com/
|
|
|
|
/javaparser/javaparser/blob/master/changelog.md
|
|
|
|
* Upgrade needed to be able to upgrade jctools and make them
|
|
|
|
not depend hard on Java 8
|
|
|
|
|
2019-10-01 13:30:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 1 13:29:42 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Initial packaging of javaparser 3.3.5
|