This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 219817 - Wrong type interference when using static methods from a defaultly imported classes
Summary: Wrong type interference when using static methods from a defaultly imported c...
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-10 12:24 UTC by Martin Janicek
Modified: 2012-10-12 12:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Janicek 2012-10-10 12:24:10 UTC
See issue 219761 for some background. For example println is a static
method declared in a class which is imported by default - because of that
our current support is not able to find the correct type where the method
belongs to and it makes Find Usages results incorrect..