The following issues can cause compiler warnings in various IDEs and cause yellow "warning highlights" in Netbeans for various code sanity issues in the decora source base:
- Many setters save the old value of the attribute in a variable that is never used.
- Many constructors call setters which are not final generating "overridable method call" warnings
- FilterEffect and EffectPeer are now generified, but not all references specify a generic type.
- Many setters save the old value of the attribute in a variable that is never used.
- Many constructors call setters which are not final generating "overridable method call" warnings
- FilterEffect and EffectPeer are now generified, but not all references specify a generic type.
- relates to
-
JDK-8093185 GaussianBlur always renders at 1:1 scale and may be unnecessarily blurry in a scaled scene
- Resolved