I have a question regarding exception handling. Consider following Java code snippet.
try{ //code }catch(SubSubException subsube
Second case is perfectly valid java code, but it has larger Cyclomatic complexity without adding any extra value.