Ericsson / CodeCheckerEclipsePlugin

This is an Eclipse plugin that shows C/C++ static analysis results found by Clang Static Analyzer and Clang Tidy
Eclipse Public License 1.0
32 stars 13 forks source link

Incremental analyze #196

Closed vodorok closed 4 years ago

vodorok commented 4 years ago

The analysis is now being run on open events, file save events, or can be triggered manually, no more auto analyze after project build.

Resolves #189 also resolves #188

gyorb commented 4 years ago

Codacy Here is an overview of what got changed by this pull request:


Issues
======
+ Solved 17

Complexity increasing per file
==============================
- bundles/org.codechecker.eclipse.plugin/src/org/codechecker/eclipse/plugin/config/project/CodeCheckerProject.java  2
- bundles/org.codechecker.eclipse.plugin/src/org/codechecker/eclipse/plugin/report/job/AnalyzeJob.java  4
- bundles/org.codechecker.eclipse.plugin/src/org/codechecker/eclipse/plugin/report/ReportParser.java  1
- bundles/org.codechecker.eclipse.plugin/src/org/codechecker/eclipse/plugin/init/EditorPartListener.java  1

Complexity decreasing per file
==============================
+ bundles/org.codechecker.eclipse.plugin/src/org/codechecker/eclipse/plugin/init/StartupJob.java  -2

See the complete overview on Codacy

gamesh411 commented 4 years ago

Merged as #198