Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Maxim Mossienko 
Subsystem
Flex Support 
Affected versions
Fixed in
Fixed in build
Next build 
Build
7757
Fixed in build
8273
Severity
0
  • Submitted by   Henri Karapuu
    22 months ago (18 Mar 2008 06:44)
  • Updated by   root
    3 weeks ago (17 Jan 2010 19:58)
  • Jira: IDEA-43227
    (history, comments)

IDEA-43227

Classes imported with wildcard show incorrectly as "Unresolved Type" warnings

0
If i import an entire packge using 'import foo.bar.*' any use of the imported classes will show as 'Unresolved Type' warnings. This happens 100% consistently.

I can navigate (Go To | Declaration) to the imported class correctly, so the only problem is with the warning message.

The problem does not occur when using single class imports.

In practice this bug causes the entire source to light up with warnings like a christmas tree, effectively forcing to turn off the critically important inspection. As such, i'm marking this as high priority issue.

Environment: Mac OS X 10.5.2

Issue was resolved
Comments (1)
 
History (1)
 
Links
 
Henri Karapuu
  Henri Karapuu
18 Mar 2008 17:42
(22 months ago)
#permalink
As mentioned in IDEA-17445, using wildcard imports also brakes function name autocompletion.