Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add version compatibility checking. AbstractEnforcerRule will skip ↵ | Alexander Morozov | 2014-10-01 | 1 | -0/+14 |
| | | | | non-compatible artifacts in case of auto-detection of previous version . | ||||
* | Fix testing for snapshot regression. | Alexander Morozov | 2014-10-01 | 1 | -0/+5 |
| | |||||
* | Fix jardiff's Tools.isAccessChange(..): Differentiate between Class, Field ↵ | Sven Gothel | 2014-09-24 | 1 | -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 Schonaker | 2014-09-22 | 1 | -9/+21 |
| | |||||
* | fix pre-version enforcement | julien | 2014-09-09 | 1 | -28/+51 |
| | |||||
* | fix next | julien | 2014-08-25 | 1 | -0/+19 |
| | |||||
* | fix pre version comparison | julien | 2014-08-25 | 1 | -2/+28 |
| | |||||
* | Added missing license. | Julien Eluard | 2014-08-01 | 1 | -0/+16 |
| | |||||
* | Add test | Timo Westkämper | 2014-07-30 | 1 | -0/+19 |
| | |||||
* | Use generics | Timo Westkämper | 2014-04-22 | 2 | -46/+20 |
| | |||||
* | Fix tests | Timo Westkämper | 2014-04-17 | 2 | -8/+13 |
| | |||||
* | Issue #25: more tests on deprecation detection. | Martín Schonaker | 2014-04-10 | 1 | -0/+118 |
| | |||||
* | Issue #25: some tests at DeltaTest. | Martín Schonaker | 2014-04-10 | 1 | -0/+16 |
| | |||||
* | Updated license headers. | Julien Eluard | 2014-03-24 | 4 | -10/+13 |
| | |||||
* | Merge pull request #19 from dvryaboy/issue_18 | Julien Eluard | 2014-03-24 | 1 | -0/+103 |
|\ | | | | | Adding a test to demo issue #18 | ||||
| * | Bug in test. Test now passes without changes. | Dmitriy Ryaboy | 2014-01-12 | 1 | -11/+18 |
| | | |||||
| * | Adding a test to demo issue #18 | Dmitriy Ryaboy | 2014-01-12 | 1 | -0/+96 |
| | | |||||
* | | Fixed license header. | Julien Eluard | 2014-03-18 | 1 | -10/+14 |
|/ | |||||
* | Added Regex for exclusion and inclusion of classes | LarsSommer | 2013-12-17 | 1 | -0/+299 |
| | |||||
* | Fix greater than case when comparing patch | Nahuel Dalla Vecchia | 2012-12-14 | 1 | -0/+1 |
| | |||||
* | Updated license headers. | Julien Eluard | 2012-12-01 | 2 | -24/+20 |
| | |||||
* | Fixed broken special parsing. | Julien Eluard | 2012-07-26 | 1 | -5/+0 |
| | |||||
* | Fixed wrong compareTo order. | Julien Eluard | 2012-02-02 | 2 | -10/+10 |
| | |||||
* | Fixed incorrect multi-digit version parsing. | Julien Eluard | 2012-02-02 | 1 | -0/+15 |
| | |||||
* | Fixes #1. | Julien Eluard | 2012-01-28 | 1 | -0/+2 |
| | |||||
* | Added support for 2 digits version number. | Julien Eluard | 2011-09-14 | 1 | -5/+2 |
| | |||||
* | Added support for Maven/OSGI version scheme. | Julien Eluard | 2011-09-13 | 1 | -6/+5 |
| | |||||
* | Updated documentation. | Julien Eluard | 2011-02-04 | 2 | -0/+0 |
| | |||||
* | Added tests. | Julien Eluard | 2010-11-21 | 1 | -0/+147 |
| | |||||
* | Added tests. | Julien Eluard | 2010-11-21 | 1 | -0/+30 |
| | |||||
* | API refactoring. | Julien Eluard | 2010-11-19 | 1 | -14/+6 |
| | |||||
* | first commit | Julien Eluard | 2010-11-14 | 1 | -0/+101 |