aboutsummaryrefslogtreecommitdiffstats
path: root/javaparser-core/src
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated code leading up to 3.0matozoid2016-07-29101-1232/+17
* JLS suggested order as @SmiddyPence suggestedMaximilien Cruz2016-07-291-4/+4
* more testsMaximilien CRUZ2016-07-231-2/+20
* more tests + getParamByName / getParamByTypeMaximilien CRUZ2016-07-231-0/+33
* Consistency with compilationUnit getClassByName()Maximilien CRUZ2016-07-221-2/+2
* adding testsMaximilien CRUZ2016-07-212-7/+7
* Changed EnumSet for varargs in builder methodsMaximilien Cruz2016-07-214-37/+52
* Better setter + some more testsMaximilien Cruz2016-07-211-12/+30
* more tests and new method in nodewithmembersMaximilien Cruz2016-07-211-1/+14
* javadoc + compilationunit testsMaximilien Cruz2016-07-218-30/+22
* Prepared testing stuffMaximilien CRUZ2016-07-202-3/+5
* fixed addImport silly mistakesMaximilien CRUZ2016-07-201-1/+1
* mistake when mergingMaximilien CRUZ2016-07-201-8/+10
* more cool methods !Maximilien CRUZ2016-07-204-2/+72
* More helpers !Maximilien CRUZ2016-07-203-6/+63
* moved Modifier to parent packageMaximilien CRUZ2016-07-2020-10/+19
* Better now + todo remove methodsMaximilien Cruz2016-07-202-3/+17
* Thanks @carabolic you made me think of thoses ! :PMaximilien Cruz2016-07-201-0/+36
* Merge remote-tracking branch 'origin/issue381-enumsets'Maximilien Cruz2016-07-201-1/+1
|\
| * Merge branch 'master' into issue381-enumsetsCruz Maximilien2016-07-201-1/+1
| |\
| | * looks like there was a setTarget(null) when you doesn't override itMaximilien Cruz2016-07-201-1/+1
* | | Merge remote-tracking branch 'origin/issue381-enumsets'Maximilien CRUZ2016-07-20120-883/+557
|\| |
| * | Merge branch 'master' into issue381-enumsetsCruz Maximilien2016-07-194-19/+74
| |\|
| | * Merge branch 'master' into more_jbehave_parse_optionsDanny van Bruggen2016-07-181-7/+9
| | |\
| | | * Merge branch 'master' into empty_import_does_not_dumpDanny van Bruggen2016-07-18122-122/+122
| | | |\
| | | * | Fix silly mistake where we try printing the contents of an empty importmatozoid2016-07-181-7/+9
| | * | | Merge branch 'master' into more_jbehave_parse_optionsDanny van Bruggen2016-07-18122-122/+122
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Add some methods from InstanceParser to JavaParser, and make them available t...matozoid2016-07-183-12/+65
| | | |/ | | |/|
| * | | Removed ModifierSet classMaximilien CRUZ2016-07-188-182/+52
| * | | Default initialisation to an empty EnumSet of modifiers to avoid nullsMaximilien Cruz2016-07-187-7/+7
| * | | equals must be used now, all tests pass ! :)Maximilien Cruz2016-07-181-16/+58
| * | | Only 6 failures leftMaximilien Cruz2016-07-182-36/+35
| * | | Change bitfields into EnumSets #381Maximilien Cruz2016-07-1820-256/+373
| | |/ | |/|
| * | Update date in copyright statementsmatozoid2016-07-18122-122/+122
| |/
| * Merge branch 'master' into issue_162_reference_type_argsmatozoid2016-07-178-24/+76
| |\
| * | Issue 162: can't handle type arguments to method referencematozoid2016-07-136-68/+53
* | | #364 We now force UTF-8 encoding as defaultMaximilien CRUZ2016-07-171-6/+8
* | | more builder methodsMaximilien CRUZ2016-07-172-2/+20
* | | builder methods continuedMaximilien CRUZ2016-07-172-6/+13
* | | builder methods continuedMaximilien CRUZ2016-07-179-20/+163
* | | nodeTypes package + 3 new nodes types + standardised the nodeType namesMaximilien CRUZ2016-07-1729-75/+75
* | | new nodes types (NodeWithMembers,NodeWithThrowable,NodeWithParameters)Maximilien CRUZ2016-07-1735-331/+492
* | | #363 more genericsMaximilien CRUZ2016-07-175-37/+40
* | | #363 Introducing generics everywhereMaximilien CRUZ2016-07-1735-215/+488
* | | Added all default modifiers helpers as @ftomassetti proposed in #57Maximilien CRUZ2016-07-171-7/+51
* | | moved addImportWithoutDuplicates to normal addImport behaviourMaximilien CRUZ2016-07-175-101/+37
* | | builder methods for #363Maximilien CRUZ2016-07-1720-422/+1466
| |/ |/|
* | Merge branch 'master' into fix_enum_dumpingmatozoid2016-07-176-41/+93
|\ \
| * \ Merge branch 'master' into wiki_samples_testDanny van Bruggen2016-07-175-41/+88
| |\ \
| | * \ Merge pull request #373 from matozoid/issue_211_escape_methodDanny van Bruggen2016-07-173-7/+47
| | |\ \