e3444db213
Fixes to AssertThatSize inspection after extending it for Maps in previous release as not all combinations for .hasSameSizeAs() are supported.
...
Bumped to IntelliJ IDEA 2019.2.3.
2019-09-24 22:55:02 +02:00
315b93d90d
Extended AssertThatSize inspection to Maps, too.
2019-08-23 18:21:08 +02:00
5048c898ec
Fixed broken code in test classes (missing imports, undefined variables).
2019-07-30 19:39:16 +02:00
095345a456
The JoinAssertThatStatements inspection will now add line breaks on joining statements.
...
Unrelated: Upgraded Gradle to 5.4.1. Upgraded kotlin to 1.3.40. Upgraded jacoco to 0.8.4. Minor style change for immediate returns. Increased test/branch coverage.
2019-06-23 18:51:12 +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
666e373405
Extended AssertThatSize inspection to transform hasSize() into hasSameSizeAs(), if possible.
2019-04-23 20:16:43 +02:00
db02f7fb93
New AssertThatInvertedBooleanCondition inspection that will remove inverted boolean expressions inside assertThat().
...
Renamed a few inspections to better/shorter names (and fixed file and directory names accordingly).
2019-04-20 18:40:38 +02:00