1. 373f198 grammar: accepting orphan semicolons among import statements by Federico Tomassetti · 9 years ago
  2. bcca43a updating the number of nodes visited in a test by Federico Tomassetti · 9 years ago
  3. 55af70e adapt all the codebase to the change of type of MethodDeclaration.throws by Federico Tomassetti · 9 years ago
  4. b472fe8 parse annotations in implements declarations by Federico Tomassetti · 9 years ago
  5. d7aa0c0 parse annotations in throws declaration by Federico Tomassetti · 9 years ago
  6. fc06b28 Merge pull request #232 from ftomassetti/issue_231 by Federico Tomassetti · 9 years ago
  7. ef9c320 update grammar to use IntersectionType and UnionType by Federico Tomassetti · 9 years ago
  8. 97a48fb adapt visitors to support new nodes by Federico Tomassetti · 9 years ago
  9. 4705a04 clean IntersectionType and UnionType by Federico Tomassetti · 9 years ago
  10. c198e65 refactor CatchClause by Federico Tomassetti · 9 years ago
  11. c7a43bb refactor MultiTypeParameter by Federico Tomassetti · 9 years ago
  12. 7cebbe4 adapt visitors to consider MultiBoundType by Federico Tomassetti · 9 years ago
  13. 6b7e5f2 create class MultiBoudType by Federico Tomassetti · 9 years ago
  14. 12c7bee introducing in the grammar the MultiBoundType by Federico Tomassetti · 9 years ago
  15. dffc0b5 issue 149: adapt grammar to parse combined cast expressions by Federico Tomassetti · 9 years ago
  16. dae9513 issue231: fix how empty Enums are dumped by Federico Tomassetti · 9 years ago
  17. d7fcf50 Merge pull request #226 from JLLeitschuh/patch-2 by Federico Tomassetti · 9 years ago
  18. c678914 Update DumpVisitor.java by Christian Dietrich · 9 years ago
  19. 902d849 Fix LazyLoading Lists Breaking DumpVisitor by Jonathan Leitschuh · 9 years ago
  20. b563640 make TypeDeclaration implements DocumentableNode directly by Federico Tomassetti · 9 years ago
  21. f9e7985 [maven-release-plugin] prepare for next development iteration by Federico Tomassetti · 9 years ago
  22. 924683c [maven-release-plugin] prepare release javaparser-parent-2.3.0 by Federico Tomassetti · 9 years ago
  23. bb1ba2a update version by Federico Tomassetti · 9 years ago
  24. 5dc1d51 ClassOrInterfactType implements NamedNode by Nishit Chokhawala · 9 years ago
  25. 453b836 Merge pull request #203 from cdietrich/master by Danny van Bruggen · 9 years ago
  26. 2a9ef00 Make DumpVisitor extenable and Customizable. Fixes #201 and #202 by Christian Dietrich · 9 years ago
  27. bf60e49 Adds documentation to various confusing places by Jonathan Leitschuh · 9 years ago
  28. 2b6ef36 remove unused imports by Federico Tomassetti · 9 years ago
  29. 0429bcc lazy initialization by Federico Tomassetti · 9 years ago
  30. 73cd6c2 DumpVisitor: use isNotNullOrEmpty by Federico Tomassetti · 9 years ago
  31. 7cb21c1 refactor ObjectCreationExpr.anonymousClassBody to be potentially null by Federico Tomassetti · 9 years ago
  32. 54ec3fb wip by Federico Tomassetti · 9 years ago
  33. c704126 Documenting the fact an immutable list could be returned by Federico Tomassetti · 9 years ago
  34. 6c2cf67 Using ensureNotNull also for the two classes I missed by Federico Tomassetti · 9 years ago
  35. 1f44fdf Adding internal.Utils by Federico Tomassetti · 9 years ago
  36. c714761 Fixing typo by Federico Tomassetti · 9 years ago
  37. 2779fa4 Introducing method ASTHelper.isNullOrEmpty by Federico Tomassetti · 9 years ago
  38. 3cf311c Correcting remaining list setters to convert a null value in an empty list by Federico Tomassetti · 9 years ago
  39. db59e67 Converting nulls in empty list in setters by Federico Tomassetti · 9 years ago
  40. 426612a Initializing all lists used by nodes by Federico Tomassetti · 9 years ago
  41. 603fb86 Fixing ASTHelper to work with empty lists by Federico Tomassetti · 9 years ago
  42. 84c0ab0 Lazy initialization for BaseParameter by Federico Tomassetti · 9 years ago
  43. 2736baf Initializing fields of type list for all nodes by Federico Tomassetti · 9 years ago
  44. ff6d3fb Lazy initialization for BaseParameter by Federico Tomassetti · 9 years ago
  45. b258f63 Merge pull request #190 from ftomassetti/remove_unused_imports by Federico Tomassetti · 9 years ago
  46. b9f0689 [maven-release-plugin] prepare for next development iteration by Nicholas Smith · 9 years ago
  47. 46204c4 [maven-release-plugin] prepare release javaparser-parent-2.2.2 by Nicholas Smith · 9 years ago
  48. d907fff walkmod: remove unused imports by Federico Tomassetti · 9 years ago
  49. 99d4c91 Merge pull request #182 from ftomassetti/issue_180 by Nicholas Smith · 9 years ago
  50. 6ee47e4 issue181: printing orphan comments at the end of the body by Federico Tomassetti · 9 years ago
  51. aa8e08c ASTHelper: add method getNodesByType by Federico Tomassetti · 9 years ago
  52. 829f61e issue180: set the end position of the ArrayCreationExpr of a primitive type on the last token by Federico Tomassetti · 9 years ago
  53. c3741b5 [maven-release-plugin] prepare for next development iteration by Nicholas Smith · 9 years ago
  54. 38c862f [maven-release-plugin] prepare release javaparser-parent-2.2.1 by Nicholas Smith · 9 years ago
  55. e182bc9 #175 Use License Block Instead by Nicholas Smith · 9 years ago
  56. 9cdaad5 #175 Updated license in poms by Nicholas Smith · 9 years ago
  57. a3cf45e Merge pull request #158 from kiyohome/fix-comments-parser by Danny van Bruggen · 9 years ago
  58. 4ed93ed Merge pull request #153 from rpau/master by Danny van Bruggen · 9 years ago
  59. 091c0fa Merge pull request #133 from ftomassetti/private_constructor by Danny van Bruggen · 9 years ago
  60. af08b60 [maven-release-plugin] prepare for next development iteration by Nicholas Smith · 9 years ago
  61. d8c93e4 [maven-release-plugin] prepare release javaparser-parent-2.2.0 by Nicholas Smith · 9 years ago
  62. e2201a6 Merge pull request #173 from SmiddyPence/master by Nicholas Smith · 9 years ago
  63. d9325be Merge pull request #161 from ftomassetti/issue_147 by Nicholas Smith · 9 years ago
  64. 0b59802 Merge pull request #170 from C4Phone/fix-issue-168 by Danny van Bruggen · 9 years ago
  65. f8104b2 update license comment in grammar file by Federico Tomassetti · 9 years ago
  66. 9e88ec9 #167 Use Platform Independant Line Separator in DumpVisitor by Nicholas Smith · 9 years ago
  67. a18ebe9 toBoxedType() and toUnboxedType() convenience methods by C4Phone · 9 years ago
  68. 91e6ec0 fix issue# 168 by C4Phone · 9 years ago
  69. edc1e4c update all source files by Federico Tomassetti · 9 years ago
  70. 9540fda make Node implements Cloneable by Federico Tomassetti · 9 years ago
  71. 5f915ed Fixed: a class with character literal cannot be parsed correctly by the Comments Parser by kiyohito.itoh · 9 years ago
  72. 7011366 issue #152: Parse Failed due to ConditionalExpr in lambda by rpau · 9 years ago
  73. 58c8472 Merge pull request #143 from ftomassetti/issue_130_extra_space_in_new by Federico Tomassetti · 9 years ago
  74. 3d17307 Fixed creating Position using beginOf() or endOf() creator methods - line was wrongly initialized by Lukasz Gawin · 9 years ago
  75. 693474e Merge pull request #142 from ftomassetti/issue_139_document_arraysAnnotations by Federico Tomassetti · 9 years ago
  76. 96e1728 [maven-release-plugin] prepare for next development iteration by Federico Tomassetti · 9 years ago
  77. 63b6f75 [maven-release-plugin] prepare release javaparser-parent-2.1.0 by Federico Tomassetti · 9 years ago
  78. e2dabe9 explaining the order in which the arraysAnnotations are returned by Federico Tomassetti · 9 years ago
  79. 808fb92 issue 140: remove extra space in ObjectCreationExpr dumping by Federico Tomassetti · 9 years ago
  80. b24d468 document arraysAnnotations in ReferenceType by Federico Tomassetti · 9 years ago
  81. a9b8b3f make PositionUtils final and adding a private constructor by Federico Tomassetti · 9 years ago
  82. ebc3051 [#84] Remove useless test as the flag is correctly set from the grammar by Didier Villevalois · 9 years ago
  83. 03ff70c [#84] Add UnknownType to the grammar by Didier Villevalois · 9 years ago
  84. 06f1333 [#84] Add UnknownType in visitors by Didier Villevalois · 9 years ago
  85. 6f818d5 [#84] Add UnknownType AST node by Didier Villevalois · 9 years ago
  86. 59ecf09 Merge pull request #101 from ftomassetti/namednode by Danny van Bruggen · 9 years ago
  87. 978113b Handling correctly null and empty lists in VoidVisitorAdapter by Federico Tomassetti · 9 years ago
  88. 78b667c Handling correctly null and empty lists in DumpVisitor by Federico Tomassetti · 9 years ago
  89. 04008e0 Adding Utils class by Federico Tomassetti · 9 years ago
  90. 840876f ClassOrInterfaceType should not implement NamedNode by Federico Tomassetti · 9 years ago
  91. 4264d02 Merge remote-tracking branch 'upstream/master' into namednode by Federico Tomassetti · 9 years ago
  92. 23ab4bd fix #114: Printing orphan comments preceeding ExpressionStatements by Federico Tomassetti · 9 years ago
  93. b8ac356 Copyright Update by Didier Villevalois · 9 years ago
  94. 535393e we are now multi-packaged :/ by sebastiankirsch · 9 years ago
  95. 928eb55 consistently use setters by sebastiankirsch · 10 years ago
  96. 840c36a consistently use setters by sebastiankirsch · 10 years ago
  97. 09b344e use adequate super constructor by sebastiankirsch · 10 years ago
  98. 9be1c15 set as parent node by sebastiankirsch · 10 years ago
  99. ea18414 this is the common approach to set a parent node by sebastiankirsch · 10 years ago
  100. edab10b Merge pull request #99 from javaparser/issue-85 by Sebastian Kirsch (@skirsch79) · 9 years ago