Skip to content
Snippets Groups Projects
Commit bd7dd798 authored by Christian Wulf's avatar Christian Wulf
Browse files

added @SuppressWarnings("PMD.ConstructorCallsOverridableMethod")

parent 6a898449
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,8 @@ public class Analysis implements UncaughtExceptionHandler {
this(configuration, false);
}
@SuppressWarnings("PMD.ConstructorCallsOverridableMethod")
// TODO remove @SuppressWarnings if init is no longer deprecated
public Analysis(final AnalysisConfiguration configuration, final boolean validationEnabled) {
this.configuration = configuration;
if (validationEnabled) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment