-
Type: Improvement
-
Resolution: Fixed
-
Priority: Trivial - P5
-
Affects Version/s: None
-
Component/s: Test Coverage
-
None
Summary
In bson/src/test/unit/org/bson/codecs/pojo/entities/ConventionModel.java, the constructor ConventionModel(customId, child, simpleModel) is missing a parameter for myIntField, which is instead assigned to itself.
public ConventionModel(final String customId, final ConventionModel child, final SimpleModel simpleModel) { this.myIntField = myIntField; this.customId = customId; this.child = child; this.simpleModel = simpleModel; }
Version: latest