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 158169 - AssertionError at org.netbeans.modules.javascript.editing.JsAnalyzer$AnalysisResult.processImports
Summary: AssertionError at org.netbeans.modules.javascript.editing.JsAnalyzer$Analysis...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Pisl
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-09 02:10 UTC by fsoares
Modified: 2012-03-26 16:03 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 79460


Attachments
stacktrace (3.69 KB, text/plain)
2009-02-09 02:10 UTC, fsoares
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fsoares 2009-02-09 02:10:02 UTC
Build: NetBeans IDE Dev (Build 200812180001)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Linux, 2.6.27-11-generic, amd64

User Comments:
fsoares: Opening a project with a lot of javascript files

weppos: I simply created a new PHP project from existing source.

GUEST: scaning project via localnetwork network

GUEST: indexing project

GUEST: Indexing project

fsoares: Opening a project with a lot of javascript files



Stacktrace: 
java.lang.AssertionError
        at org.netbeans.modules.javascript.editing.JsAnalyzer$AnalysisResult.processImports(JsAnalyzer.java:725)
        at org.netbeans.modules.javascript.editing.JsAnalyzer$AnalysisResult.visit(JsAnalyzer.java:332)
        at org.netbeans.modules.javascript.editing.ParseTreeWalker.walk(ParseTreeWalker.java:77)
        at org.netbeans.modules.javascript.editing.ParseTreeWalker.walk(ParseTreeWalker.java:82)
        at org.netbeans.modules.javascript.editing.ParseTreeWalker.walk(ParseTreeWalker.java:82)
        at org.netbeans.modules.javascript.editing.JsAnalyzer.analyze(JsAnalyzer.java:259)
Comment 1 fsoares 2009-02-09 02:10:07 UTC
Created attachment 76721 [details]
stacktrace
Comment 2 Marek Fukala 2009-05-18 15:07:11 UTC
still reproducible in 6.7 beta...
Comment 3 Petr Pisl 2011-10-17 13:53:08 UTC
Still there.
Comment 4 Marian Mirilovic 2011-12-13 11:09:36 UTC
92 reports ... at least P2
Comment 5 Petr Pisl 2011-12-13 13:15:02 UTC
Will be fixed, when we introduce new JS Support
Comment 6 Petr Pisl 2012-03-26 16:03:57 UTC
I removed the assert. It's seems to be there just for testing purposes.