Uploaded image for project: 'CarbonData'
  1. CarbonData
  2. CARBONDATA-3568

optimize java code checkstyle for @Override rule

    XMLWordPrintableJSON

Details

    Description

      @Override should at one line in java code file. for a bad example

      @Override public int hashCode() {
        int result = order;
        result = 31 * result + (dataMap != null ? dataMap.hashCode() : 0);
        return result;
      }
      

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              lamber-ken lamber-ken
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 3h 20m
                  3h 20m