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 229725 - com.sun.tools.javac.parser.DocCommentParser$ParseException: dc.ref.unexpected.input
Summary: com.sun.tools.javac.parser.DocCommentParser$ParseException: dc.ref.unexpected...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Jan Lahoda
URL:
Keywords:
: 229890 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-05-14 13:59 UTC by Ralph Ruijs
Modified: 2013-05-18 02:51 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 200522


Attachments
stacktrace (4.69 KB, text/plain)
2013-05-14 13:59 UTC, Ralph Ruijs
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Ruijs 2013-05-14 13:59:11 UTC
Build: NetBeans IDE Dev (Build 20130513-db058d1ccb05)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows 8

User Comments:
mps77: dblclick on Action Items, bug line.

ralphbenjamin: Opened file: TreeUtilities.java

GUEST: mainly just starting and clicking somewhere in an open .java file




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$13.parse(DocCommentParser.java:1301)
   at com.sun.tools.javac.parser.DocCommentParser.blockTag(DocCommentParser.java:311)
   at com.sun.tools.javac.parser.DocCommentParser.blockTags(DocCommentParser.java:289)
   at com.sun.tools.javac.parser.DocCommentParser.parse(DocCommentParser.java:142)
Comment 1 Ralph Ruijs 2013-05-14 13:59:13 UTC
Created attachment 134422 [details]
stacktrace
Comment 3 Dusan Balek 2013-05-16 19:57:02 UTC
*** Bug 229890 has been marked as a duplicate of this bug. ***
Comment 4 Quality Engineering 2013-05-18 02:51:51 UTC
Integrated into 'main-golden', will be available in build *201305172300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/78809e70e1d8
User: Jan Lahoda <jlahoda@netbeans.org>
Log: Uploading new version of nb-javac, to fix #229300, #229725, #229748