Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4012533

Method parsrInt(String s, int Radix) from class Integer returns result

XMLWordPrintable

    • sparc
    • solaris_2.4

      Method public static int parseInt(String s , int radix) from class Integer returns 0 when s = "-" and radix is valid radix instead should thowing exception
      NumberFormatException.

      public class IntegerTest {

        public static void main(String[] argv) {
          int i = Integer.parseInt("-", 10);
          System.out.println("Result i = " + i + ", Expected NumberFormatException");
        }
      }

            nsaraiyasunw Nakul Saraiya (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: