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 262768 - ClassNotFoundException: com.sun.tools.doclint.HtmlTag starting from ModuleCL@3fd4b761[org.netbeans.modules.javadoc] with possible defining loaders [ModuleCL@29cb7a2d[org.netbeans.libs.javacimpl]] and
Summary: ClassNotFoundException: com.sun.tools.doclint.HtmlTag starting from ModuleCL@...
Status: NEW
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-11 12:34 UTC by satory
Modified: 2016-07-11 12:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225170


Attachments
stacktrace (5.17 KB, text/plain)
2016-07-11 12:34 UTC, satory
Details

Note You need to log in before you can comment on or make changes to this bug.
Description satory 2016-07-11 12:34:05 UTC
Build: NetBeans IDE Dev (Build 201607050002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Linux

User Comments:
satory: Doing a find in the favourites window.




Stacktrace: 
java.lang.ClassNotFoundException: com.sun.tools.doclint.HtmlTag starting from ModuleCL@3fd4b761[org.netbeans.modules.javadoc] with possible defining loaders [ModuleCL@29cb7a2d[org.netbeans.libs.javacimpl]] and declared parents [org.netbeans.MainImpl$BootClassLoader@31221be2, ModuleCL@123429b5[org.netbeans.modules.lexer], ModuleCL@74c757d4[org.openide.windows], ModuleCL@695baae2[org.netbeans.modules.editor.lib2], ModuleCL@6e46e69c[org.netbeans.modules.java.source.base], ModuleCL@f3dacc5[org.netbeans.libs.javacapi], ModuleCL@24343d0f[org.openide.dialogs], ModuleCL@2099bf45[org.openide.explorer], ModuleCL@655f598b[org.netbeans.api.java.classpath], ModuleCL@c6d2aca[org.netbeans.modules.editor.guards], ...16 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 satory 2016-07-11 12:34:08 UTC
Created attachment 160348 [details]
stacktrace