Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Can't Reproduce
Assignee
Maxim Mossienko
Subsystem
Flex Support
Affected versions
No Affected versions
Fixed in build
94.148  
  • Created by   Keith Thompson
    2 years ago (04 Jul 2009 23:50)
  • Updated by   Maxim Mossienko
    2 years ago (20 Jan 2010 16:32)
  • Jira: IDEA-23623
    (history, comments)
 
IDEA-23623 Flex inspection broken in IJ9 M1
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
open same main.mxml in build 9880 and 10369, version 9 reports several red inspection issues that are not there in 8
see attached screenshots

Environment: windows xp
Comments (3)
 
History
 
Linked Issues (?)
 
Maxim Mossienko
  Maxim Mossienko
06 Jul 2009 17:11
2 years ago
Could you please navigate (press control + b) on Application tag name and post file name IDEA opens?
Keith Thompson
  Keith Thompson
08 Jul 2009 23:10
2 years ago
there is nothing to navigate to

the basic declaration at the start of the file is flagged

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
layout="absolute"
creationComplete="initApplication()"
mouseMove="resetLastActivity();setIsAlive()"
keyUp="resetLastActivity();setIsAlive()"
error="globalErrorHandler(event)"
name="main" scriptTimeLimit="60"
backgroundColor="#ffffff">
Maxim Mossienko
  Maxim Mossienko
09 Jul 2009 21:33
2 years ago
mx:Application is not highlighted red on your screen shot, so it should be possible to navigate, am I missing something?
Please try to recreate used Flex SDK, old one might be missing necessary swcs