Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
The class org.apache.maven.plugin.surefire.report.TestSetRunListener has a lot of checks like this:
if( field != null ) { // do something with field }
This can be simplified by providing fallback implementations for the fields being used by TestSetRunListener.
Attachments
Issue Links
- links to