shihaojun
Results
1
issues of
shihaojun
suggest ExceptionFilter should't change the RuntimeException again // directly throw if it's checked exception if (!(exception instanceof RuntimeException) && (exception instanceof Exception)) { return; } //ellipsis some code // otherwise,...
type/proposal