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

Key: IDEADEV-25349
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Maxim Mossienko
Reporter: Henri Karapuu
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

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

Created: 18 Mar 08 06:44   Updated: 05 Apr 08 00:37
Component/s: Flex Support
Fix Version/s: Diana 8280, Selena 7.0.4

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Mac OS X 10.5.2

Build: 7,757
Fixed in build: 8,273
Severity: High


 Description  « Hide
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.



 All   Comments   Work Log   Change History      Sort Order:
Henri Karapuu - 18 Mar 08 17:42
As mentioned in IDEA-17445, using wildcard imports also brakes function name autocompletion.