Details
-
Improvement
-
Resolution: Fixed
-
Trivial - P5
-
None
-
None
Description
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