Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / javaparser/javasymbolsolver issues and pull requests
#377 - SymbolSolver is unable to find inheritanced interface type
Issue -
State: closed - Opened by un0btanium about 6 years ago
- 3 comments
#376 - JSS throws StackOverFlow exception when trying to resolve NameExpr
Issue -
State: closed - Opened by eartvit over 6 years ago
- 2 comments
#375 - How to convert a NameExpr to Type?
Issue -
State: closed - Opened by penelope24 over 6 years ago
- 3 comments
#375 - How to convert a NameExpr to Type?
Issue -
State: closed - Opened by penelope24 over 6 years ago
- 3 comments
#374 - Unable to resolve parent class
Issue -
State: closed - Opened by ronak111091 over 6 years ago
- 2 comments
#373 - Solve for symbol in scope that is of a given type
Issue -
State: closed - Opened by peterkt2000 over 6 years ago
- 2 comments
#373 - Solve for symbol in scope that is of a given type
Issue -
State: closed - Opened by peterkt2000 over 6 years ago
- 2 comments
#372 - Failing to resolve type of some method call receiver expressions
Issue -
State: closed - Opened by parvez2014 almost 7 years ago
- 2 comments
#371 - NoClassDefFoundError while trying to create a JarTypeSolver
Issue -
State: closed - Opened by urielSilva almost 7 years ago
- 3 comments
Labels: question
#371 - NoClassDefFoundError while trying to create a JarTypeSolver
Issue -
State: closed - Opened by urielSilva almost 7 years ago
- 3 comments
Labels: question
#370 - Static method solving problem
Issue -
State: closed - Opened by seoj135 almost 7 years ago
- 2 comments
#370 - Static method solving problem
Issue -
State: closed - Opened by seoj135 almost 7 years ago
- 2 comments
#369 - JavaParserFacade for ClassOrInterfaceType
Issue -
State: closed - Opened by sranger about 7 years ago
- 6 comments
Labels: bug
#369 - JavaParserFacade for ClassOrInterfaceType
Issue -
State: closed - Opened by sranger about 7 years ago
- 6 comments
Labels: bug
#368 - Archive this repository
Issue -
State: open - Opened by matozoid about 7 years ago
- 8 comments
#368 - Archive this repository
Issue -
State: open - Opened by matozoid about 7 years ago
- 8 comments
#367 - Resolving types in MethodCallExpr
Issue -
State: closed - Opened by inah about 7 years ago
- 2 comments
#367 - Resolving types in MethodCallExpr
Issue -
State: closed - Opened by inah about 7 years ago
- 2 comments
#366 - UnaryExpr failing to resolve BITWISE_COMPLEMENT operator
Issue -
State: closed - Opened by jjbr about 7 years ago
- 2 comments
#366 - UnaryExpr failing to resolve BITWISE_COMPLEMENT operator
Issue -
State: closed - Opened by jjbr about 7 years ago
- 2 comments
#364 - Type of BinaryExpr is not correctly resolved in certain situations
Issue -
State: closed - Opened by malteskoruppa about 7 years ago
- 14 comments
Labels: bug
#364 - Type of BinaryExpr is not correctly resolved in certain situations
Issue -
State: closed - Opened by malteskoruppa about 7 years ago
- 14 comments
Labels: bug
#363 - move to JP 3.5.9
Pull Request -
State: closed - Opened by ftomassetti about 7 years ago
- 2 comments
#363 - move to JP 3.5.9
Pull Request -
State: closed - Opened by ftomassetti about 7 years ago
- 2 comments
#362 - fail if a type is defined in a JAR, but implements an interface defined in another JAR
Issue -
State: closed - Opened by bennewi about 7 years ago
- 7 comments
Labels: bug
#362 - fail if a type is defined in a JAR, but implements an interface defined in another JAR
Issue -
State: closed - Opened by bennewi about 7 years ago
- 7 comments
Labels: bug
#360 - Anonymous classes supported?
Issue -
State: closed - Opened by bennewi about 7 years ago
- 4 comments
Labels: bug
#360 - Anonymous classes supported?
Issue -
State: closed - Opened by bennewi about 7 years ago
- 4 comments
Labels: bug
#359 - Set automatic module name
Issue -
State: closed - Opened by matozoid about 7 years ago
- 2 comments
Labels: enhancement
#359 - Set automatic module name
Issue -
State: closed - Opened by matozoid about 7 years ago
- 2 comments
Labels: enhancement
#358 - Removal of 2 ExpressionStmt's associated to same parent fails when using LexicalPreserving CompilationUnit
Issue -
State: closed - Opened by Sebsen about 7 years ago
- 4 comments
Labels: bug
#358 - Removal of 2 ExpressionStmt's associated to same parent fails when using LexicalPreserving CompilationUnit
Issue -
State: closed - Opened by Sebsen about 7 years ago
- 4 comments
Labels: bug
#357 - Fix issues #300 and #355: Getting the FieldDeclaration from a FieldAccessExpr
Pull Request -
State: closed - Opened by mcesar about 7 years ago
#357 - Fix issues #300 and #355: Getting the FieldDeclaration from a FieldAccessExpr
Pull Request -
State: closed - Opened by mcesar about 7 years ago
#356 - Moving to JP 3.5.5.
Pull Request -
State: closed - Opened by ftomassetti about 7 years ago
#355 - Cannot resolve field access
Issue -
State: closed - Opened by Ivan-Veselov about 7 years ago
- 2 comments
#352 - Issue316
Pull Request -
State: closed - Opened by ftomassetti about 7 years ago
- 2 comments
#352 - Issue316
Pull Request -
State: closed - Opened by ftomassetti about 7 years ago
- 2 comments
#351 - adding support to resolve union types
Pull Request -
State: closed - Opened by ftomassetti about 7 years ago
#351 - adding support to resolve union types
Pull Request -
State: closed - Opened by ftomassetti about 7 years ago
#350 - adding test to prove #314 is resolved
Pull Request -
State: closed - Opened by ftomassetti about 7 years ago
#350 - adding test to prove #314 is resolved
Pull Request -
State: closed - Opened by ftomassetti about 7 years ago
#349 - resolving references to enum declarations in the same file #347
Pull Request -
State: closed - Opened by ftomassetti about 7 years ago
#349 - resolving references to enum declarations in the same file #347
Pull Request -
State: closed - Opened by ftomassetti about 7 years ago
#348 - adding tests for #343
Pull Request -
State: closed - Opened by ftomassetti about 7 years ago
#348 - adding tests for #343
Pull Request -
State: closed - Opened by ftomassetti about 7 years ago
#347 - CompilationUnitContext.solveType() doesn't handle enum declaration in same C.U.
Issue -
State: closed - Opened by esstrifork about 7 years ago
- 3 comments
Labels: bug
#347 - CompilationUnitContext.solveType() doesn't handle enum declaration in same C.U.
Issue -
State: closed - Opened by esstrifork about 7 years ago
- 3 comments
Labels: bug
#346 - update dependencies
Pull Request -
State: closed - Opened by ftomassetti about 7 years ago
#346 - update dependencies
Pull Request -
State: closed - Opened by ftomassetti about 7 years ago
#345 - Moving to JavaParser 3.5.4
Pull Request -
State: closed - Opened by ftomassetti about 7 years ago
#345 - Moving to JavaParser 3.5.4
Pull Request -
State: closed - Opened by ftomassetti about 7 years ago
#343 - NPE when solving ArrayInitializerExpr
Issue -
State: closed - Opened by ftomassetti about 7 years ago
- 1 comment
Labels: bug, high-priority
#343 - NPE when solving ArrayInitializerExpr
Issue -
State: closed - Opened by ftomassetti about 7 years ago
- 1 comment
Labels: bug, high-priority
#342 - Symbol solver: continue iterating over the AST after an exception has been caught
Issue -
State: closed - Opened by Cale-92 about 7 years ago
- 1 comment
#341 - Support MethodDeclaration in JavaSymbolSolver class
Issue -
State: closed - Opened by ftomassetti about 7 years ago
#341 - Support MethodDeclaration in JavaSymbolSolver class
Issue -
State: closed - Opened by ftomassetti about 7 years ago
#340 - correcting resolution of this in ObjectCreationExpr
Pull Request -
State: closed - Opened by ftomassetti over 7 years ago
#340 - correcting resolution of this in ObjectCreationExpr
Pull Request -
State: closed - Opened by ftomassetti over 7 years ago
#339 - Verify that type promotion works
Pull Request -
State: closed - Opened by ftomassetti over 7 years ago
- 1 comment
#339 - Verify that type promotion works
Pull Request -
State: closed - Opened by ftomassetti over 7 years ago
- 1 comment
#338 - Method invocation should consider type promotions
Issue -
State: closed - Opened by ftomassetti over 7 years ago
- 1 comment
Labels: bug
#338 - Method invocation should consider type promotions
Issue -
State: closed - Opened by ftomassetti over 7 years ago
- 1 comment
Labels: bug
#337 - Adding a TypeSolver to support AAR files
Pull Request -
State: closed - Opened by ftomassetti over 7 years ago
#336 - Add support for AAR files
Issue -
State: closed - Opened by ftomassetti over 7 years ago
#335 - Adding test for Issue185
Pull Request -
State: closed - Opened by ftomassetti over 7 years ago
#335 - Adding test for Issue185
Pull Request -
State: closed - Opened by ftomassetti over 7 years ago
#334 - [Draft] Issue #326: Javassist*Declaration assignability coverage + ctClass reliance
Pull Request -
State: closed - Opened by WimTibackx over 7 years ago
- 4 comments
#334 - [Draft] Issue #326: Javassist*Declaration assignability coverage + ctClass reliance
Pull Request -
State: closed - Opened by WimTibackx over 7 years ago
- 4 comments
#333 - [Question] find all method calls of specified type
Issue -
State: closed - Opened by AndrewAQ over 7 years ago
- 2 comments
Labels: question
#332 - JSS#326, part 1: When solving symbols in types, refer back to SymbolSolver for typeclasses and interfaces
Pull Request -
State: closed - Opened by WimTibackx over 7 years ago
#332 - JSS#326, part 1: When solving symbols in types, refer back to SymbolSolver for typeclasses and interfaces
Pull Request -
State: closed - Opened by WimTibackx over 7 years ago
#331 - [Draft] Completing and testing JavaSymbolSolver
Pull Request -
State: closed - Opened by ftomassetti over 7 years ago
#331 - [Draft] Completing and testing JavaSymbolSolver
Pull Request -
State: closed - Opened by ftomassetti over 7 years ago
#330 - Move to JavaParser 3.5.0
Pull Request -
State: closed - Opened by ftomassetti over 7 years ago
#329 - #322: Part 3, build jars for javassistSymbols tests via gradle
Pull Request -
State: closed - Opened by WimTibackx over 7 years ago
#329 - #322: Part 3, build jars for javassistSymbols tests via gradle
Pull Request -
State: closed - Opened by WimTibackx over 7 years ago
#328 - #322: Part 2, Add implementation for SymbolSolving on JavassistEnumDeclaration, including tests
Pull Request -
State: closed - Opened by WimTibackx over 7 years ago
- 1 comment
#328 - #322: Part 2, Add implementation for SymbolSolving on JavassistEnumDeclaration, including tests
Pull Request -
State: closed - Opened by WimTibackx over 7 years ago
- 1 comment
#327 - #322: Part 1, add tests for existing implementation on JavassistClassDeclaration
Pull Request -
State: closed - Opened by WimTibackx over 7 years ago
#327 - #322: Part 1, add tests for existing implementation on JavassistClassDeclaration
Pull Request -
State: closed - Opened by WimTibackx over 7 years ago
#326 - Javassist*Declarations should use typesolver to get to their superclass/interfaces instead of relying on the internal ctClass.classPool, as that has too limited a view on the classpath
Issue -
State: closed - Opened by WimTibackx over 7 years ago
- 1 comment
#326 - Javassist*Declarations should use typesolver to get to their superclass/interfaces instead of relying on the internal ctClass.classPool, as that has too limited a view on the classpath
Issue -
State: closed - Opened by WimTibackx over 7 years ago
- 1 comment
#325 - Document gradle usage
Pull Request -
State: closed - Opened by WimTibackx over 7 years ago
- 1 comment
#325 - Document gradle usage
Pull Request -
State: closed - Opened by WimTibackx over 7 years ago
- 1 comment
#324 - Jacoco coverage should include sibling project sources
Pull Request -
State: closed - Opened by WimTibackx over 7 years ago
- 1 comment
#324 - Jacoco coverage should include sibling project sources
Pull Request -
State: closed - Opened by WimTibackx over 7 years ago
- 1 comment
#323 - Add settings to all subprojects to force java compilation and javadoc generation to UTF-8
Pull Request -
State: closed - Opened by WimTibackx over 7 years ago
- 1 comment
#323 - Add settings to all subprojects to force java compilation and javadoc generation to UTF-8
Pull Request -
State: closed - Opened by WimTibackx over 7 years ago
- 1 comment
#322 - Solving NameExpr for an enum within a Jar not implemented
Issue -
State: closed - Opened by WimTibackx over 7 years ago
- 8 comments
Labels: bug
#322 - Solving NameExpr for an enum within a Jar not implemented
Issue -
State: closed - Opened by WimTibackx over 7 years ago
- 8 comments
Labels: bug
#321 - [Question] Getting the filepath of referenceType
Issue -
State: closed - Opened by ghost over 7 years ago
Labels: question
#321 - [Question] Getting the filepath of referenceType
Issue -
State: closed - Opened by ghost over 7 years ago
Labels: question
#320 - Compatible with javaparser Java 9.0?
Issue -
State: closed - Opened by un0btanium over 7 years ago
- 3 comments
Labels: question
#320 - Compatible with javaparser Java 9.0?
Issue -
State: closed - Opened by un0btanium over 7 years ago
- 3 comments
Labels: question
#319 - Upgrade the sample project
Issue -
State: closed - Opened by matozoid over 7 years ago
Labels: housekeeping
#319 - Upgrade the sample project
Issue -
State: closed - Opened by matozoid over 7 years ago
Labels: housekeeping
#318 - Check the sample project
Issue -
State: closed - Opened by matozoid over 7 years ago
- 1 comment
#318 - Check the sample project
Issue -
State: closed - Opened by matozoid over 7 years ago
- 1 comment
#317 - Documenting JavaSymbolSolver
Pull Request -
State: closed - Opened by ftomassetti over 7 years ago