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;
      }

            Assignee:
            Joe Darcy
            Reporter:
            Steve Sides (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: