This is an automated email from the ASF dual-hosted git repository. mbien pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 3597256002155e0c20c1651a0758ac0dbf657c65 Merge: a0fbfed9183 4c0e14cd9c1 Author: Michael Bien <[email protected]> AuthorDate: Fri Oct 11 09:48:17 2024 +0200 Merge pull request #7864 from mbien/valueof-for-wrapper-property-editors Primitive wrapper property editors should use valueOf .../org/netbeans/beaninfo/editors/BooleanEditor.java | 4 ++-- .../org/netbeans/beaninfo/editors/ByteEditor.java | 10 +++------- .../netbeans/beaninfo/editors/CharacterEditor.java | 14 +++++--------- .../org/netbeans/beaninfo/editors/DoubleEditor.java | 11 +++-------- .../org/netbeans/beaninfo/editors/FloatEditor.java | 11 +++-------- .../org/netbeans/beaninfo/editors/IntegerEditor.java | 9 ++++----- .../org/netbeans/beaninfo/editors/LongEditor.java | 7 +++---- .../org/netbeans/beaninfo/editors/ShortEditor.java | 11 +++-------- .../netbeans/beaninfo/editors/WrappersEditor.java | 20 ++++++++++++++++++-- 9 files changed, 44 insertions(+), 53 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
