Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Javaparser
Ce projet contient un ensemble de bibliothèques implémentant un analyseur Java 1.0 - Java 17 avec des fonctionnalités d'analyse avancées.
Collective -
Host: opensource -
https://opencollective.com/javaparser
- Code: https://github.com/javaparser/javaparser
chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.1
github.com/javaparser/javaparser - renovate[bot] opened this pull request 10 months ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request 10 months ago
chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.14.2
github.com/javaparser/javaparser - renovate[bot] opened this pull request 11 months ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request 11 months ago
Strange error when trying to find erasure of generic type where one of two type parameters is an array
github.com/javaparser/javaparser - FeldrinH opened this issue 11 months ago
github.com/javaparser/javaparser - FeldrinH opened this issue 11 months ago
nameExpr.resolve().isField() resolves incorrectly in certain context
github.com/javaparser/javaparser - YXL-123 opened this issue 11 months ago
github.com/javaparser/javaparser - YXL-123 opened this issue 11 months ago
Pattern matching for switch - JEP 441
github.com/javaparser/javaparser - johannescoetzee opened this issue 11 months ago
github.com/javaparser/javaparser - johannescoetzee opened this issue 11 months ago
fix(deps): update dependency com.google.guava:guava to v33.1.0-jre
github.com/javaparser/javaparser - renovate[bot] opened this pull request 11 months ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request 11 months ago
chore(deps): bump actions/checkout from 4.1.1 to 4.1.2
github.com/javaparser/javaparser - dependabot[bot] opened this pull request 11 months ago
github.com/javaparser/javaparser - dependabot[bot] opened this pull request 11 months ago
somtimes AssignExpr.target is wrong
github.com/javaparser/javaparser - HaHarden opened this issue 11 months ago
github.com/javaparser/javaparser - HaHarden opened this issue 11 months ago
UnsolvedSymbolException ... cannot be resolved in context ... MethodCallExprContext
github.com/javaparser/javaparser - ond1 opened this issue 11 months ago
github.com/javaparser/javaparser - ond1 opened this issue 11 months ago
Arrays as Variables
github.com/javaparser/javaparser - HadeellAbunassar opened this issue 11 months ago
github.com/javaparser/javaparser - HadeellAbunassar opened this issue 11 months ago
chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.14.1
github.com/javaparser/javaparser - renovate[bot] opened this pull request 11 months ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request 11 months ago
chore(deps): update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.0
github.com/javaparser/javaparser - renovate[bot] opened this pull request 11 months ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request 11 months ago
Find the first ancestor of a type?
github.com/javaparser/javaparser - PELock opened this issue 11 months ago
github.com/javaparser/javaparser - PELock opened this issue 11 months ago
Processing nested classes and their methods
github.com/javaparser/javaparser - PELock opened this issue 11 months ago
github.com/javaparser/javaparser - PELock opened this issue 11 months ago
fix: issue 4330 Method 'forEach' cannot be resolved in certain context
github.com/javaparser/javaparser - jlerbsc opened this pull request 11 months ago
github.com/javaparser/javaparser - jlerbsc opened this pull request 11 months ago
fix: issue 4331 Cannot be 'abstract' and also 'private'. for a private method in an interface
github.com/javaparser/javaparser - jlerbsc opened this pull request 11 months ago
github.com/javaparser/javaparser - jlerbsc opened this pull request 11 months ago
Regression in 3.25.9: `Cannot be 'abstract' and also 'private'.` for a `private` method in an interface
github.com/javaparser/javaparser - famod opened this issue 11 months ago
github.com/javaparser/javaparser - famod opened this issue 11 months ago
Method 'forEach' cannot be resolved in certain context
github.com/javaparser/javaparser - huajiaoyu opened this issue 11 months ago
github.com/javaparser/javaparser - huajiaoyu opened this issue 11 months ago
fix: Dead stores should be removed (sonar rule)
github.com/javaparser/javaparser - jlerbsc opened this pull request 11 months ago
github.com/javaparser/javaparser - jlerbsc opened this pull request 11 months ago
fix: Replace this if-then-else statement by a single return statement (sonar rule)
github.com/javaparser/javaparser - jlerbsc opened this pull request 11 months ago
github.com/javaparser/javaparser - jlerbsc opened this pull request 11 months ago
chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.14.0
github.com/javaparser/javaparser - renovate[bot] opened this pull request 11 months ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request 11 months ago
chore(deps): update codecov/codecov-action action to v4.1.0
github.com/javaparser/javaparser - renovate[bot] opened this pull request 11 months ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request 11 months ago
chore(deps): update codecov/codecov-action action to v4.0.2
github.com/javaparser/javaparser - renovate[bot] opened this pull request 11 months ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request 11 months ago
chore(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.2.0
github.com/javaparser/javaparser - renovate[bot] opened this pull request 11 months ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request 11 months ago
chore(deps): bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0
github.com/javaparser/javaparser - dependabot[bot] opened this pull request 11 months ago
github.com/javaparser/javaparser - dependabot[bot] opened this pull request 11 months ago
Switch order of literals to prevent NullPointerException
github.com/javaparser/javaparser - citizenjosh opened this pull request 11 months ago
github.com/javaparser/javaparser - citizenjosh opened this pull request 11 months ago
Add #5 Unit Tests for findMostApplicable
github.com/javaparser/javaparser - jsoderholm opened this pull request 11 months ago
github.com/javaparser/javaparser - jsoderholm opened this pull request 11 months ago
fix(deps): update byte-buddy.version to v1.14.12
github.com/javaparser/javaparser - renovate[bot] opened this pull request 12 months ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request 12 months ago
Getting error while calling calculateResolvedType() on scope in Java Parser
github.com/javaparser/javaparser - mukulbindal opened this issue 12 months ago
github.com/javaparser/javaparser - mukulbindal opened this issue 12 months ago
Access to the javaparser.org domain
github.com/javaparser/javaparser - ftomassetti opened this issue 12 months ago
github.com/javaparser/javaparser - ftomassetti opened this issue 12 months ago
fix: issue 2043 getAccessSpecifier should return public for interface methods
github.com/javaparser/javaparser - jlerbsc opened this pull request 12 months ago
github.com/javaparser/javaparser - jlerbsc opened this pull request 12 months ago
Further improve correction of whitespace during difference application
github.com/javaparser/javaparser - jlerbsc opened this pull request 12 months ago
github.com/javaparser/javaparser - jlerbsc opened this pull request 12 months ago
FieldAccessExpr does not print list of fields accesses of class
github.com/javaparser/javaparser - GholamaliIrani opened this issue 12 months ago
github.com/javaparser/javaparser - GholamaliIrani opened this issue 12 months ago
Fix: issue #3946 Symbol solver is unable to resolve inherited inner classes
github.com/javaparser/javaparser - jlerbsc opened this pull request 12 months ago
github.com/javaparser/javaparser - jlerbsc opened this pull request 12 months ago
fix: issue 4311 IllegalStateException when removing all comments with LexicalPreservingPrinter
github.com/javaparser/javaparser - jlerbsc opened this pull request 12 months ago
github.com/javaparser/javaparser - jlerbsc opened this pull request 12 months ago
Add easy method to get the parsed information from java.lang.reflection
github.com/javaparser/javaparser - LarsEckart opened this issue 12 months ago
github.com/javaparser/javaparser - LarsEckart opened this issue 12 months ago
IllegalStateException when removing all comments with LexicalPreservingPrinter
github.com/javaparser/javaparser - farfromstrict opened this issue 12 months ago
github.com/javaparser/javaparser - farfromstrict opened this issue 12 months ago
IndexOutOfBoundsException when parsing Mybatis-Plus
github.com/javaparser/javaparser - Fioooooooo opened this issue 12 months ago
github.com/javaparser/javaparser - Fioooooooo opened this issue 12 months ago
chore(deps): update dependency org.assertj:assertj-core to v3.25.3
github.com/javaparser/javaparser - renovate[bot] opened this pull request 12 months ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request 12 months ago
LexicalPreservingPrinter doesn't indent text blocks as one would expect.
github.com/javaparser/javaparser - rpost opened this issue 12 months ago
github.com/javaparser/javaparser - rpost opened this issue 12 months ago
chore(deps): update junit5 monorepo to v5.10.2
github.com/javaparser/javaparser - renovate[bot] opened this pull request 12 months ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request 12 months ago
Minor refactoring to use the existing getArgumentPosition method
github.com/javaparser/javaparser - jlerbsc opened this pull request 12 months ago
github.com/javaparser/javaparser - jlerbsc opened this pull request 12 months ago
chore(deps): update codecov/codecov-action action to v4.0.1
github.com/javaparser/javaparser - renovate[bot] opened this pull request 12 months ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request 12 months ago
chore(deps): update codecov/codecov-action action to v4
github.com/javaparser/javaparser - renovate[bot] opened this pull request 12 months ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request 12 months ago
record in an interface throw IllegalArgumentException
github.com/javaparser/javaparser - Fioooooooo opened this issue 12 months ago
github.com/javaparser/javaparser - Fioooooooo opened this issue 12 months ago
chore(deps): update codecov/codecov-action action to v3.1.6
github.com/javaparser/javaparser - renovate[bot] opened this pull request 12 months ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request 12 months ago
chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.13.0
github.com/javaparser/javaparser - renovate[bot] opened this pull request 12 months ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request 12 months ago
Setting the position of nodes during pretty printing
github.com/javaparser/javaparser - ftomassetti opened this issue about 1 year ago
github.com/javaparser/javaparser - ftomassetti opened this issue about 1 year ago
chore(deps): update codecov/codecov-action action to v3.1.5
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
chore(deps): update dependency org.assertj:assertj-core to v3.25.2
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
Unable to obtain the descriptor of ClassOrInterfaceType within the record.
github.com/javaparser/javaparser - YXL-123 opened this issue about 1 year ago
github.com/javaparser/javaparser - YXL-123 opened this issue about 1 year ago
Fix: issue #3878 resolve MethodReference in ObjectCreationExpr
github.com/javaparser/javaparser - fishautumn opened this pull request about 1 year ago
github.com/javaparser/javaparser - fishautumn opened this pull request about 1 year ago
Fix: issue #3251 Unable to get types for NameExpr which refer to ClassNames
github.com/javaparser/javaparser - fishautumn opened this pull request about 1 year ago
github.com/javaparser/javaparser - fishautumn opened this pull request about 1 year ago
Optimize find ancestor
github.com/javaparser/javaparser - magicwerk opened this pull request about 1 year ago
github.com/javaparser/javaparser - magicwerk opened this pull request about 1 year ago
chore(deps): update actions/cache action to v4
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
How to resolve ImportDeclaration
github.com/javaparser/javaparser - Laughh opened this issue about 1 year ago
github.com/javaparser/javaparser - Laughh opened this issue about 1 year ago
refac: Removes useless ExpressionHelper utility class and replaces some explicit casts by using the javaparser API
github.com/javaparser/javaparser - jlerbsc opened this pull request about 1 year ago
github.com/javaparser/javaparser - jlerbsc opened this pull request about 1 year ago
Fix: issue 3939 SymbolResolver.calculateType(Expression) may fails on first try, then succeed on later tries
github.com/javaparser/javaparser - jlerbsc opened this pull request about 1 year ago
github.com/javaparser/javaparser - jlerbsc opened this pull request about 1 year ago
chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.5
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
How to access annotation from MethodDeclaration
github.com/javaparser/javaparser - jlerbsc opened this issue about 1 year ago
github.com/javaparser/javaparser - jlerbsc opened this issue about 1 year ago
chore(deps): update dependency org.assertj:assertj-core to v3.25.1
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
Symbol resolution issue with MethodDeclaration in JavaParser
github.com/javaparser/javaparser - zgorzk opened this issue about 1 year ago
github.com/javaparser/javaparser - zgorzk opened this issue about 1 year ago
Adds unit test for issue 4284 "ClassCastException when resolving MethodCallExpr inside an enhanced switch statement"
github.com/javaparser/javaparser - jlerbsc opened this pull request about 1 year ago
github.com/javaparser/javaparser - jlerbsc opened this pull request about 1 year ago
`ClassCastException` when resolving `MethodCallExpr` inside an enhanced switch statement
github.com/javaparser/javaparser - PalashSharma20 opened this issue about 1 year ago
github.com/javaparser/javaparser - PalashSharma20 opened this issue about 1 year ago
Change `SwitchStmt` to `SwitchNode` in `SwitchEntryContext` to avoid `ClassCastException`
github.com/javaparser/javaparser - PalashSharma20 opened this pull request about 1 year ago
github.com/javaparser/javaparser - PalashSharma20 opened this pull request about 1 year ago
chore(deps): update dependency org.assertj:assertj-core to v3.25.0
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.12.7
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
fix: Partial removal of the use of instanceof in favour of the use of the API
github.com/javaparser/javaparser - jlerbsc opened this pull request about 1 year ago
github.com/javaparser/javaparser - jlerbsc opened this pull request about 1 year ago
fix: issue 4240 Calling resolve on catch block parameter throws exception
github.com/javaparser/javaparser - jlerbsc opened this pull request about 1 year ago
github.com/javaparser/javaparser - jlerbsc opened this pull request about 1 year ago
feat: creates cache statistics and moves Cache interface to javaparser-core
github.com/javaparser/javaparser - jlerbsc opened this pull request about 1 year ago
github.com/javaparser/javaparser - jlerbsc opened this pull request about 1 year ago
Method 'getDown' cannot be resolved in context methodNode.getDown()
github.com/javaparser/javaparser - huajiaoyu opened this issue about 1 year ago
github.com/javaparser/javaparser - huajiaoyu opened this issue about 1 year ago
feat: Add parseArrayInitializerExpr to JavaParser API
github.com/javaparser/javaparser - iMashtak opened this pull request about 1 year ago
github.com/javaparser/javaparser - iMashtak opened this pull request about 1 year ago
chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.1
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
Revert "Refactoring: Move cache features to javaparser-core"
github.com/javaparser/javaparser - jlerbsc opened this pull request about 1 year ago
github.com/javaparser/javaparser - jlerbsc opened this pull request about 1 year ago
Fix: issue 4270 Exception when resolving ObjectCreationExpr with nested varargs
github.com/javaparser/javaparser - jlerbsc opened this pull request about 1 year ago
github.com/javaparser/javaparser - jlerbsc opened this pull request about 1 year ago
fix(deps): update byte-buddy.version to v1.14.11
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
chore(deps): bump byte-buddy.version from 1.14.10 to 1.14.11
github.com/javaparser/javaparser - dependabot[bot] opened this pull request about 1 year ago
github.com/javaparser/javaparser - dependabot[bot] opened this pull request about 1 year ago
Exception when resolving ObjectCreationExpr with nested varargs
github.com/javaparser/javaparser - yakovsh opened this issue about 1 year ago
github.com/javaparser/javaparser - yakovsh opened this issue about 1 year ago
ResolvedReferenceType returns incorrect typeParametersMap
github.com/javaparser/javaparser - Elewyth opened this issue about 1 year ago
github.com/javaparser/javaparser - Elewyth opened this issue about 1 year ago
fix(deps): update dependency com.google.guava:guava to v33 - autoclosed
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.0
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0
github.com/javaparser/javaparser - dependabot[bot] opened this pull request about 1 year ago
github.com/javaparser/javaparser - dependabot[bot] opened this pull request about 1 year ago
chore(deps): bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre
github.com/javaparser/javaparser - dependabot[bot] opened this pull request about 1 year ago
github.com/javaparser/javaparser - dependabot[bot] opened this pull request about 1 year ago
chore(deps): bump org.javassist:javassist from 3.29.2-GA to 3.30.1-GA
github.com/javaparser/javaparser - dependabot[bot] opened this pull request about 1 year ago
github.com/javaparser/javaparser - dependabot[bot] opened this pull request about 1 year ago
add Java_18 to yieldSupport
github.com/javaparser/javaparser - Kimmmey opened this pull request about 1 year ago
github.com/javaparser/javaparser - Kimmmey opened this pull request about 1 year ago
fix(deps): update dependency org.javassist:javassist to v3.30.2-ga
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
Parse a new block of code and add it to an existant Compilation Unit
github.com/javaparser/javaparser - uhfonso opened this issue about 1 year ago
github.com/javaparser/javaparser - uhfonso opened this issue about 1 year ago
SymbolResolver is only injected if parsing of an entire java file is successfull
github.com/javaparser/javaparser - mini-ninja-64 opened this issue about 1 year ago
github.com/javaparser/javaparser - mini-ninja-64 opened this issue about 1 year ago
feat: A visitor looking for a node by its position in an AST
github.com/javaparser/javaparser - jlerbsc opened this pull request about 1 year ago
github.com/javaparser/javaparser - jlerbsc opened this pull request about 1 year ago
Sealed classes
github.com/javaparser/javaparser - FlorentSimonnot opened this issue about 1 year ago
github.com/javaparser/javaparser - FlorentSimonnot opened this issue about 1 year ago
chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.3
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
github.com/javaparser/javaparser - renovate[bot] opened this pull request about 1 year ago
java code parsing failed
github.com/javaparser/javaparser - Elfe-w opened this issue about 1 year ago
github.com/javaparser/javaparser - Elfe-w opened this issue about 1 year ago
Get node by offset in file
github.com/javaparser/javaparser - Laughh opened this issue about 1 year ago
github.com/javaparser/javaparser - Laughh opened this issue about 1 year ago
fix: issue #4245 UnsupportedOperationException with LexicalPreservingPrinter when removing a sealed modified
github.com/javaparser/javaparser - jlerbsc opened this pull request about 1 year ago
github.com/javaparser/javaparser - jlerbsc opened this pull request about 1 year ago
[GHA] Run on java 18
github.com/javaparser/javaparser - hazendaz opened this pull request about 1 year ago
github.com/javaparser/javaparser - hazendaz opened this pull request about 1 year ago
[ci] Fix change log released version as 3.25.7
github.com/javaparser/javaparser - hazendaz opened this pull request about 1 year ago
github.com/javaparser/javaparser - hazendaz opened this pull request about 1 year ago
update method body and save throw "Range not present on node"
github.com/javaparser/javaparser - cbooy opened this issue about 1 year ago
github.com/javaparser/javaparser - cbooy opened this issue about 1 year ago
javaparser-core now depends on Guava
github.com/javaparser/javaparser - tridium-gward opened this issue about 1 year ago
github.com/javaparser/javaparser - tridium-gward opened this issue about 1 year ago
isAssignableBy for gradle or maven class
github.com/javaparser/javaparser - Laughh opened this issue about 1 year ago
github.com/javaparser/javaparser - Laughh opened this issue about 1 year ago