1. 6a40f1d Update date in copyright statements by matozoid · 8 years ago
  2. 0bed742 Merge branch 'master' into issue_162_reference_type_args by matozoid · 8 years ago
  3. a23c6aa Merge branch 'master' into fix_enum_dumping by matozoid · 8 years ago
  4. 36b87f8 Merge branch 'master' into wiki_samples_test by Danny van Bruggen · 8 years ago
  5. 25ca698 Merge pull request #373 from matozoid/issue_211_escape_method by Danny van Bruggen · 8 years ago
  6. d459b55 Merge pull request #371 from matozoid/issue_370_compile_with_java_8 by Danny van Bruggen · 8 years ago
  7. ca2aad6 Merge branch 'master' into issue_163_super_args by Danny van Bruggen · 8 years ago
  8. 5aad14b * Use JavaConcepts.java in a dump test * Fix dumping of enums by matozoid · 8 years ago
  9. 7fce4d2 Add escape methods for Char and String Literal Expr by matozoid · 8 years ago
  10. c4e628e Set javaparser-core to compile with Java 8 by matozoid · 8 years ago
  11. 8b47e21 Issue 162: can't handle type arguments to method reference by matozoid · 8 years ago
  12. ceb1aa8 Issue 163: super call args get lost by matozoid · 8 years ago
  13. eab9292 Merge branch 'master' into wiki_samples_test by Danny van Bruggen · 8 years ago
  14. fa4bea3 Merge branch 'master' into issue_191_treevisitor_move by Danny van Bruggen · 8 years ago
  15. 14d90fe Rewrite all uses of deprecated node methods by matozoid · 8 years ago
  16. d33c7bc Merge branch 'master' into issue-341 by matozoid · 8 years ago
  17. bf64d35 * Remove getters because the immutable fields are public * Add a toString by matozoid · 8 years ago
  18. 819c186 Merge branch 'master' into minor_cleanups by Danny van Bruggen · 8 years ago
  19. 21dce6e Merge branch 'master' into wiki_samples_test by Danny van Bruggen · 8 years ago
  20. de183f5 Some finals by matozoid · 8 years ago
  21. 9838895 Fix brace positioning by matozoid · 8 years ago
  22. 3329977 Reminder for possible bug by matozoid · 8 years ago
  23. 6aaf522 Changes after feedback by matozoid · 8 years ago
  24. b8a2955 Use Range and Position everywhere, deprecate old methods by matozoid · 8 years ago
  25. 21e4b03 Issue 302: Change ConstructorDeclarations throws clause to have ReferenceTypes instead of NameExprs. by matozoid · 8 years ago
  26. 9203a6c Move TreeVisitor, and document it by matozoid · 8 years ago
  27. ab39ada Merge branch 'master' into wiki_samples_test by Danny van Bruggen · 8 years ago
  28. 2345bf4 Results from FindBugs by matozoid · 8 years ago
  29. 1245731 Big bunch of minor cleanups by matozoid · 8 years ago
  30. c4b425b Use Position in Node by matozoid · 8 years ago
  31. 78d8440 Fix issue 305 by matozoid · 8 years ago
  32. 04afc26 Add the sample code from the wiki as unit tests by matozoid · 8 years ago
  33. 5681af0 Merge branch 'master' into issue281_1 by Danny van Bruggen · 8 years ago
  34. d3ed288 Merge branch 'master' into issue141 by matozoid · 8 years ago
  35. b544145 Merge remote-tracking branch 'origin/issue281_1' into issue281_1 by matozoid · 8 years ago
  36. aea09db Changes after comments on PR by matozoid · 8 years ago
  37. cddf29f Merge pull request #343 from thejohnfreeman/namednode by Danny van Bruggen · 8 years ago
  38. 06d6d42 Merge pull request #342 from thejohnfreeman/master by Danny van Bruggen · 8 years ago
  39. de3231d Merge branch 'master' into issue281_1 by Danny van Bruggen · 8 years ago
  40. 3d40545 Make BaseParameter a NamedNode by John Freeman · 8 years ago
  41. 5684d98 Propagate removal in ModifierVisitorAdapter by John Freeman · 8 years ago
  42. 525610f Fix missed problem with reading a reader twice and supplying null to a constructor that didn't like it. by matozoid · 8 years ago
  43. 72d0d95 More clean up of streams by matozoid · 8 years ago
  44. c1a8870 Issue 269: Add some parenting to TypeParameter by matozoid · 8 years ago
  45. e81f9d1 Some small improvements and the second suggestion from https://github.com/javaparser/javaparser/issues/281 by matozoid · 8 years ago
  46. e7ca70d Issue 57: add the @Overrides by matozoid · 8 years ago
  47. 7b7b795 Merge branch 'master' into issue141 by matozoid · 8 years ago
  48. 1e0baa8 Issue 141: implement getJavaDoc by returning the node's comment if it is a JavaDocComment. Remove setJavaDoc since it would be identical to setComment. by matozoid · 8 years ago
  49. a9fb147 Merge branch 'master' into issue_57 by Danny van Bruggen · 8 years ago
  50. 4df434c https://github.com/javaparser/javaparser/issues/57 by matozoid · 8 years ago
  51. 000d2fe Merge branch 'master' into javacc-upgrade-redo by Danny van Bruggen · 8 years ago
  52. 7204c85 Use modern template by matozoid · 8 years ago
  53. 3009ee1 Issue 326: use correct EOL character in multiline comments by matozoid · 8 years ago
  54. e7475a0 Fix for "When visit ArrayCreationExpression initializer is missed in some cases. #321". by Sergey Vlassiev · 8 years ago
  55. 81473e2 Merge pull request #312 from DevFactory/release/merge-if-with-enclosing-one-fix-1 by Danny van Bruggen · 8 years ago
  56. 58c53f7 [squid:S1066] Merging collapsible if statements increases the code's readability by ayman abdelghany · 8 years ago
  57. c9e00ff Fix for "ModifierVisitorAdapter tries to modify unmodifiable collection typeArgs #314". by Sergey Vlassiev · 8 years ago
  58. 1ef5245 Merge pull request #296 from ftomassetti/clause_252 by Danny van Bruggen · 8 years ago
  59. 5b7f38d Merge pull request #310 from DevFactory/release/remove-explicit-static-before-enum-fix-1 by Danny van Bruggen · 8 years ago
  60. b11ba51 Merge pull request #311 from DevFactory/release/replace-synchronized-classes-fix-1 by Danny van Bruggen · 8 years ago
  61. 9f2e214 [squid:S1149] Synchronized classes Vector, Hashtable, Stack and StringBuffer should not be used by ayman abdelghany · 8 years ago
  62. 389c7e8 [squid:S1155] Using Collection.isEmpty() to test for emptiness by ayman abdelghany · 8 years ago
  63. 9d8941b [squid:S2786] Nested "enum"s should not be declared static by ayman abdelghany · 8 years ago
  64. 52dc8de Add missing overrides for ModifierVisitorAdapter by John Freeman · 8 years ago
  65. 26e8967 New classes: InstanceJavaParser, CommentsInserter by Sebastian Kürten · 8 years ago
  66. ef5f06e Visit child NameExprs by James Clause · 9 years ago
  67. 522e511 Fix parent ownership of NameExprs by James Clause · 9 years ago
  68. 9d352b5 Merge pull request #295 from mmuesly/master by Danny van Bruggen · 8 years ago
  69. 1974aa1 proposal for a bugfix regarding isse #293 by mmuesly · 8 years ago
  70. be7603e Update VoidVisitorAdapter.java by JaviRpo · 8 years ago
  71. 4e01f27 Fix small todo in MethodDeclaration. Renamed constructor arg for body to body. by charltonaustin · 8 years ago
  72. 34898f0 Add TypedNode interface by Ross Allan · 8 years ago
  73. dadefdf Implement AnnotableNode interface in BaseParameter by Florian Judd · 8 years ago
  74. 2626508 Merge pull request #230 from cdietrich/patch-1 by Danny van Bruggen · 8 years ago
  75. 0fe7b68 issue160: introduce class ParserState in CommentsParser by Federico Tomassetti · 8 years ago
  76. 9990152 CommentsParser: fix issue with double slashes in strings by Federico Tomassetti · 9 years ago
  77. 67b23c1 Merge pull request #257 from ftomassetti/issue_247 by Federico Tomassetti · 8 years ago
  78. cb232dc Remove unused variable from grammar by Adriano Bonat · 9 years ago
  79. 8913f50 Expose usage of diamond operator by Adriano Bonat · 9 years ago
  80. 58b492e issue247: parsing slash asterisk sequence in block comments by Federico Tomassetti · 9 years ago
  81. 9a85915 Merge pull request #241 from ftomassetti/issue233 by Federico Tomassetti · 9 years ago
  82. 4978877 Merge pull request #250 from SmiddyPence/master by Danny van Bruggen · 9 years ago
  83. 263af41 #243 Missing @Override by Nicholas Smith · 9 years ago
  84. 4f7ceff Code Quality Improvement - Collection.isEmpty() should be used to test for emptiness by Christian Ivan · 9 years ago
  85. 1f7c34b Merge pull request #240 from ftomassetti/issue_210 by Federico Tomassetti · 9 years ago
  86. d628b31 Merge pull request #239 from matozoid/master by Danny van Bruggen · 9 years ago
  87. dfe964c issue233: consider in DumpVisitor(ConstructorDeclaration, Object) that now lists are lazy initialized by Federico Tomassetti · 9 years ago
  88. 2a4c979 issue210: fix issue with handling of UnknownType in EqualsVisitor by Federico Tomassetti · 9 years ago
  89. 0839242 Throw away old grammar by matozoid · 9 years ago
  90. 800a193 issue211: revise error message and characters to be escaped by Federico Tomassetti · 9 years ago
  91. 32a22d2 issue211: prevent instantiation of StringLiteralExpr with newlines or tabs by Federico Tomassetti · 9 years ago
  92. 2b7a92b More convenient api to get ackage name by Oliver Gondža · 9 years ago
  93. 4189c32 document the behavior of the empty import declaration by Federico Tomassetti · 9 years ago
  94. 2751db3 Introduce the empty import declaration by Federico Tomassetti · 9 years ago
  95. 373f198 grammar: accepting orphan semicolons among import statements by Federico Tomassetti · 9 years ago
  96. bcca43a updating the number of nodes visited in a test by Federico Tomassetti · 9 years ago
  97. 55af70e adapt all the codebase to the change of type of MethodDeclaration.throws by Federico Tomassetti · 9 years ago
  98. b472fe8 parse annotations in implements declarations by Federico Tomassetti · 9 years ago
  99. d7aa0c0 parse annotations in throws declaration by Federico Tomassetti · 9 years ago
  100. fc06b28 Merge pull request #232 from ftomassetti/issue_231 by Federico Tomassetti · 9 years ago