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

Key: IDEA-19534
Type: Bug Bug
Status: Resolved Resolved
Resolution: Duplicate
Assignee: Maxim Mossienko
Reporter: Per Olesen
Votes: 0
Watchers: 2
Operations

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

Wrong warning "Unresolved variable" and "Unresolved variable or type"

Created: 10 Sep 08 18:07   Updated: 03 Oct 08 18:50
Component/s: Flex Support

Environment: Linux
Issue Links:
Duplicate
This issue duplicates:
IDEADEV-32357 FQN function call not resolved Normal Resolved
 

Build: 8,769


 Description  « Hide
Given this as3 class:

package testing.it {
public class Foo {

public function Foo() { var me : testing.it.Foo = new testing.it.Foo(); }
}
}

IDEA complains with the two warnings: "Unresolved variable" and "Unresolved variable or type" for "testing" and "testing" + "it".

Should be recoqnized as FQCN expressions.



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