-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfindbugs.xml
More file actions
2 lines (2 loc) · 1.43 KB
/
findbugs.xml
File metadata and controls
2 lines (2 loc) · 1.43 KB
1
2
<?xml version='1.0' encoding='UTF-8'?>
<BugCollection version='3.0.1' threshold='low' effort='max'><file classname='progen.experimenter.Experimenter'><BugInstance type='NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE' priority='Normal' category='STYLE' message='Possible null pointer dereference in progen.experimenter.Experimenter.deleteDirectory(File) due to return value of called method' lineNumber='120'/></file><file classname='progen.kernel.population.Individual'><BugInstance type='WMI_WRONG_MAP_ITERATOR' priority='Normal' category='PERFORMANCE' message='progen.kernel.population.Individual.setVariable(String, Object) makes inefficient use of keySet iterator instead of entrySet iterator' lineNumber='211'/></file><file classname='progen.output.HistoricalData'><BugInstance type='WMI_WRONG_MAP_ITERATOR' priority='Normal' category='PERFORMANCE' message='progen.output.HistoricalData.newExperiment() makes inefficient use of keySet iterator instead of entrySet iterator' lineNumber='162'/></file><file classname='progen.roles.distributed.DispatcherServer'><BugInstance type='SE_BAD_FIELD' priority='Low' category='BAD_PRACTICE' message='Class progen.roles.distributed.DispatcherServer defines non-transient non-serializable instance field registry' lineNumber='-1'/></file><Error></Error><Project><SrcDir>/home/travis/build/pro-gen/progen/progen/src/main/java</SrcDir><SrcDir>/home/travis/build/pro-gen/progen/progen/src/test/java</SrcDir></Project></BugCollection>