Bug 286302 - Find Bugs: Possible null pointer dereference org.eclipose.stem.diseasemodels.standard.impl.SIRInoculatorImpl
Summary: Find Bugs: Possible null pointer dereference org.eclipose.stem.diseasemodels....
Status: CLOSED INVALID
Alias: None
Product: STEM
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: James Kaufman CLA
QA Contact:
URL:
Whiteboard:
Keywords: investigate
Depends on:
Blocks:
 
Reported: 2009-08-11 13:47 EDT by Daniel Ford CLA
Modified: 2009-10-08 16:33 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Ford CLA 2009-08-11 13:47:17 EDT
[M C NP] Possible null pointer dereference of sirValue [NP_NULL_ON_SOME_PATH]
Medium Priority Correctness 
In class org.eclipse.stem.diseasemodels.standard.impl.SIRInoculatorImpl
In method org.eclipse.stem.diseasemodels.standard.impl.SIRInoculatorImpl.doInitialization(DiseaseModelLabel)
Value loaded from sirValue
Dereferenced at SIRInoculatorImpl.java:[line 191]
Known null at SIRInoculatorImpl.java:[line 187]
org.eclipse.stem.diseasemodels/src/org/eclipse/stem/diseasemodels/standard/impl/SIRInoculatorImpl.java

Either fix or make Find Bugs happy.
Comment 1 James Kaufman CLA 2009-10-08 16:27:11 EDT
assign
Comment 2 James Kaufman CLA 2009-10-08 16:33:30 EDT
Not a real bug. Added code to detect invalid disease model class but it should never happen.
Comment 3 James Kaufman CLA 2009-10-08 16:33:44 EDT
Closed