Daniel Krupp
Daniel Krupp
structural equivalence currently does not take namespace into consideration, but it should. file: a.cc namespace x{ class a; } void f(x::a); file: imported.cc namespace y{ class a; } void f(y::a);...
when staring eclipse, the following warning is coming to stdout: log4j:WARN No appenders could be found for logger (cc.ecl.job.Job). log4j:WARN Please initialize the log4j system properly.
when changing editor part (files in the code viewer) eclipse throws ConcurrentModificationException
An error has occurred. See error log for more details. java.util.ConcurrentModificationException
now on github all released file name has the name 0.0.1-SNAPSHOT.jar
The eclipse plugin should not show those findings which are pointing into files that are not part of the currently analyze project: The findings include bugs in standard library or...
today the users need to copy the plugin into the dropins folder of Eclipse. We should updtate the release scripts to automatically upload releases to an eclipse update site.
add headless regression test cases for basic operations
Warn the user if a file cannot be analyzed (because it is missing from the compilation db, syntax error) and so "reports in current file" list is invalid. Today, no...
After the analysis is done (at file save or wiht the "Re-analyze current file" button), the analysis results are not getting refreshed.