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

minor refactoring in Execution

parent cdafa456
No related branches found
No related tags found
No related merge requests found
#FindBugs User Preferences
#Thu Jun 25 14:06:30 CEST 2015
#Thu Jul 02 16:19:05 CEST 2015
detector_threshold=2
effort=max
excludefilter0=.fbExcludeFilterFile|true
......
......@@ -73,7 +73,7 @@ public final class Execution<T extends Configuration> implements UncaughtExcepti
* to be used for the analysis
*/
public Execution(final T configuration) {
this(configuration, false, new TerminatingExceptionListenerFactory());
this(configuration, false);
}
public Execution(final T configuration, final boolean 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