This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 90610 - CCE from ASTBrowserTopComponent
Summary: CCE from ASTBrowserTopComponent
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: languages (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-05 18:46 UTC by Pavel Buzek
Modified: 2006-12-07 10:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
CCE (4.42 KB, text/plain)
2006-12-05 18:46 UTC, Pavel Buzek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2006-12-05 18:46:15 UTC
200612011900 + all langsupport modules from UC

I restart the IDE after installing modules. Open a manifest file - I see
coloring, it is recognized by langsupport. I open Window|AST View and click
nodes in AST view I get a CCE. It pops up repeatedly until I close the AST view.
Comment 1 Pavel Buzek 2006-12-05 18:46:42 UTC
Created attachment 36487 [details]
CCE
Comment 2 Pavel Buzek 2006-12-05 18:55:21 UTC
if it helps, the AST view is showing:
JTree
+ Colors
  + blue
  + violet
  + red
  + yellow
+ sports
etc.

after I restart the IDE the tree is initially the same but after I click on a
file recognized by langupport the content chagnes and the exceptions stop
Comment 3 Jan Jancura 2006-12-07 10:33:59 UTC
fixed in trunk:
some default tree model should be set

Checking in ASTBrowserTopComponent.java;
/cvs/languages/engine/src/org/netbeans/modules/languages/browser/ASTBrowserTopComponent.java,v
 <--  ASTBrowserTopComponent.java
new revision: 1.4; previous revision: 1.3
done