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 204017 - AE from DefaultSourceJavadocAttacher
Summary: AE from DefaultSourceJavadocAttacher
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.1
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 200698
  Show dependency tree
 
Reported: 2011-10-20 14:41 UTC by Tomas Zezula
Modified: 2011-10-24 14:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Zezula 2011-10-20 14:41:11 UTC
While attaching sources:


java.lang.AssertionError: 
	at org.netbeans.modules.java.j2seplatform.queries.SourceJavadocAttacherUtil$2.call(SourceJavadocAttacherUtil.java:208)
	at org.netbeans.modules.java.j2seplatform.queries.SourceJavadocAttacherUtil$2.call(SourceJavadocAttacherUtil.java:204)
	at org.netbeans.modules.java.j2seplatform.queries.SelectSourcesPanel.getSources(SelectSourcesPanel.java:90)
	at org.netbeans.modules.java.j2seplatform.queries.SourceJavadocAttacherUtil.selectSources(SourceJavadocAttacherUtil.java:133)
	at org.netbeans.modules.java.j2seplatform.queries.DefaultSourceJavadocAttacher.selectRoots(DefaultSourceJavadocAttacher.java:125)
	at org.netbeans.modules.java.j2seplatform.queries.DefaultSourceJavadocAttacher.access$000(DefaultSourceJavadocAttacher.java:64)
	at org.netbeans.modules.java.j2seplatform.queries.DefaultSourceJavadocAttacher$1.run(DefaultSourceJavadocAttacher.java:89)



While attaching JavaDoc:


java.lang.AssertionError: 
	at org.netbeans.modules.java.j2seplatform.queries.SourceJavadocAttacherUtil$2.call(SourceJavadocAttacherUtil.java:208)
	at org.netbeans.modules.java.j2seplatform.queries.SourceJavadocAttacherUtil$2.call(SourceJavadocAttacherUtil.java:204)
	at org.netbeans.modules.java.j2seplatform.queries.SelectJavadocPanel.getJavadoc(SelectJavadocPanel.java:100)
	at org.netbeans.modules.java.j2seplatform.queries.SourceJavadocAttacherUtil.selectJavadoc(SourceJavadocAttacherUtil.java:103)
	at org.netbeans.modules.java.j2seplatform.queries.DefaultSourceJavadocAttacher.selectRoots(DefaultSourceJavadocAttacher.java:133)
	at org.netbeans.modules.java.j2seplatform.queries.DefaultSourceJavadocAttacher.access$000(DefaultSourceJavadocAttacher.java:64)
	at org.netbeans.modules.java.j2seplatform.queries.DefaultSourceJavadocAttacher$1.run(DefaultSourceJavadocAttacher.java:89)
Comment 1 Tomas Zezula 2011-10-20 14:51:08 UTC
Fixed jet-main efa1ffeaec68
Comment 2 Quality Engineering 2011-10-24 14:06:07 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/efa1ffeaec68
User: Tomas Zezula <tzezula@netbeans.org>
Log: #204017:AE from DefaultSourceJavadocAttacher