Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Fixed
Assignee
Maxim Mossienko
Subsystem
Code Analysis. Inspection
Affected versions
No Affected versions
Fixed in build
108.65  
  • Created by   Aleksey Kabanov
    2 years ago (08 Jun 2009 02:24)
  • Updated by   root
    2 years ago (17 Jan 2010 21:16)
  • Jira: IDEADEV-37623
    (history, comments)
 
IDEA-49283 Flex: The 'new Classfactory' statements are incorrectly processed inside the mxml tags.
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Prerequisites:
  • Intellij IDEA 10322 is installed.

Steps to reproduce:
1. Create a new Flex project with sample mxml file.
2. Add the following code in that file:
<mx:DataGrid width="100%" height="100%">
<mx:columns>
<mx:DataGridColumn width="100" headerText="Field" itemRenderer="{new ClassFactory(Label)}"/>
</mx:columns>
</mx:DataGrid>

Actual result:
IDEA shows the 'Unresolved variable or type {new Classfactory' error message.

Expected result:
This code is correct and an error message shouldn't be shown.

Environment: Windows XP SP3, 4 Gb RAM, JVM 1.6.03_b03

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