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 232917 - Possibility to extend the default SourceJavadocAttacherImplementation
Summary: Possibility to extend the default SourceJavadocAttacherImplementation
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: apireviews
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks: 215971
  Show dependency tree
 
Reported: 2013-07-17 15:12 UTC by Tomas Zezula
Modified: 2013-07-27 02:20 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Diff file (29.31 KB, application/octet-stream)
2013-07-17 15:12 UTC, Tomas Zezula
Details
maven implementation (11.85 KB, patch)
2013-07-24 09:21 UTC, Milos Kleint
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Zezula 2013-07-17 15:12:35 UTC
Created attachment 137329 [details]
Diff file

Added SourceJavadocAttacherImplementation.Definer interface allowing extension of the default SourceJavadocAttacherImplementation. Such an extension can download or locate the sources and javadoc for given binary.
Comment 1 Milos Kleint 2013-07-24 09:21:12 UTC
Created attachment 137675 [details]
maven implementation
Comment 2 Milos Kleint 2013-07-24 09:22:08 UTC
the api appears to be good enough to write a maven backed provider. thumbs up from me.
Comment 3 Tomas Zezula 2013-07-25 18:29:58 UTC
Fixed jet-main 29917cb6adca
Comment 4 Quality Engineering 2013-07-27 02:20:20 UTC
Integrated into 'main-silver', will be available in build *201307262300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/29917cb6adca
User: Tomas Zezula <tzezula@netbeans.org>
Log: #232917:Possibility to extend the default SourceJavadocAttacherImplementation