Dennis Wagelaar
Results
3
issues of
Dennis Wagelaar
http://raw.githubusercontent.com/cnfree/eclipse/master/decompiler/update/content.xml gives "404: Not Found". The update folder in the git repo is empty.
Example: String getName() { return this.name; } should not be mutated (simple property getter), whereas: String addToName() { this.name = "test" + this.name; return this.name; } should be mutated (has...