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 223723

Summary: ErrorDescriptionFactory.forSpan
Product: java Reporter: Jan Lahoda <jlahoda>
Component: HintsAssignee: apireviews <apireviews>
Status: RESOLVED FIXED    
Severity: normal Keywords: API, API_REVIEW_FAST
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Proposed API change.

Description Jan Lahoda 2012-12-12 13:44:38 UTC
Currently, the correct warnings for Java (with the additional sub-fixes) can only be created for Tree's name or span. But, in some cases, the required span of the warning does not match to any given tree (e.g. in the javadoc), which forces use of spi.editor.hints' ErrorDescriptionFactory, which does not produce the enhanced ErrorDescription as does the spi.java.hints' ErrorDescriptionFactory. The proposal here is to introduce a new method to the s.j.h's EDF to produce ED from a span.
Comment 1 Jan Lahoda 2012-12-12 13:47:17 UTC
Created attachment 129265 [details]
Proposed API change.
Comment 2 Jan Lahoda 2012-12-12 13:47:46 UTC
Please review. Thanks.
Comment 3 Jan Lahoda 2012-12-21 09:39:27 UTC
Thanks for the review, integrated:
http://hg.netbeans.org/jet-main/rev/8119d41a8ca0
Comment 4 Quality Engineering 2012-12-22 02:29:12 UTC
Integrated into 'main-golden', will be available in build *201212220001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/8119d41a8ca0
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #223723: introducing ErrorDescriptionFactory.forSpan