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 238173 - Download Javadoc on dependency does nothing.
Summary: Download Javadoc on dependency does nothing.
Status: RESOLVED WORKSFORME
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-08 16:52 UTC by javydreamercsw
Modified: 2013-11-15 03:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (122.91 KB, text/plain)
2013-11-08 16:52 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2013-11-08 16:52:40 UTC
Product Version = NetBeans IDE Dev (Build 201311080001)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.7.0_25
Runtime = Java HotSpot(TM) Client VM 23.25-b01

Downloading sources works fine, but not with Javadoc. No icon, or activity/process.
Comment 1 javydreamercsw 2013-11-08 16:52:45 UTC
Created attachment 142004 [details]
IDE log
Comment 2 markiewb 2013-11-08 17:50:51 UTC
@Milos: java.lang.NoSuchMethodException: java.lang.Object.hasJavadocInRepository() in the logfile
Comment 3 Milos Kleint 2013-11-11 14:35:45 UTC
(In reply to markiewb from comment #2)
> @Milos: java.lang.NoSuchMethodException:
> java.lang.Object.hasJavadocInRepository() in the logfile

http://hg.netbeans.org/core-main/rev/5be77c112a99


but in general download javadoc worksforme, the no-progress shown can be caused by fast failure when the javadoc file is missing in the repo. 


please provide more context about your setup (dependency javadocs failing to download)
Comment 4 Quality Engineering 2013-11-15 03:06:22 UTC
Integrated into 'main-silver', will be available in build *201311150002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5be77c112a99
User: Milos Kleint <mkleint@netbeans.org>
Log: #238173 need public data type for reflection to work