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.
IDEA-17445, using wildcard imports also brakes function name autocompletion.