Skip to content

Commit e56e478

Browse files
authored
feat: add finding for super class in MethodResolver and FieldResolver (#62)
* feat: add finding for super class in MethodResolver and FieldResolver, add gitignore * chore: wrap print stack trace in resolver abstract with VERBOSE check * chore: remove debug message * feat: add tests to making sure resolver will firstly look for current class instead of super one
1 parent e802130 commit e56e478

File tree

5 files changed

+350
-262
lines changed

5 files changed

+350
-262
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.idea
2+
target

0 commit comments

Comments
 (0)