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

Summary: Possibility to extend the default SourceJavadocAttacherImplementation
Product: java Reporter: Tomas Zezula <tzezula>
Component: ProjectAssignee: apireviews <apireviews>
Status: RESOLVED FIXED    
Severity: normal Keywords: API, API_REVIEW_FAST
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 215971    
Attachments: Diff file
maven implementation

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