Daniel Krupp

Results 50 issues of 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);...

because the PCH dumps eat up too much disc space.

enhancement

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.

bug

An error has occurred. See error log for more details. java.util.ConcurrentModificationException

bug

now on github all released file name has the name 0.0.1-SNAPSHOT.jar

bug

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...

enhancement

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.

enhancement

add headless regression test cases for basic operations

enhancement

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...

bug
HIGH

After the analysis is done (at file save or wiht the "Re-analyze current file" button), the analysis results are not getting refreshed.

bug
LOW