XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Trunk
    • 16.11.01
    • framework
    • None
    • Community Day 2 - 2016, OFBiz Community Day (May 2020)

    Description

      • Make class as final.
      • Private constructor already exists, by making it final we just matching the patterns from other utility classes.
      • Make following public static final variables as private;
            public static final BigDecimal ZERO_BD = BigDecimal.ZERO;
        
      • Nothing needs to be change for the private static class as it follows all patterns;
            // Private lazy-initializer class
            private static class LocaleHolder 
        

      Attachments

        1. OFBIZ-7803.patch
          0.7 kB
          Rohit Koushal

        Activity

          People

            arunpati Arun Patidar
            rishisolankii Rishi Solanki
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: