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 262715 - ClassNotFoundException: com.sun.tools.doclint.HtmlTag starting from ModuleCL@14f5b773[org.netbeans.modules.javadoc] with possible defining loaders [ModuleCL@46cd8572[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-07 12:37 UTC by Alexander Simon
Modified: 2016-07-07 12:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225105


Attachments
stacktrace (6.06 KB, text/plain)
2016-07-07 12:37 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2016-07-07 12:37:03 UTC
Build: NetBeans IDE Dev (Build 20160704-8115e092f971)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: SunOS

User Comments:
alexvsimon: navigate in code




Stacktrace: 
java.lang.ClassNotFoundException: com.sun.tools.doclint.HtmlTag starting from ModuleCL@14f5b773[org.netbeans.modules.javadoc] with possible defining loaders [ModuleCL@46cd8572[org.netbeans.libs.javacimpl]] and declared parents [ModuleCL@766ee989[org.netbeans.modules.editor.bracesmatching], ModuleCL@2f6cabaa[org.netbeans.modules.java.lexer], ModuleCL@11979594[org.netbeans.modules.lexer], ModuleCL@27558693[org.netbeans.spi.java.hints], ModuleCL@6e438d62[org.netbeans.libs.javacapi], org.netbeans.MainImpl$BootClassLoader@53d8d10a, ModuleCL@5ece6fd6[org.netbeans.modules.editor.settings], ModuleCL@3b9156c4[org.netbeans.modules.java.source.base], ModuleCL@67f8865d[org.netbeans.modules.editor.mimelookup], ModuleCL@3f7e9f49[org.netbeans.spi.editor.hints], ...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 Alexander Simon 2016-07-07 12:37:05 UTC
Created attachment 160299 [details]
stacktrace