Java 21 generates 'this-escape' warning if an overridable method is called from the constructor.
'EdnsOption' calls an abstract method from the constructor, producing a genuine warning. Changing this requires redesign, so the warning is only suppressed.
'DnssecClient' calls a public method that can be made final.
Java 21 generates 'this-escape' warning if an overridable method is called from the constructor.
'EdnsOption' calls an abstract method from the constructor, producing a genuine warning. Changing this requires redesign, so the warning is only suppressed.
'DnssecClient' calls a public method that can be made final.