1. dadefdf Implement AnnotableNode interface in BaseParameter by Florian Judd · 9 years ago
  2. 2626508 Merge pull request #230 from cdietrich/patch-1 by Danny van Bruggen · 9 years ago
  3. 0fe7b68 issue160: introduce class ParserState in CommentsParser by Federico Tomassetti · 9 years ago
  4. 9990152 CommentsParser: fix issue with double slashes in strings by Federico Tomassetti · 9 years ago
  5. 67b23c1 Merge pull request #257 from ftomassetti/issue_247 by Federico Tomassetti · 9 years ago
  6. cb232dc Remove unused variable from grammar by Adriano Bonat · 9 years ago
  7. 8913f50 Expose usage of diamond operator by Adriano Bonat · 9 years ago
  8. 58b492e issue247: parsing slash asterisk sequence in block comments by Federico Tomassetti · 9 years ago
  9. 9a85915 Merge pull request #241 from ftomassetti/issue233 by Federico Tomassetti · 9 years ago
  10. 4978877 Merge pull request #250 from SmiddyPence/master by Danny van Bruggen · 9 years ago
  11. 263af41 #243 Missing @Override by Nicholas Smith · 9 years ago
  12. 4f7ceff Code Quality Improvement - Collection.isEmpty() should be used to test for emptiness by Christian Ivan · 9 years ago
  13. 1f7c34b Merge pull request #240 from ftomassetti/issue_210 by Federico Tomassetti · 9 years ago
  14. d628b31 Merge pull request #239 from matozoid/master by Danny van Bruggen · 9 years ago
  15. dfe964c issue233: consider in DumpVisitor(ConstructorDeclaration, Object) that now lists are lazy initialized by Federico Tomassetti · 9 years ago
  16. 2a4c979 issue210: fix issue with handling of UnknownType in EqualsVisitor by Federico Tomassetti · 9 years ago
  17. 0839242 Throw away old grammar by matozoid · 9 years ago
  18. 800a193 issue211: revise error message and characters to be escaped by Federico Tomassetti · 9 years ago
  19. 32a22d2 issue211: prevent instantiation of StringLiteralExpr with newlines or tabs by Federico Tomassetti · 9 years ago
  20. 2b7a92b More convenient api to get ackage name by Oliver Gondža · 9 years ago
  21. 4189c32 document the behavior of the empty import declaration by Federico Tomassetti · 9 years ago
  22. 2751db3 Introduce the empty import declaration by Federico Tomassetti · 9 years ago
  23. 373f198 grammar: accepting orphan semicolons among import statements by Federico Tomassetti · 9 years ago
  24. bcca43a updating the number of nodes visited in a test by Federico Tomassetti · 9 years ago
  25. 55af70e adapt all the codebase to the change of type of MethodDeclaration.throws by Federico Tomassetti · 9 years ago
  26. b472fe8 parse annotations in implements declarations by Federico Tomassetti · 9 years ago
  27. d7aa0c0 parse annotations in throws declaration by Federico Tomassetti · 9 years ago
  28. fc06b28 Merge pull request #232 from ftomassetti/issue_231 by Federico Tomassetti · 9 years ago
  29. ef9c320 update grammar to use IntersectionType and UnionType by Federico Tomassetti · 9 years ago
  30. 97a48fb adapt visitors to support new nodes by Federico Tomassetti · 9 years ago
  31. 4705a04 clean IntersectionType and UnionType by Federico Tomassetti · 9 years ago
  32. c198e65 refactor CatchClause by Federico Tomassetti · 9 years ago
  33. c7a43bb refactor MultiTypeParameter by Federico Tomassetti · 9 years ago
  34. 7cebbe4 adapt visitors to consider MultiBoundType by Federico Tomassetti · 9 years ago
  35. 6b7e5f2 create class MultiBoudType by Federico Tomassetti · 9 years ago
  36. 12c7bee introducing in the grammar the MultiBoundType by Federico Tomassetti · 9 years ago
  37. dffc0b5 issue 149: adapt grammar to parse combined cast expressions by Federico Tomassetti · 9 years ago
  38. dae9513 issue231: fix how empty Enums are dumped by Federico Tomassetti · 9 years ago
  39. d7fcf50 Merge pull request #226 from JLLeitschuh/patch-2 by Federico Tomassetti · 9 years ago
  40. c678914 Update DumpVisitor.java by Christian Dietrich · 9 years ago
  41. 902d849 Fix LazyLoading Lists Breaking DumpVisitor by Jonathan Leitschuh · 9 years ago
  42. b563640 make TypeDeclaration implements DocumentableNode directly by Federico Tomassetti · 9 years ago
  43. f9e7985 [maven-release-plugin] prepare for next development iteration by Federico Tomassetti · 9 years ago
  44. 924683c [maven-release-plugin] prepare release javaparser-parent-2.3.0 by Federico Tomassetti · 9 years ago
  45. bb1ba2a update version by Federico Tomassetti · 9 years ago
  46. 5dc1d51 ClassOrInterfactType implements NamedNode by Nishit Chokhawala · 9 years ago
  47. 453b836 Merge pull request #203 from cdietrich/master by Danny van Bruggen · 9 years ago
  48. 2a9ef00 Make DumpVisitor extenable and Customizable. Fixes #201 and #202 by Christian Dietrich · 9 years ago
  49. bf60e49 Adds documentation to various confusing places by Jonathan Leitschuh · 9 years ago
  50. 2b6ef36 remove unused imports by Federico Tomassetti · 9 years ago
  51. 0429bcc lazy initialization by Federico Tomassetti · 9 years ago
  52. 73cd6c2 DumpVisitor: use isNotNullOrEmpty by Federico Tomassetti · 9 years ago
  53. 7cb21c1 refactor ObjectCreationExpr.anonymousClassBody to be potentially null by Federico Tomassetti · 9 years ago
  54. 54ec3fb wip by Federico Tomassetti · 9 years ago
  55. c704126 Documenting the fact an immutable list could be returned by Federico Tomassetti · 10 years ago
  56. 6c2cf67 Using ensureNotNull also for the two classes I missed by Federico Tomassetti · 10 years ago
  57. 1f44fdf Adding internal.Utils by Federico Tomassetti · 10 years ago
  58. c714761 Fixing typo by Federico Tomassetti · 10 years ago
  59. 2779fa4 Introducing method ASTHelper.isNullOrEmpty by Federico Tomassetti · 10 years ago
  60. 3cf311c Correcting remaining list setters to convert a null value in an empty list by Federico Tomassetti · 10 years ago
  61. db59e67 Converting nulls in empty list in setters by Federico Tomassetti · 10 years ago
  62. 426612a Initializing all lists used by nodes by Federico Tomassetti · 10 years ago
  63. 603fb86 Fixing ASTHelper to work with empty lists by Federico Tomassetti · 10 years ago
  64. 84c0ab0 Lazy initialization for BaseParameter by Federico Tomassetti · 10 years ago
  65. 2736baf Initializing fields of type list for all nodes by Federico Tomassetti · 10 years ago
  66. ff6d3fb Lazy initialization for BaseParameter by Federico Tomassetti · 10 years ago
  67. b258f63 Merge pull request #190 from ftomassetti/remove_unused_imports by Federico Tomassetti · 9 years ago
  68. b9f0689 [maven-release-plugin] prepare for next development iteration by Nicholas Smith · 9 years ago
  69. 46204c4 [maven-release-plugin] prepare release javaparser-parent-2.2.2 by Nicholas Smith · 9 years ago
  70. d907fff walkmod: remove unused imports by Federico Tomassetti · 9 years ago
  71. 99d4c91 Merge pull request #182 from ftomassetti/issue_180 by Nicholas Smith · 9 years ago
  72. 6ee47e4 issue181: printing orphan comments at the end of the body by Federico Tomassetti · 9 years ago
  73. aa8e08c ASTHelper: add method getNodesByType by Federico Tomassetti · 9 years ago
  74. 829f61e issue180: set the end position of the ArrayCreationExpr of a primitive type on the last token by Federico Tomassetti · 9 years ago
  75. c3741b5 [maven-release-plugin] prepare for next development iteration by Nicholas Smith · 9 years ago
  76. 38c862f [maven-release-plugin] prepare release javaparser-parent-2.2.1 by Nicholas Smith · 9 years ago
  77. e182bc9 #175 Use License Block Instead by Nicholas Smith · 9 years ago
  78. 9cdaad5 #175 Updated license in poms by Nicholas Smith · 9 years ago
  79. a3cf45e Merge pull request #158 from kiyohome/fix-comments-parser by Danny van Bruggen · 9 years ago
  80. 4ed93ed Merge pull request #153 from rpau/master by Danny van Bruggen · 9 years ago
  81. 091c0fa Merge pull request #133 from ftomassetti/private_constructor by Danny van Bruggen · 9 years ago
  82. af08b60 [maven-release-plugin] prepare for next development iteration by Nicholas Smith · 9 years ago
  83. d8c93e4 [maven-release-plugin] prepare release javaparser-parent-2.2.0 by Nicholas Smith · 9 years ago
  84. e2201a6 Merge pull request #173 from SmiddyPence/master by Nicholas Smith · 9 years ago
  85. d9325be Merge pull request #161 from ftomassetti/issue_147 by Nicholas Smith · 9 years ago
  86. 0b59802 Merge pull request #170 from C4Phone/fix-issue-168 by Danny van Bruggen · 9 years ago
  87. f8104b2 update license comment in grammar file by Federico Tomassetti · 9 years ago
  88. 9e88ec9 #167 Use Platform Independant Line Separator in DumpVisitor by Nicholas Smith · 9 years ago
  89. a18ebe9 toBoxedType() and toUnboxedType() convenience methods by C4Phone · 9 years ago
  90. 91e6ec0 fix issue# 168 by C4Phone · 9 years ago
  91. edc1e4c update all source files by Federico Tomassetti · 9 years ago
  92. 9540fda make Node implements Cloneable by Federico Tomassetti · 9 years ago
  93. 5f915ed Fixed: a class with character literal cannot be parsed correctly by the Comments Parser by kiyohito.itoh · 9 years ago
  94. 7011366 issue #152: Parse Failed due to ConditionalExpr in lambda by rpau · 9 years ago
  95. 58c8472 Merge pull request #143 from ftomassetti/issue_130_extra_space_in_new by Federico Tomassetti · 9 years ago
  96. 3d17307 Fixed creating Position using beginOf() or endOf() creator methods - line was wrongly initialized by Lukasz Gawin · 9 years ago
  97. 693474e Merge pull request #142 from ftomassetti/issue_139_document_arraysAnnotations by Federico Tomassetti · 9 years ago
  98. 96e1728 [maven-release-plugin] prepare for next development iteration by Federico Tomassetti · 9 years ago
  99. 63b6f75 [maven-release-plugin] prepare release javaparser-parent-2.1.0 by Federico Tomassetti · 9 years ago
  100. e2dabe9 explaining the order in which the arraysAnnotations are returned by Federico Tomassetti · 9 years ago