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 262692 - ClassNotFoundException: com.sun.tools.doclint.HtmlTag starting from ModuleCL@721d9941[org.netbeans.modules.javadoc] with possible defining loaders [ModuleCL@16bf413[org.netbeans.libs.javacimpl]] and d
Summary: ClassNotFoundException: com.sun.tools.doclint.HtmlTag starting from ModuleCL@...
Status: RESOLVED DUPLICATE of bug 262664
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-05 14:52 UTC by stefan79
Modified: 2016-07-06 08:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 225056


Attachments
stacktrace (4.60 KB, text/plain)
2016-07-05 14:52 UTC, stefan79
Details
stacktrace (3.74 KB, text/plain)
2016-07-06 06:33 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2016-07-05 14:52:00 UTC
Build: NetBeans IDE Dev (Build 201607040002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 8.1

User Comments:
stefan79: Exception occured after opening a java-file.




Stacktrace: 
java.lang.ClassNotFoundException: com.sun.tools.doclint.HtmlTag starting from ModuleCL@721d9941[org.netbeans.modules.javadoc] with possible defining loaders [ModuleCL@16bf413[org.netbeans.libs.javacimpl]] and declared parents [ModuleCL@728475c2[org.netbeans.modules.editor.mimelookup], ModuleCL@45203482[org.netbeans.modules.editor.lib2], ModuleCL@221f83f8[org.openide.loaders], ModuleCL@464b5d66[org.netbeans.modules.java.source.base], ModuleCL@66b1baef[org.openide.explorer], ModuleCL@7bc2525c[org.openide.awt], ModuleCL@16bf413[org.netbeans.libs.javacimpl], ModuleCL@1af81aff[org.netbeans.modules.editor.bracesmatching], org.netbeans.MainImpl$BootClassLoader@377dca04, ModuleCL@27e7e303[org.netbeans.modules.java.lexer], ...15 more]
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:228)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
   at org.netbeans.modules.javadoc.hints.Analyzer.visitStartElement(Analyzer.java:660)
   at org.netbeans.modules.javadoc.hints.Analyzer.visitStartElement(Analyzer.java:137)
   at com.sun.tools.javac.tree.DCTree$DCStartElement.accept(DCTree.java:727)
   at com.sun.source.util.DocTreePathScanner.scan(DocTreePathScanner.java:71)
Comment 1 stefan79 2016-07-05 14:52:03 UTC
Created attachment 160272 [details]
stacktrace
Comment 2 stefan79 2016-07-06 06:33:46 UTC
Created attachment 160275 [details]
stacktrace

Exception occured after opening a java-file.
Comment 3 Ralph Ruijs 2016-07-06 08:52:29 UTC

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