1. 6d977c7 issue80: adding expected output for all javaparser code by Federico Tomassetti · 8 years ago
  2. cb7655f issue80: improving resolution of static methods by Federico Tomassetti · 8 years ago
  3. 6bd7845 remove references to old JavaParser versions by Federico Tomassetti · 8 years ago
  4. cf23ae2 issue80: initial setup for testing method call resolution on JavaParser codebase by Federico Tomassetti · 8 years ago
  5. 34e7bd0 MethodDeclaration: add getSignature by Federico Tomassetti · 8 years ago
  6. b5e2258 issue75: avoid infinite recursion when a class invoke its own methods by Federico Tomassetti · 8 years ago
  7. 9055ed9 issue73: cache parse java files in JavaSymbolSolver by Federico Tomassetti · 8 years ago
  8. 5988c41 fixed solving method calls in FieldAccessContext and implemented test case. by malte_langkabel · 8 years ago
  9. 906f86a Merge pull request #72 from rpau/master by Federico Tomassetti · 8 years ago
  10. 84afc7b unused code removed by rpau · 8 years ago
  11. 01f3fa8 Regard type parameter of method's declaring type when testing if MethodUsage is applicable. by malte_langkabel · 8 years ago
  12. cd78d3d * Fixed comparison of expected and generated output of the AnalyzeJavaParserTests for Windows. by malte_langkabel · 8 years ago
  13. e2cc24a Regard type parameter of method's declaring type when testing if method is applicable. Solves issue #67. by malte_langkabel · 8 years ago
  14. 6151a5f Resolving symbols declared in SuperInterfaces by malte_langkabel · 8 years ago
  15. 8eedafd Merge pull request #63 from mlangkabel/method_resolution_fixes by Malte Langkabel · 8 years ago
  16. 47cd1db changed comment to be a JavaDoc comment by malte_langkabel · 8 years ago
  17. 31433fc Implemented solving type of a ClassExpr. This fixes issue #64. by malte_langkabel · 8 years ago
  18. 72b00a3 added test by malte_langkabel · 8 years ago
  19. 325c0dc implemented method resolution check if parameters are compatible if expected is type variable and fixed index out of bounds exception in GenericTypeInferenceLogic by malte_langkabel · 8 years ago
  20. 57983e6 Merge pull request #59 from mlangkabel/fix_solving_this_type_in_enum_decl by Federico Tomassetti · 8 years ago
  21. 3d2adfa Merge pull request #58 from mlangkabel/fixed_endless_recursion by Federico Tomassetti · 8 years ago
  22. dfbc101 Implemented removing duplicate method entries in MethodResolutionLogic when trying to find the most applicable method. This fixes issue #60. by malte_langkabel · 8 years ago
  23. cb2a7ef implemented handling of EnumDeclaration in JavaParserFacade.getTypeOfThisIn(Node) and added tests. by malte_langkabel · 8 years ago
  24. d36b028 fixed StackOverflowError when solving call on method return type as described in issue #43 and implemented test for this case. by malte_langkabel · 8 years ago
  25. 30ae58b adapting JavaParserMethodDeclaration to use new JavaParser modifiers by Federico Tomassetti · 8 years ago
  26. 9c6ac2e Merge pull request #57 from ftomassetti/updating_javaparser by Federico Tomassetti · 8 years ago
  27. 5d25458 adapting for JavaParser 3.0.0-alpha.2 by Federico Tomassetti · 8 years ago
  28. 8b058a3 Changed author of LambdaExprContextTest.java :) by malte_langkabel · 8 years ago
  29. 2990933 updating to JavaParser 3.0.0-alpha.2 by Federico Tomassetti · 8 years ago
  30. e529ad5 expanded LambdaExprContext to solve lambda parameter types in contexts other than method calls and implemented tests for newly supported cases. by malte_langkabel · 8 years ago
  31. 2c3f615 added another fix and tests for method call on array access by malte_langkabel · 8 years ago
  32. b016881 added tests for access through super keyword by malte_langkabel · 8 years ago
  33. a541f77 Implemented solving method calls on ArrayAccessExpr and SuperExpr. This fixes issue #41. by malte_langkabel · 8 years ago
  34. f30e0f5 Merge pull request #52 from mlangkabel/JavaParserTypeSolver_support_internal_classes by Federico Tomassetti · 8 years ago
  35. ac259cd cleaned code by malte_langkabel · 8 years ago
  36. 5114909 comment JavaParserFacade.clearInstances by Federico Tomassetti · 8 years ago
  37. fb2cc09 Merge branch 'master' of github.com:ftomassetti/java-symbol-solver by Federico Tomassetti · 8 years ago
  38. c059208 Merge pull request #49 from mlangkabel/JavaParserFacade_clearing by Federico Tomassetti · 8 years ago
  39. ad69321 Merge pull request #51 from mlangkabel/solve_symbol_in_field_access_context by Federico Tomassetti · 8 years ago
  40. 91ca35c Merge branch 'master' of github.com:ftomassetti/java-symbol-solver by Federico Tomassetti · 8 years ago
  41. c9d808d implemented methods according to issue #48 by malte_langkabel · 8 years ago
  42. 0778805 added support internal classes to JavaParserTypeSolver by malte_langkabel · 8 years ago
  43. 2254ab3 changed implementation to a more elegant solution by malte_langkabel · 8 years ago
  44. 3f8da95 change according to issue #45 by malte_langkabel · 8 years ago
  45. 1fe2b25 added method for clearing the instances of JavaParserFacade by malte_langkabel · 8 years ago
  46. 1df8ac4 adding more tests by Federico Tomassetti · 8 years ago
  47. ceb69ee adding one more test for getAllFields by Federico Tomassetti · 8 years ago
  48. a63c6ce Stack overflow fix by matozoid · 8 years ago
  49. aeb97fc Add GetAllFields by matozoid · 8 years ago
  50. af3957c restoring original javaparser source code by Federico Tomassetti · 8 years ago
  51. eba868a Merge pull request #29 from DevFactory/release/merge-if-with-enclosing-one-fix-1 by Federico Tomassetti · 8 years ago
  52. ba5fd53 Merge pull request #28 from DevFactory/release/replace-synchronized-classes-fix-1 by Federico Tomassetti · 8 years ago
  53. ea3e1e2 [squid:S1149] Synchronized classes Vector, Hashtable, Stack and StringBuffer should not be used by ayman abdelghany · 8 years ago
  54. e709c28 [squid:S1155] Using Collection.isEmpty() to test for emptiness by ayman abdelghany · 8 years ago
  55. bdb0b35 [squid:S1066] Merging collapsible if statements increases the code's readability by ayman abdelghany · 8 years ago
  56. 89a5a11 NoSimbolDeclarator renamed to NoSymbolDeclarator by selslack · 8 years ago
  57. 651f1ca Make typesolver recognize double literals by Evan · 9 years ago
  58. a10f8c9 add test to prevent regressions on issue18 by Federico Tomassetti · 9 years ago
  59. 70b827a add ReferenceTypeUsage.getTypeParametersMap by Federico Tomassetti · 9 years ago
  60. 45898d6 clean by Federico Tomassetti · 9 years ago
  61. d1097cf fix #114: check the CtClass before wrapping it in a JavassistClassDeclaration by Federico Tomassetti · 9 years ago
  62. 454253b Add getWrappedNode() function to JavaParser___Declaration objects by Evan Rittenhouse · 9 years ago
  63. 949f967 logic: simplify AbstractTypeDeclaration by Federico Tomassetti · 9 years ago
  64. 3f27992 model: remove MethodDeclaration.getContext by Federico Tomassetti · 9 years ago
  65. a8887bd minor by Federico Tomassetti · 9 years ago
  66. 8e655d3 test JavaParserClassDeclaration by Federico Tomassetti · 9 years ago
  67. 68d8797 fix how javassist access the classpath by Federico Tomassetti · 9 years ago
  68. 532d62e test JavassistClassDeclaration by Federico Tomassetti · 9 years ago
  69. 964498e Merge branch 'testing' into separate_modules by Federico Tomassetti · 9 years ago
  70. ca5e106 wip by Federico Tomassetti · 9 years ago
  71. 8907128 modules: create logic module by Federico Tomassetti · 9 years ago
  72. 81d24cd improvement on type inference by Federico Tomassetti · 9 years ago
  73. ead1472 issue7: consider type parameters and varargs combinations by Federico Tomassetti · 9 years ago
  74. 605f06d remove println by Federico Tomassetti · 9 years ago
  75. 1d670dc test ReflectionClassDeclaration by Federico Tomassetti · 9 years ago
  76. 454904f work on examples by Federico Tomassetti · 9 years ago
  77. f042654 add tests on Collectors.toList by Federico Tomassetti · 9 years ago
  78. 676972e all tests passing now by Federico Tomassetti · 9 years ago
  79. a6849db fix lambda solving by Federico Tomassetti · 9 years ago
  80. 0c24b9f create JavassistInterfaceDeclaration by Federico Tomassetti · 9 years ago
  81. 9444666 fix LambdaTest.lambdaMapParameter by Federico Tomassetti · 9 years ago
  82. b9725d0 add GenericTypeInferenceLogic by Federico Tomassetti · 9 years ago
  83. a75fd9d add FunctionInterfaceLogic by Federico Tomassetti · 9 years ago
  84. 6755c51 add ReflectionClassDeclarationTest.testGetDeclaredMethods by Federico Tomassetti · 9 years ago
  85. f20bec1 add RedlectionInterfaceDeclarationTest by Federico Tomassetti · 9 years ago
  86. bb039e1 add LambdaTest.lambdaMapParameter by Federico Tomassetti · 9 years ago
  87. 42b7b77 add test on Lambda return type by Federico Tomassetti · 9 years ago
  88. 5aca9bf improve isAssignableBy when Wildcards are involved by Federico Tomassetti · 9 years ago
  89. 3a87c5d modules: add missing jars by Federico Tomassetti · 9 years ago
  90. 4a18b1e modules: extraction of the model module by Federico Tomassetti · 9 years ago
  91. f4b07b1 modules: organization in modules by Federico Tomassetti · 9 years ago