Issue Details (XML | Word | Printable)

Key: CLOV-249
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Nick Pellow [Atlassian]
Reporter: Geoff Crain [Atlassian]
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Clover

NPE when <format> tag is not declared in <historical> tag

Created: 05/May/08 01:57 AM   Updated: 08/May/08 08:13 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 2.3

Time Tracking:
Not Specified

Participants: Geoff Crain [Atlassian] and Nick Pellow [Atlassian]
Since last comment: 22 weeks, 6 days ago
Resolution Date: 08/May/08 08:13 PM
Labels:


 Description  « Hide
Caused by: java.lang.NullPointerException
at com.cenqua.clover.tasks.CloverReportTask.cloverExecute(CloverReportTask.java:368)
at com.cenqua.clover.tasks.AbstractCloverTask.execute(AbstractCloverTask.java:46)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)

with
<historical outfile="${clover.dest}" historydir="${clover.history}" title="PMD Historical">
</historical>



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Nick Pellow [Atlassian] added a comment - 05/May/08 02:23 AM
The default format should be used.