|
a3185e3277
|
Changed to JDK 17 for CI build.
|
2022-08-15 23:25:55 +02:00 |
|
|
ce0b5ce872
|
Added inversion of boolean conditions inside isEqualTo() and isNotEqualTo() for InvertedBooleanCondition inspection.
|
2020-10-02 22:44:08 +02:00 |
|
|
eab50f590b
|
Added a first version of a new inspection that tries to detect bogus uses of return statements in test methods and replaces them by assumeThat() calls. Removed oraclejdk8 from travis-ci. Added custom Jupiter DisplayNameGenerator for user friendly test names in report. Extended documentation. Removed Playground.
|
2019-05-05 19:02:35 +02:00 |
|
|
66f1467b23
|
Added coveralls.
|
2019-05-04 16:40:05 +02:00 |
|
|
6fb23ea89c
|
Heavily reworked inspections for edge cases, such as multiple isEqualTo() calls inside a single statement. Corrected highlighting for most inspections. Lots of refactorings, tweakings. Added travis-ci file (untested). Added jacoco.
|
2019-05-04 15:36:04 +02:00 |
|