79759186

Date: 2025-09-08 17:27:50
Score: 1
Natty:
Report link

if marginUpper can be null, you should use Integer instead of int

public class Margins {

    private int id;

    private Integer marginUpper;

    // Getter Setter NoArgConstructor AllArgsConstructor
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: wjfqvi