aboutsummaryrefslogtreecommitdiffstats
path: root/javaparser-core/src/main/java/com/github/javaparser/Range.java
Commit message (Expand)AuthorAgeFilesLines
* issue652: add copyright notice where missingFederico Tomassetti2016-12-181-0/+21
* Correct Range contains to consider equal ranges as contained. Introduce stric...Federico Tomassetti2016-12-171-0/+12
* Reformat all source in Intellij IdeaDanny van Bruggen2016-12-051-1/+1
* Remove Range.UNKNOWN and fix a lot of small bugsmatozoid2016-11-111-2/+0
* * Remove getters because the immutable fields are publicmatozoid2016-07-131-13/+7
* Changes after feedbackmatozoid2016-07-121-2/+27
* Use Range and Position everywhere, deprecate old methodsmatozoid2016-07-121-0/+70