CodeCheckerEclipsePlugin icon indicating copy to clipboard operation
CodeCheckerEclipsePlugin copied to clipboard

This is an Eclipse plugin that shows C/C++ static analysis results found by Clang Static Analyzer and Clang Tidy

Results 43 CodeCheckerEclipsePlugin issues
Sort by recently updated
recently updated
newest added

Credit goes to @gyorb as I only recreated his #126 pr.

enhancement

Updated the documentation. Closes #131 as integration test writing is formally requested in docs, and already added in a previous pr to the project.

documentation

installing openjdk 9 on the Travis vm errors the build. openjdk9 and 10 is working with the provided fix. oraclejdk9 is also working. Related job: https://travis-ci.org/Ericsson/CodeCheckerEclipsePlugin/jobs/554230748 Attached stacktrace from Travis...

bug

Travis now can deploy the built p2 repository to github pages. This is function is experimental and deploys to a github page that WILL change in the future. Don't build...

When * there are Errors related to ld_logger during the build. * The analysis couldn't start because the missing log file.

enhancement

The issue could be from trying to add the nature a second time. Needs investigation. Surfaced during integration testing. !ENTRY org.eclipse.core.resources 4 2 2019-05-23 19:14:05.831 !MESSAGE Problems occurred when invoking...

bug

While installing in eclipse (Eclipse Neon.1a) from "Help>Install New Software.." I get the following error: ``` Cannot complete the install because one or more required items could not be found....

Related Stacktrace: !ENTRY org.codechecker.eclipse.plugin 1 0 2019-03-26 21:22:31.237 !MESSAGE CodeCheckerContext.java:99 refreshProject(): Refreshing bug list for project:CertE org.eclipse.core.internal.resources.ResourceException(/CertE)[372]: java.lang.Exception: Project 'CertE' is not open. at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:39) at org.eclipse.core.internal.resources.ResourceException.(ResourceException.java:35) at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:145) at...

bug

* Set the minimum compatible CodeChecker to 6.8.0. * Add an indication about incompatible CodeChecker, if older version had been set.

enhancement

Until CodeChecker is not configured properly in the plugin an exception is thrown. We should handle this exception and give an error message to the users that the plugin failed...

bug