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 270891 - Abstract Analyzer - notify when done
Summary: Abstract Analyzer - notify when done
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-16 06:19 UTC by ilia
Modified: 2017-07-20 17:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ilia 2017-06-16 06:19:08 UTC
Abstract Analyzer should have done() method which is called after all analysis.
This is needed for implementations which merge analysis results (i.e. clang-tidy) and can only give a set of results after all translation units are processed.

Actually, it's also a good idea to implement result merging in AbstractAnalyzer
Comment 1 Quality Engineering 2017-07-20 17:52:14 UTC
Integrated into 'main-silver', will be available in build *201707201608* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c3ab87a62693
User: Ilia Gromov <ilia@netbeans.org>
Log: Fixed #270891 - Abstract Analyzer - notify when done