79830108

Date: 2025-11-25 19:29:49
Score: 1.5
Natty:
Report link

This ended up solving all my issues

public class BigImportantClass {
    public BigImportantClass(List<? extends MyClassBaseIF> stuff) {
        List<MyClassBaseIF> a = new ArrayList<>();
        a.addAll(stuff);
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: horsemeat