Closed aschoneveld closed 3 years ago
The Navascript IDE does not detect any fields that are from a super class.
This works:
public class Some { public String id; public String getId() { return id; } }
This does not in the sense that id field is not found by navascript IDE.
public class Thing extends Some { }
Cannot reproduce
The Navascript IDE does not detect any fields that are from a super class.
This works:
This does not in the sense that id field is not found by navascript IDE.