*/
protected List<Duplication> getErrorDetails( File cpdFile )
throws XmlPullParserException, IOException
{
CpdXpp3Reader reader = new CpdXpp3Reader();
CpdErrorDetail details = reader.read( new FileReader( cpdFile ), false );
return details.getDuplications();
}