aboutsummaryrefslogtreecommitdiffstats
path: root/javaparser-core/src/main/java/com/github/javaparser/CommentsInserter.java
Commit message (Expand)AuthorAgeFilesLines
* Make sure deprecated code isnt usedDanny van Bruggen2017-01-281-2/+2
* Merge branch 'master' into missed_renamingsDanny van Bruggen2016-12-181-2/+2
|\
| * issue652: add copyright notice where missingFederico Tomassetti2016-12-181-2/+2
* | Rename more thingsDanny van Bruggen2016-12-181-2/+2
|/
* Make tab size configurableDanny van Bruggen2016-12-141-3/+3
* * Plugged optionality bug in CommentsInserterDanny van Bruggen2016-12-141-0/+4
* Process commentsDanny van Bruggen2016-11-261-39/+36
* wipmatozoid2016-11-131-12/+14
* Try to get away from directly getting Node begin and endmatozoid2016-11-111-25/+37
* #516 some optionals (#536)Cruz Maximilien2016-11-101-7/+10
* Make NodeList NOT a Node. (#522)Danny van Bruggen2016-10-301-2/+2
* renamed getChildrenNodes to getChildNodes (#527)christiansafka2016-10-301-1/+1
* Roll back Optional usage, awaiting #516matozoid2016-10-261-9/+7
* Issue 421 parenting of collections (#501)Danny van Bruggen2016-10-161-12/+15
* Issue 492 replace commentsparser (#493)Danny van Bruggen2016-10-071-50/+32
* Issue 157 enhance parser frontend (#447)Danny van Bruggen2016-09-041-23/+7
* Move various utils classes to their own packagematozoid2016-08-191-0/+1
* Issue 404: unicode whitespace and comments attribution (#411)Danny van Bruggen2016-08-161-1/+3
* Update date in copyright statementsmatozoid2016-07-181-1/+1
* Rewrite all uses of deprecated node methodsmatozoid2016-07-131-4/+4
* Changes after comments on PRmatozoid2016-07-091-2/+7
* More clean up of streamsmatozoid2016-07-071-17/+17
* Merge pull request #312 from DevFactory/release/merge-if-with-enclosing-one-f...Danny van Bruggen2016-06-021-3/+2
|\
| * [squid:S1066] Merging collapsible if statements increases the code's readabilityayman abdelghany2016-06-011-3/+2
* | [squid:S1155] Using Collection.isEmpty() to test for emptinessayman abdelghany2016-05-301-2/+2
|/
* New classes: InstanceJavaParser, CommentsInserterSebastian Kürten2016-04-131-0/+225