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 139232 - IllegalStateException: '' org.netbeans.modules.java.editor.javadoc.DocPositions@1d6213a token sequence dump: T[0]: "\n *\n * " <571,578> OTHER_TEXT[5] DefT, IHC=32675456 *[1]: "@author" <578,585> TAG[
Summary: IllegalStateException: '' org.netbeans.modules.java.editor.javadoc.DocPositio...
Status: RESOLVED DUPLICATE of bug 139147
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Pokorsky
URL: http://statistics.netbeans.org/except...
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2008-07-08 11:41 UTC by Lukas Jungmann
Modified: 2008-07-08 14:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 47124


Attachments
ide log (51.06 KB, text/plain)
2008-07-08 11:41 UTC, Lukas Jungmann
Details
stacktrace (6.01 KB, text/plain)
2008-07-08 12:49 UTC, Karol Harezlak
Details
stacktrace (6.01 KB, text/plain)
2008-07-08 13:01 UTC, Karol Harezlak
Details
stacktrace (5.91 KB, text/plain)
2008-07-08 13:31 UTC, _ moser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2008-07-08 11:41:01 UTC
Build: NetBeans IDE Dev (Build 200804110003)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_05-b13
OS: Windows XP, 5.1, x86
User comments: I'm not entirely sure
STACKTRACE: (first 10 lines)
java.lang.IllegalStateException: ''
org.netbeans.modules.java.editor.javadoc.DocPositions@1d6213a
token sequence dump: T[0]: "\n *\n * " <571,578> OTHER_TEXT[5] DefT, IHC=32675456
*[1]: "@author" <578,585> TAG[1] DefT, IHC=24569316
T[2]: "  " <585,587> OTHER_TEXT[5] DefT, IHC=15664516
T[3]: "Daniel" <587,593> IDENT[0] DefT, IHC=5458092
T[4]: "." <593,594> DOT[3] DefT, IHC=29892782
T[5]: "Hagon" <594,599> IDENT[0] DefT, IHC=31031666
T[6]: "\n " <599,601> OTHER_TEXT[5] DefT, IHC=12683320

        at org.netbeans.modules.java.editor.javadoc.DocPositions.resolve(DocPositions.java:196)
        at org.netbeans.modules.java.editor.javadoc.DocPositions.getTags(DocPositions.java:129)
        at org.netbeans.modules.java.editor.javadoc.JavadocImports.computeReferencedElements(JavadocImports.java:115)
        at
org.netbeans.modules.java.editor.semantic.SemanticHighlighter$DetectorVisitor.handleJavadoc(SemanticHighlighter.java:686)
        at
org.netbeans.modules.java.editor.semantic.SemanticHighlighter$DetectorVisitor.visitClass(SemanticHighlighter.java:1218)
        at
org.netbeans.modules.java.editor.semantic.SemanticHighlighter$DetectorVisitor.visitClass(SemanticHighlighter.java:410)
        at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:605)
        at com.sun.source.util.TreePathScanner.scan(TreePathScanner.java:67)
        at org.netbeans.api.java.source.support.CancellableTreePathScanner.scan(CancellableTreePathScanner.java:91)
        at com.sun.source.util.TreeScanner.scanAndReduce(TreeScanner.java:80)
Comment 1 Lukas Jungmann 2008-07-08 11:41:38 UTC
Created attachment 64072 [details]
ide log
Comment 2 Karol Harezlak 2008-07-08 12:49:40 UTC
Build: NetBeans IDE Dev (Build 080708)
VM: Java HotSpot(TM) Client VM, 1.5.0_15-b04, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_15-b04
OS: Windows XP, 5.1, x86

User Comments: 
Opening source code of the new Desktop Java Application (Database)
Comment 3 Karol Harezlak 2008-07-08 12:49:44 UTC
Created attachment 64074 [details]
stacktrace
Comment 4 Karol Harezlak 2008-07-08 13:00:56 UTC
Build: NetBeans IDE Dev (Build 080708)
VM: Java HotSpot(TM) Client VM, 1.5.0_15-b04, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_15-b04
OS: Windows XP, 5.1, x86

User Comments: 
Comment 5 Karol Harezlak 2008-07-08 13:01:05 UTC
Created attachment 64077 [details]
stacktrace
Comment 6 _ moser 2008-07-08 13:31:29 UTC
Build: NetBeans IDE Dev (Build 200807080009)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP, 5.1, x86

User Comments: 
Comment 7 _ moser 2008-07-08 13:31:37 UTC
Created attachment 64081 [details]
stacktrace
Comment 8 Jan Pokorsky 2008-07-08 14:19:00 UTC
Caused by issue 139147.

*** This issue has been marked as a duplicate of 139147 ***