Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Duplicate
Assignee
Maxim Mossienko
Subsystem
Flex Support
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Per Olesen
    3 years ago (10 Sep 2008 19:07)
  • Updated by   Per Olesen
    3 years ago (03 Oct 2008 19:50)
  • Jira: IDEA-19534
    (history, comments)
 
IDEA-19534 Wrong warning "Unresolved variable" and "Unresolved variable or type"
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
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.

Environment: Linux

Issue was resolved
Comments (0)
 
History
 
Linked Issues (?)
 
Issue has no comments