Replacing deprecated String constructor (original) (raw)
mikhail cherkasov mikhail.cherkasov at oracle.com
Wed Dec 26 14:50:33 UTC 2012
- Previous message: hg: jdk8/tl/langtools: 8004893: the javadoc/doclet needs to be updated to accommodate lambda changes
- Next message: Replacing deprecated String constructor
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi All,
I work on removing javac's warring and not sure about how properly replace deprecated String constructors.
Is 'new String(data, off, len, StandardCharsets.ISO_8859_1)' equivalent replacement for 'new String(data, 0, off, len)' ?
Thanks, Mikhail.
- Previous message: hg: jdk8/tl/langtools: 8004893: the javadoc/doclet needs to be updated to accommodate lambda changes
- Next message: Replacing deprecated String constructor
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]