summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/analysis/IndexSimpleVerifier.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-031-154/+0
| | | | | | | * Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>
* Support java 9+ and gradle 6+ (#206)Gravatar liach2020-04-021-1/+2
| | | | | | | | | | | | | | | * Support java 9+ and gradle 6+ * Update asm Signed-off-by: liach <liach@users.noreply.github.com> * Use asm 8 and move that to a constant * Bump version * fix version format Co-authored-by: liach <liach@users.noreply.github.com>
* Check protected method/field target in visibility index (#157)Gravatar Runemoro2019-11-021-0/+153