Implemented more general scheme of post-processing with intentions in J2K + added replacement of get/set with property access there
This commit is contained in:
Vendored
+3
@@ -49,6 +49,9 @@ public enum E {
|
||||
|
||||
public class Base {
|
||||
public @Nullable String foo(@Nullable String s) { return s; }
|
||||
|
||||
public int getProperty() { return 1; }
|
||||
public void setProperty(int value) {}
|
||||
}
|
||||
|
||||
public class Derived extends Base {
|
||||
|
||||
Reference in New Issue
Block a user