Community
Participate
Working Groups
Find references on an unnamed extension does not yield any results. It would be great if the called methods would be revealed.
This has been fixed in the meantime.
class Z { extension String def Integer dummy() { 42.substring.length } } J Just tried to fined references on the keyword extension and got an error dialog with: 'Element '_string' does not exist anymore'
Steps to reproduce: 1) Create a new class 2) Paste the extension field and the method (don't save) 3) Find references on the keyword 'extension'
The problem is the unsaved state. An error dialog pops up with regular fields as well. We should at least catch the error and tell the user to save the editor for now.
see also bug 433398
*** This bug has been marked as a duplicate of bug 433398 ***