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

apt -print leaves off 'L' from longs, such as serialVersionUID's

XMLWordPrintable

    • apt
    • b50
    • generic
    • generic

      apt -print foo.java
      - - -foo.java- - - - - - - - - -
      public class foo {
      private static final long psfl = 1234567890L;
      }

      output:
      public class foo {

        public foo();

        private static final long psfl = 1234567890;
      }

            darcy Joe Darcy
            ssides Steve Sides
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: