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

fixed PMD red flag

parent 0dfbd392
No related branches found
No related tags found
No related merge requests found
#FindBugs User Preferences
#Mon Nov 03 07:44:13 CET 2014
#Tue Nov 04 15:49:25 CET 2014
detector_threshold=3
effort=max
excludefilter0=.fbExcludeFilterFile|true
......
......@@ -30,6 +30,7 @@ public class ExceptionalCircularWorkStealingDequeTest {
deque.popBottom();
} catch (final DequeIsEmptyException e) {
// do not handle; we just want to compare the performance of throwing a preallocated exception vs. returning special values
throw new IllegalStateException(e);
}
}
this.stopWatch.end();
......
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