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 241219 - Static code analysis API does not provide scope and settings in AnalyzerFactory.
Summary: Static code analysis API does not provide scope and settings in AnalyzerFactory.
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 8.0
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-31 11:59 UTC by Alexander Simon
Modified: 2014-02-05 02:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch (1.45 KB, patch)
2014-01-31 12:01 UTC, Alexander Simon
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2014-01-31 11:59:12 UTC
Method AnalyzerFactory.requiredPlugins(Context context)
gets empty context.getScope() and context.getSettings().
It is impossible detect required plugins in case remote development.
Comment 1 Alexander Simon 2014-01-31 12:01:25 UTC
Created attachment 144632 [details]
patch
Comment 2 Milutin Kristofic 2014-02-04 13:38:44 UTC
Sorry for late response, I am new to this code and I discussed with Jan. Thank you for the patch.
http://hg.netbeans.org/jet-main/rev/94aa770f6eb7
Comment 3 Quality Engineering 2014-02-05 02:46:36 UTC
Integrated into 'main-silver', will be available in build *201402050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/94aa770f6eb7
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #241219 - Static code analysis API does not provide scope and settings in AnalyzerFactory.