Optimized even more code. Fixed BinaryExpression for Boolean.TRUE/FALSE. Added new AssertThatJava8Optional inspection. Added changelog to README.

This commit is contained in:
2019-04-11 16:26:11 +02:00
parent c1d8ade7b1
commit d49b7bf17b
18 changed files with 528 additions and 154 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ patchPluginXml {
changeNotes """
<h4>V0.4 (xx-Apr-19)</h4>
<ul>
<li>Yo.
<li>New inspection AssertThatJava8Optional that operates on Java 8 Optional objects and tries to use contains(), isPresent() and isNotPresent() instead.
</ul>
<h4>V0.3 (07-Apr-19)</h4>
<ul>