Skip to content

Commit

Permalink
Merge pull request #1 from GregHib/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
GregHib committed Mar 19, 2019
2 parents 526b699 + 72a57a8 commit 9c9e396
Show file tree
Hide file tree
Showing 70 changed files with 1,621 additions and 454 deletions.
12 changes: 8 additions & 4 deletions deobfuscation/build.gradle → build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'world.gregs.intellij.plugins'
version '1.1.0'
version '1.2.0'

repositories {
mavenCentral()
Expand Down Expand Up @@ -32,8 +32,12 @@ intellij {
}
patchPluginXml {
changeNotes """
Inspections added:<br>
Inverse else comparator<br>
Inline nested else statments<br>
Expanded inspection functionality:<br>
Tilde support fo r'pointless bitwise comparator'
Negative boolean and method support for 'inverse else comparator'
Multi-operand support for 'inverse else comparator'
<br>
Added additional highlighting tests<br>
Added fix tests<br>
"""
}
2 changes: 0 additions & 2 deletions deobfuscation/settings.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 9c9e396

Please sign in to comment.