mustache.java icon indicating copy to clipboard operation
mustache.java copied to clipboard

use java 7 exception constructor to avoid filling stacktrace

Open sdorra opened this issue 6 years ago • 1 comments

This change uses the four parameter constructor of Throwable in order to avoid filling the stacktrace. This is required, because the guardException.setStackTrace(new StackTraceElement[0]); seams to be not enough to avoid classloader leaks.

sdorra avatar Nov 21 '19 15:11 sdorra

DeepCode Report (#ea3c96)

DeepCode analyzed this pull request. There are no new issues.

ghost avatar Nov 21 '19 15:11 ghost