1. 373f198 grammar: accepting orphan semicolons among import statements by Federico Tomassetti · 9 years ago
  2. 13ce956 Merge pull request #187 from ftomassetti/parse_annotations_around_typerefs by Federico Tomassetti · 9 years ago
  3. bcca43a updating the number of nodes visited in a test by Federico Tomassetti · 9 years ago
  4. 55af70e adapt all the codebase to the change of type of MethodDeclaration.throws by Federico Tomassetti · 9 years ago
  5. b472fe8 parse annotations in implements declarations by Federico Tomassetti · 9 years ago
  6. d7aa0c0 parse annotations in throws declaration by Federico Tomassetti · 9 years ago
  7. fc06b28 Merge pull request #232 from ftomassetti/issue_231 by Federico Tomassetti · 9 years ago
  8. e66e92e Merge pull request #185 from ftomassetti/issue_149 by Federico Tomassetti · 9 years ago
  9. ef9c320 update grammar to use IntersectionType and UnionType by Federico Tomassetti · 9 years ago
  10. 97a48fb adapt visitors to support new nodes by Federico Tomassetti · 9 years ago
  11. 4705a04 clean IntersectionType and UnionType by Federico Tomassetti · 9 years ago
  12. c198e65 refactor CatchClause by Federico Tomassetti · 9 years ago
  13. c7a43bb refactor MultiTypeParameter by Federico Tomassetti · 9 years ago
  14. 7cebbe4 adapt visitors to consider MultiBoundType by Federico Tomassetti · 9 years ago
  15. 6b7e5f2 create class MultiBoudType by Federico Tomassetti · 9 years ago
  16. 12c7bee introducing in the grammar the MultiBoundType by Federico Tomassetti · 9 years ago
  17. 966b077 updating the tests by Federico Tomassetti · 9 years ago
  18. dffc0b5 issue 149: adapt grammar to parse combined cast expressions by Federico Tomassetti · 9 years ago
  19. 44d9dd0 issue 149: add test to verify that a combined cast on a literal can be parsed by Federico Tomassetti · 9 years ago
  20. 8d9b02e issue 149: add test to verify that a combined cast on a lambda expression can be parsed by Federico Tomassetti · 9 years ago
  21. 7a82938 issue 149: add test for simple cast on a lambda expression by Federico Tomassetti · 9 years ago
  22. dae9513 issue231: fix how empty Enums are dumped by Federico Tomassetti · 9 years ago
  23. d7fcf50 Merge pull request #226 from JLLeitschuh/patch-2 by Federico Tomassetti · 9 years ago
  24. c800d4a Update readme.md by Nicholas Smith · 9 years ago
  25. cf237fd Merge pull request #219 from ftomassetti/typedeclaration__documentable by Federico Tomassetti · 9 years ago
  26. 85dafdc Merge pull request #195 from ftomassetti/issue_192 by Federico Tomassetti · 9 years ago
  27. 902d849 Fix LazyLoading Lists Breaking DumpVisitor by Jonathan Leitschuh · 9 years ago
  28. c34f2aa Issue192: add extra tests to prevent regressions by Federico Tomassetti · 9 years ago
  29. b563640 make TypeDeclaration implements DocumentableNode directly by Federico Tomassetti · 9 years ago
  30. e283699 Merge pull request #215 from ftomassetti/prepare_release_2_3_0 by Federico Tomassetti · 9 years ago
  31. f9e7985 [maven-release-plugin] prepare for next development iteration by Federico Tomassetti · 9 years ago
  32. 924683c [maven-release-plugin] prepare release javaparser-parent-2.3.0 by Federico Tomassetti · 9 years ago
  33. e2b504c specify distributionManagemenet by Federico Tomassetti · 9 years ago
  34. bb1ba2a update version by Federico Tomassetti · 9 years ago
  35. c298c1e add a changelog by Federico Tomassetti · 9 years ago
  36. b09aa1b Merge pull request #206 from nishnet2002/implement-named-node by Federico Tomassetti · 9 years ago
  37. 5dc1d51 ClassOrInterfactType implements NamedNode by Nishit Chokhawala · 9 years ago
  38. 453b836 Merge pull request #203 from cdietrich/master by Danny van Bruggen · 9 years ago
  39. 5882385 Merge pull request #197 from JLLeitschuh/addDocumentation by Danny van Bruggen · 9 years ago
  40. 2a9ef00 Make DumpVisitor extenable and Customizable. Fixes #201 and #202 by Christian Dietrich · 9 years ago
  41. bf60e49 Adds documentation to various confusing places by Jonathan Leitschuh · 9 years ago
  42. defc804 Merge pull request #106 from ftomassetti/lazyinit by Federico Tomassetti · 9 years ago
  43. 2b6ef36 remove unused imports by Federico Tomassetti · 9 years ago
  44. 0429bcc lazy initialization by Federico Tomassetti · 9 years ago
  45. 73cd6c2 DumpVisitor: use isNotNullOrEmpty by Federico Tomassetti · 9 years ago
  46. 7cb21c1 refactor ObjectCreationExpr.anonymousClassBody to be potentially null by Federico Tomassetti · 9 years ago
  47. 54ec3fb wip by Federico Tomassetti · 9 years ago
  48. c704126 Documenting the fact an immutable list could be returned by Federico Tomassetti · 9 years ago
  49. 6c2cf67 Using ensureNotNull also for the two classes I missed by Federico Tomassetti · 9 years ago
  50. 1f44fdf Adding internal.Utils by Federico Tomassetti · 9 years ago
  51. c714761 Fixing typo by Federico Tomassetti · 9 years ago
  52. 2779fa4 Introducing method ASTHelper.isNullOrEmpty by Federico Tomassetti · 9 years ago
  53. 3cf311c Correcting remaining list setters to convert a null value in an empty list by Federico Tomassetti · 9 years ago
  54. db59e67 Converting nulls in empty list in setters by Federico Tomassetti · 9 years ago
  55. 426612a Initializing all lists used by nodes by Federico Tomassetti · 9 years ago
  56. 603fb86 Fixing ASTHelper to work with empty lists by Federico Tomassetti · 9 years ago
  57. 84c0ab0 Lazy initialization for BaseParameter by Federico Tomassetti · 9 years ago
  58. 2736baf Initializing fields of type list for all nodes by Federico Tomassetti · 9 years ago
  59. ff6d3fb Lazy initialization for BaseParameter by Federico Tomassetti · 9 years ago
  60. b258f63 Merge pull request #190 from ftomassetti/remove_unused_imports by Federico Tomassetti · 9 years ago
  61. d7c5113 updated version in readme.md by Nicholas Smith · 9 years ago
  62. b9f0689 [maven-release-plugin] prepare for next development iteration by Nicholas Smith · 9 years ago
  63. 46204c4 [maven-release-plugin] prepare release javaparser-parent-2.2.2 by Nicholas Smith · 9 years ago
  64. c0d1296 #193 docker based containers on travis by Nicholas Smith · 9 years ago
  65. d907fff walkmod: remove unused imports by Federico Tomassetti · 9 years ago
  66. 99d4c91 Merge pull request #182 from ftomassetti/issue_180 by Nicholas Smith · 9 years ago
  67. dfc874b sharedsteps: remove unused imports by Federico Tomassetti · 9 years ago
  68. 4767991 reorder steps and idenfify steps blocks by Federico Tomassetti · 9 years ago
  69. cf69df4 Update readme.md by Nicholas Smith · 9 years ago
  70. 3c678ae moving steps from SharedSteps to ParsingSteps by Federico Tomassetti · 9 years ago
  71. 9a2ec4f Merge pull request #183 from ftomassetti/issue_181 by Federico Tomassetti · 9 years ago
  72. ea663bb Merge pull request #186 from SmiddyPence/master by Nicholas Smith · 9 years ago
  73. d6a8098 #66 Single Line Badges by Nicholas Smith · 9 years ago
  74. cc80fc1 #66 JaCoCo and Coveralls by Nicholas Smith · 9 years ago
  75. 6a879e3 issue181: test that orphan comments at the end of body are dumped by Federico Tomassetti · 9 years ago
  76. 6ee47e4 issue181: printing orphan comments at the end of the body by Federico Tomassetti · 9 years ago
  77. 3b9e681 issue180: test to verify correction by Federico Tomassetti · 9 years ago
  78. a233ca8 SharedSteps: add a few methods to verify the position of a node by Federico Tomassetti · 9 years ago
  79. aa8e08c ASTHelper: add method getNodesByType by Federico Tomassetti · 9 years ago
  80. 829f61e issue180: set the end position of the ArrayCreationExpr of a primitive type on the last token by Federico Tomassetti · 9 years ago
  81. c86a9ff Update readme.md by Nicholas Smith · 9 years ago
  82. c3741b5 [maven-release-plugin] prepare for next development iteration by Nicholas Smith · 9 years ago
  83. 38c862f [maven-release-plugin] prepare release javaparser-parent-2.2.1 by Nicholas Smith · 9 years ago
  84. 86d1ecf Merge pull request #179 from SmiddyPence/master by Nicholas Smith · 9 years ago
  85. e182bc9 #175 Use License Block Instead by Nicholas Smith · 9 years ago
  86. 9cdaad5 #175 Updated license in poms by Nicholas Smith · 9 years ago
  87. 5aa3385 Merge pull request #178 from javaparser/readme_typo by Nicholas Smith · 9 years ago
  88. 2c7ba12 Single typo in the README by Federico Tomassetti · 9 years ago
  89. a3cf45e Merge pull request #158 from kiyohome/fix-comments-parser by Danny van Bruggen · 9 years ago
  90. 4ed93ed Merge pull request #153 from rpau/master by Danny van Bruggen · 9 years ago
  91. 091c0fa Merge pull request #133 from ftomassetti/private_constructor by Danny van Bruggen · 9 years ago
  92. 37388cd Merge pull request #131 from ptitjes/add-ide-formatter-settings by Danny van Bruggen · 9 years ago
  93. af08b60 [maven-release-plugin] prepare for next development iteration by Nicholas Smith · 9 years ago
  94. d8c93e4 [maven-release-plugin] prepare release javaparser-parent-2.2.0 by Nicholas Smith · 9 years ago
  95. e2201a6 Merge pull request #173 from SmiddyPence/master by Nicholas Smith · 9 years ago
  96. d9325be Merge pull request #161 from ftomassetti/issue_147 by Nicholas Smith · 9 years ago
  97. 0b59802 Merge pull request #170 from C4Phone/fix-issue-168 by Danny van Bruggen · 9 years ago
  98. fe096eb Merge pull request #172 from maxi777/IssueFix171 by Federico Tomassetti · 9 years ago
  99. 2a81355 Disable doclint when building with Java8 by Nicholas Smith · 9 years ago
  100. a9358d2 Merge pull request #151 from ftomassetti/issue_148 by Federico Tomassetti · 9 years ago