eclipse-ee4j / jaxb-ri

Jaxb RI
https://eclipse-ee4j.github.io/jaxb-ri/
BSD 3-Clause "New" or "Revised" License
202 stars 110 forks source link

[#1730] Fix NPE in generated from RNC #1769

Closed laurentschoelens closed 7 months ago

laurentschoelens commented 11 months ago

Fixes #1730 The faulty code with NPE was returning null instead of new CommentListImpl() Fixing NPE even if this returned class has /TODO/ inside with nothing done on addComents method.

laurentschoelens commented 7 months ago

@lukasj : PR updated with wanted changes 😉