Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Medium
-
Resolution: Fixed
-
Affects Version/s: 4.0.3
-
Fix Version/s: 4.1.0
-
Component/s: Instrumentation, Maven plugin
-
Labels:None
-
Environment:
CentOS 7 64 bit java 7
Description
Clover is failing to instrument below section of java 7 code
try { innerStream.close(); } catch (@SuppressWarnings("unused") final IOException e) { // ignore }
This is a perfectly valid java 7 syntax but clover instrumentation fails at @SuppressWarnings("unused") annotation.
Attachments
Issue Links
- mentioned in
-
Page Loading...