1. 39a1d11 jooby spec by Edgar Espina · 9 years ago
  2. 7a6f6a2 Merge pull request #268 from fjudd/master by Danny van Bruggen · 9 years ago
  3. dadefdf Implement AnnotableNode interface in BaseParameter by Florian Judd · 9 years ago
  4. 2626508 Merge pull request #230 from cdietrich/patch-1 by Danny van Bruggen · 9 years ago
  5. 1d3e6eb Merge pull request #224 from ftomassetti/issue_160 by Danny van Bruggen · 9 years ago
  6. 0fe7b68 issue160: introduce class ParserState in CommentsParser by Federico Tomassetti · 9 years ago
  7. f90a790 CommentsParser: add several tests to consider possible sequences of slashes in String by Federico Tomassetti · 9 years ago
  8. 9990152 CommentsParser: fix issue with double slashes in strings by Federico Tomassetti · 9 years ago
  9. 67b23c1 Merge pull request #257 from ftomassetti/issue_247 by Federico Tomassetti · 9 years ago
  10. 38e0df2 Merge pull request #258 from tanob/patch-1 by Federico Tomassetti · 9 years ago
  11. cb232dc Remove unused variable from grammar by Adriano Bonat · 9 years ago
  12. ab1d70f Merge pull request #256 from tanob/expose-diamond-operator by Federico Tomassetti · 9 years ago
  13. 8913f50 Expose usage of diamond operator by Adriano Bonat · 9 years ago
  14. 58b492e issue247: parsing slash asterisk sequence in block comments by Federico Tomassetti · 9 years ago
  15. 9a85915 Merge pull request #241 from ftomassetti/issue233 by Federico Tomassetti · 9 years ago
  16. 4978877 Merge pull request #250 from SmiddyPence/master by Danny van Bruggen · 9 years ago
  17. e63d52d Merge pull request #249 from DevFactory/release/collection-isEmpty-should-be-used-to-test-for-emptiness-fix-1 by Danny van Bruggen · 9 years ago
  18. 263af41 #243 Missing @Override by Nicholas Smith · 9 years ago
  19. 4f7ceff Code Quality Improvement - Collection.isEmpty() should be used to test for emptiness by Christian Ivan · 9 years ago
  20. 1f7c34b Merge pull request #240 from ftomassetti/issue_210 by Federico Tomassetti · 9 years ago
  21. 4a5937a issue210: using hamcrest matchers instead of assertEquals by Federico Tomassetti · 9 years ago
  22. d628b31 Merge pull request #239 from matozoid/master by Danny van Bruggen · 9 years ago
  23. ddf5c42 Merge pull request #227 from ftomassetti/issue_211 by Federico Tomassetti · 9 years ago
  24. dfe964c issue233: consider in DumpVisitor(ConstructorDeclaration, Object) that now lists are lazy initialized by Federico Tomassetti · 9 years ago
  25. 2a4c979 issue210: fix issue with handling of UnknownType in EqualsVisitor by Federico Tomassetti · 9 years ago
  26. 0839242 Throw away old grammar by matozoid · 9 years ago
  27. 800a193 issue211: revise error message and characters to be escaped by Federico Tomassetti · 9 years ago
  28. 0a33a27 issue211: add negative test by Federico Tomassetti · 9 years ago
  29. 32a22d2 issue211: prevent instantiation of StringLiteralExpr with newlines or tabs by Federico Tomassetti · 9 years ago
  30. 78c72a8 issue211: test that string literals with newlines are dumped correctly by Federico Tomassetti · 9 years ago
  31. 12fd42f Merge pull request #218 from olivergondza/package-name by Federico Tomassetti · 9 years ago
  32. 2b7a92b More convenient api to get ackage name by Oliver Gondža · 9 years ago
  33. 1025f65 Fix unittest by Oliver Gondža · 9 years ago
  34. 815ad45 Report whole package name by Oliver Gondža · 9 years ago
  35. 7a2e6c9 Merge pull request #135 from ftomassetti/issue_134 by Federico Tomassetti · 9 years ago
  36. 4189c32 document the behavior of the empty import declaration by Federico Tomassetti · 9 years ago
  37. 2751db3 Introduce the empty import declaration by Federico Tomassetti · 9 years ago
  38. e6b8e48 tests: adding scenarios to test spurious semicolons among import statements are parsed correctly by Federico Tomassetti · 9 years ago
  39. 83ca9e2 tests: adding "no errors are reported" step by Federico Tomassetti · 9 years ago
  40. 373f198 grammar: accepting orphan semicolons among import statements by Federico Tomassetti · 9 years ago
  41. 13ce956 Merge pull request #187 from ftomassetti/parse_annotations_around_typerefs by Federico Tomassetti · 9 years ago
  42. bcca43a updating the number of nodes visited in a test by Federico Tomassetti · 9 years ago
  43. 55af70e adapt all the codebase to the change of type of MethodDeclaration.throws by Federico Tomassetti · 9 years ago
  44. b472fe8 parse annotations in implements declarations by Federico Tomassetti · 9 years ago
  45. d7aa0c0 parse annotations in throws declaration by Federico Tomassetti · 9 years ago
  46. fc06b28 Merge pull request #232 from ftomassetti/issue_231 by Federico Tomassetti · 9 years ago
  47. e66e92e Merge pull request #185 from ftomassetti/issue_149 by Federico Tomassetti · 9 years ago
  48. ef9c320 update grammar to use IntersectionType and UnionType by Federico Tomassetti · 9 years ago
  49. 97a48fb adapt visitors to support new nodes by Federico Tomassetti · 9 years ago
  50. 4705a04 clean IntersectionType and UnionType by Federico Tomassetti · 9 years ago
  51. c198e65 refactor CatchClause by Federico Tomassetti · 9 years ago
  52. c7a43bb refactor MultiTypeParameter by Federico Tomassetti · 9 years ago
  53. 7cebbe4 adapt visitors to consider MultiBoundType by Federico Tomassetti · 9 years ago
  54. 6b7e5f2 create class MultiBoudType by Federico Tomassetti · 9 years ago
  55. 12c7bee introducing in the grammar the MultiBoundType by Federico Tomassetti · 9 years ago
  56. 966b077 updating the tests by Federico Tomassetti · 9 years ago
  57. dffc0b5 issue 149: adapt grammar to parse combined cast expressions by Federico Tomassetti · 9 years ago
  58. 44d9dd0 issue 149: add test to verify that a combined cast on a literal can be parsed by Federico Tomassetti · 9 years ago
  59. 8d9b02e issue 149: add test to verify that a combined cast on a lambda expression can be parsed by Federico Tomassetti · 9 years ago
  60. 7a82938 issue 149: add test for simple cast on a lambda expression by Federico Tomassetti · 9 years ago
  61. dae9513 issue231: fix how empty Enums are dumped by Federico Tomassetti · 9 years ago
  62. d7fcf50 Merge pull request #226 from JLLeitschuh/patch-2 by Federico Tomassetti · 9 years ago
  63. c678914 Update DumpVisitor.java by Christian Dietrich · 9 years ago
  64. c800d4a Update readme.md by Nicholas Smith · 9 years ago
  65. cf237fd Merge pull request #219 from ftomassetti/typedeclaration__documentable by Federico Tomassetti · 9 years ago
  66. 85dafdc Merge pull request #195 from ftomassetti/issue_192 by Federico Tomassetti · 9 years ago
  67. 902d849 Fix LazyLoading Lists Breaking DumpVisitor by Jonathan Leitschuh · 9 years ago
  68. c34f2aa Issue192: add extra tests to prevent regressions by Federico Tomassetti · 9 years ago
  69. b563640 make TypeDeclaration implements DocumentableNode directly by Federico Tomassetti · 9 years ago
  70. e283699 Merge pull request #215 from ftomassetti/prepare_release_2_3_0 by Federico Tomassetti · 9 years ago
  71. f9e7985 [maven-release-plugin] prepare for next development iteration by Federico Tomassetti · 9 years ago
  72. 924683c [maven-release-plugin] prepare release javaparser-parent-2.3.0 by Federico Tomassetti · 9 years ago
  73. e2b504c specify distributionManagemenet by Federico Tomassetti · 9 years ago
  74. bb1ba2a update version by Federico Tomassetti · 9 years ago
  75. c298c1e add a changelog by Federico Tomassetti · 9 years ago
  76. b09aa1b Merge pull request #206 from nishnet2002/implement-named-node by Federico Tomassetti · 9 years ago
  77. 5dc1d51 ClassOrInterfactType implements NamedNode by Nishit Chokhawala · 9 years ago
  78. 453b836 Merge pull request #203 from cdietrich/master by Danny van Bruggen · 9 years ago
  79. 5882385 Merge pull request #197 from JLLeitschuh/addDocumentation by Danny van Bruggen · 9 years ago
  80. 2a9ef00 Make DumpVisitor extenable and Customizable. Fixes #201 and #202 by Christian Dietrich · 9 years ago
  81. bf60e49 Adds documentation to various confusing places by Jonathan Leitschuh · 9 years ago
  82. defc804 Merge pull request #106 from ftomassetti/lazyinit by Federico Tomassetti · 9 years ago
  83. 2b6ef36 remove unused imports by Federico Tomassetti · 9 years ago
  84. 0429bcc lazy initialization by Federico Tomassetti · 9 years ago
  85. 73cd6c2 DumpVisitor: use isNotNullOrEmpty by Federico Tomassetti · 9 years ago
  86. 7cb21c1 refactor ObjectCreationExpr.anonymousClassBody to be potentially null by Federico Tomassetti · 9 years ago
  87. 54ec3fb wip by Federico Tomassetti · 9 years ago
  88. c704126 Documenting the fact an immutable list could be returned by Federico Tomassetti · 10 years ago
  89. 6c2cf67 Using ensureNotNull also for the two classes I missed by Federico Tomassetti · 10 years ago
  90. 1f44fdf Adding internal.Utils by Federico Tomassetti · 10 years ago
  91. c714761 Fixing typo by Federico Tomassetti · 10 years ago
  92. 2779fa4 Introducing method ASTHelper.isNullOrEmpty by Federico Tomassetti · 10 years ago
  93. 3cf311c Correcting remaining list setters to convert a null value in an empty list by Federico Tomassetti · 10 years ago
  94. db59e67 Converting nulls in empty list in setters by Federico Tomassetti · 10 years ago
  95. 426612a Initializing all lists used by nodes by Federico Tomassetti · 10 years ago
  96. 603fb86 Fixing ASTHelper to work with empty lists by Federico Tomassetti · 10 years ago
  97. 84c0ab0 Lazy initialization for BaseParameter by Federico Tomassetti · 10 years ago
  98. 2736baf Initializing fields of type list for all nodes by Federico Tomassetti · 10 years ago
  99. ff6d3fb Lazy initialization for BaseParameter by Federico Tomassetti · 10 years ago
  100. b258f63 Merge pull request #190 from ftomassetti/remove_unused_imports by Federico Tomassetti · 9 years ago