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 229890 - com.sun.tools.javac.parser.DocCommentParser$ParseException: dc.ref.unexpected.input
Summary: com.sun.tools.javac.parser.DocCommentParser$ParseException: dc.ref.unexpected...
Status: RESOLVED DUPLICATE of bug 229725
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-16 19:53 UTC by markiewb
Modified: 2013-05-16 19:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 200492


Attachments
stacktrace (3.34 KB, text/plain)
2013-05-16 19:53 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-05-16 19:53:13 UTC
Build: NetBeans IDE Dev (Build 201305092300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
rudyment: While debugging after trying to step into an instance method in my class IndentingReporter.

markiewb: Opened an old project

rudyment: While running a many times ran test under JVM 7

markiewb: Hovering above XXX in javadoc {@link XXX}




Stacktrace: 
com.sun.tools.javac.parser.DocCommentParser$ParseException: dc.ref.unexpected.input
   at com.sun.tools.javac.parser.DocCommentParser.parseType(DocCommentParser.java:571)
   at com.sun.tools.javac.parser.DocCommentParser.reference(DocCommentParser.java:529)
   at com.sun.tools.javac.parser.DocCommentParser$8.parse(DocCommentParser.java:1209)
   at com.sun.tools.javac.parser.DocCommentParser.inlineTag(DocCommentParser.java:369)
   at com.sun.tools.javac.parser.DocCommentParser.inlineTag(DocCommentParser.java:337)
   at com.sun.tools.javac.parser.DocCommentParser.blockContent(DocCommentParser.java:256)
Comment 1 markiewb 2013-05-16 19:53:14 UTC
Created attachment 134542 [details]
stacktrace
Comment 2 Dusan Balek 2013-05-16 19:57:02 UTC

*** This bug has been marked as a duplicate of bug 229725 ***