aboutsummaryrefslogtreecommitdiffstats
path: root/api/src
Commit message (Expand)AuthorAgeFilesLines
* Revert to original formatting/code styleSimon Taddiken2014-11-291-14/+13
* Use newer ASM version and make it compileSimon Taddiken2014-11-291-16/+24
* Clarifications about access permissions checkssyev2014-10-242-3/+8
* Tests on access permissions checks.syev2014-10-241-4/+25
* Add access permissions checkssyev2014-10-241-4/+44
* Changed members detection updatesyev2014-10-241-2/+2
* Added inclusion filter matching testssyev2014-10-021-0/+26
* Fix return values from includes filterssyev2014-10-021-1/+2
* Add version compatibility checking. AbstractEnforcerRule will skip non-compat...Alexander Morozov2014-10-012-0/+22
* Fix testing for snapshot regression.Alexander Morozov2014-10-012-1/+6
* Fix jardiff's Tools.isAccessChange(..): Differentiate between Class, Field an...Sven Gothel2014-09-244-52/+291
* Fix #41: abstract could become concrete.Martín Schonaker2014-09-222-17/+31
* fix pre-version enforcementjulien2014-09-093-52/+85
* fix nextjulien2014-08-252-3/+34
* fix pre version comparisonjulien2014-08-252-9/+179
* Added missing license.Julien Eluard2014-08-011-0/+16
* Add testTimo Westkämper2014-07-301-0/+19
* Improve access comparisonTimo Westkämper2014-07-303-6/+25
* Dump: Add dumpFullStats(..) producing diff stat per-class w/ diff-type-count ...Sven Gothel2014-05-141-6/+108
* DifferenceAccumulatingHandler: Remove DEBUG codeSven Gothel2014-05-141-13/+4
* Dumper: Add dump method for sorted List<Difference> (refactored) allowing dum...Sven Gothel2014-05-141-2/+10
* Solve issues w/ 'simplifyRegularExpression(..)': Allow passing regexp directl...Sven Gothel2014-05-132-31/+56
* DifferenceAccumulatingHandler.isClassConsidered(..): Fix case where class nam...Sven Gothel2014-05-131-1/+11
* AbstractInfo: Add generic access to signature and descriptor ; Dumper: More i...Sven Gothel2014-05-135-100/+153
* Add PublicDiffCriteria and related config optionsTimo Westkämper2014-05-043-6/+156
* Use genericsTimo Westkämper2014-04-228-212/+159
* Fix testsTimo Westkämper2014-04-173-12/+13
* Fix comparisonTimo Westkämper2014-04-161-13/+14
* Discard changes to private membersTimo Westkämper2014-04-161-0/+4
* Add superclass handlingTimo Westkämper2014-04-161-0/+28
* Issue #25: more tests on deprecation detection.Martín Schonaker2014-04-101-0/+118
* Issue #25: some tests at DeltaTest.Martín Schonaker2014-04-101-0/+16
* Issue #25: @Deprecated should require a minor version bump instead of a major...Martín Schonaker2014-04-097-18/+227
* Updated license headers.Julien Eluard2014-03-2424-30/+33
* Merge pull request #19 from dvryaboy/issue_18Julien Eluard2014-03-242-7/+115
|\
| * Bug in test. Test now passes without changes.Dmitriy Ryaboy2014-01-121-11/+18
| * Adding a test to demo issue #18Dmitriy Ryaboy2014-01-122-7/+108
* | Fixed license header.Julien Eluard2014-03-1815-486/+182
* | asm upgraded to 3.2jbaruch2014-03-181-1/+1
* | Main.java now processes the newJar argument.David Bernard2014-01-081-1/+1
|/
* Added Regex for exclusion and inclusion of classesLarsSommer2013-12-172-17/+375
* o the source repository for jardiff is no long present so i extracted the sou...Jason van Zyl2013-06-2714-0/+3546
* Fix greater than case when comparing patchNahuel Dalla Vecchia2012-12-142-8/+11
* Updated license headers.Julien Eluard2012-12-018-96/+80
* Removed version from code.Julien Eluard2012-12-011-1/+1
* Removed unused imports.Tobias Roeser2012-11-241-3/+0
* Added German translation for command line options.Tobias Roeser2012-11-242-1/+13
* Added descriptions to commandline options.Tobias Roeser2012-11-241-86/+90
* Rewrote commandline handling to use CmdOption toolkit.Tobias Roeser2012-11-241-52/+92
* Fixed broken special parsing.Julien Eluard2012-07-262-6/+3