History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GRVY-1505
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Dmitry Krasilschikov
Reporter: Dierk König
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Groovy

highlighting of references that lost their types upon editor actions

Created: 25 May 08 14:01   Updated: 13 Nov 08 16:54
Component/s: Groovy editor support
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: all


 Description  « Hide
scenario:
In your editor you have a statement like
foo()
and a method declaration like
def foo() {}
Now you move that method away, e.g. to some other class.
foo() will become of unknown type and will be underlined as potentially dynamic reference.
Since such an action is typically unwanted and there is no compiler warning about it,
it would be very profitable to get notified about this change of quality.

see also http://www.intellij.net/forums/thread.jspa?threadID=275240



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.