aboutsummaryrefslogtreecommitdiffstats
path: root/api/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
* Add version compatibility checking. AbstractEnforcerRule will skip ↵Alexander Morozov2014-10-011-0/+14
| | | | non-compatible artifacts in case of auto-detection of previous version .
* Fix testing for snapshot regression.Alexander Morozov2014-10-011-0/+5
|
* Fix jardiff's Tools.isAccessChange(..): Differentiate between Class, Field ↵Sven Gothel2014-09-241-15/+105
| | | | | | | | | | | | | | | | | | | | and Method and apply all rules of the Java Language Specification Class, Field and Methods have different binary backward compatibility rules as specified in the Java Language Specification, Java SE 7 Edition: - http://docs.oracle.com/javase/specs/jls/se7/html/jls-13.html For Field 'volatile' the Java Language Specification, first edition has been used: - http://www.wsu.edu/UNIX_Systems/java/langspec-1.0/13.doc.html#45194 For each type separate method have been created, i.e. Tools.is<Type>AccessChange(). Each new method has the rules referenced and partially copied into the method for better documentation. The now deprecated method Tools.isAccessChange(..) calls Tools.isClassAccessChange(..) and shall be removed. Unit test ToolsTest has been expanded for each type and its rules.
* Fix #41: abstract could become concrete.Martín Schonaker2014-09-221-9/+21
|
* fix pre-version enforcementjulien2014-09-091-28/+51
|
* fix nextjulien2014-08-251-0/+19
|
* fix pre version comparisonjulien2014-08-251-2/+28
|
* Added missing license.Julien Eluard2014-08-011-0/+16
|
* Add testTimo Westkämper2014-07-301-0/+19
|
* Use genericsTimo Westkämper2014-04-222-46/+20
|
* Fix testsTimo Westkämper2014-04-172-8/+13
|
* 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
|
* Updated license headers.Julien Eluard2014-03-244-10/+13
|
* Merge pull request #19 from dvryaboy/issue_18Julien Eluard2014-03-241-0/+103
|\ | | | | Adding a test to demo issue #18
| * Bug in test. Test now passes without changes.Dmitriy Ryaboy2014-01-121-11/+18
| |
| * Adding a test to demo issue #18Dmitriy Ryaboy2014-01-121-0/+96
| |
* | Fixed license header.Julien Eluard2014-03-181-10/+14
|/
* Added Regex for exclusion and inclusion of classesLarsSommer2013-12-171-0/+299
|
* Fix greater than case when comparing patchNahuel Dalla Vecchia2012-12-141-0/+1
|
* Updated license headers.Julien Eluard2012-12-012-24/+20
|
* Fixed broken special parsing.Julien Eluard2012-07-261-5/+0
|
* Fixed wrong compareTo order.Julien Eluard2012-02-022-10/+10
|
* Fixed incorrect multi-digit version parsing.Julien Eluard2012-02-021-0/+15
|
* Fixes #1.Julien Eluard2012-01-281-0/+2
|
* Added support for 2 digits version number.Julien Eluard2011-09-141-5/+2
|
* Added support for Maven/OSGI version scheme.Julien Eluard2011-09-131-6/+5
|
* Updated documentation.Julien Eluard2011-02-042-0/+0
|
* Added tests.Julien Eluard2010-11-211-0/+147
|
* Added tests.Julien Eluard2010-11-211-0/+30
|
* API refactoring.Julien Eluard2010-11-191-14/+6
|
* first commitJulien Eluard2010-11-141-0/+101