steveloughran commented on pull request #2396:
URL: https://github.com/apache/hadoop/pull/2396#issuecomment-718889722


   ```
   
./hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java:3512:
      checkArgument(permits > 0 , "Invalid value of %s: %s",:33: ',' is 
preceded with whitespace. [NoWhitespaceBefore]
   
./hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java:3553:
              new DurationInfo(LOGGER, false, "Acquiring creator semaphore for 
%s",: Line is longer than 80 characters (found 83). [LineLength]
   
./hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestFileSystemCaching.java:465:
    private static final Semaphore sem = new Semaphore(1);:36: Name 'sem' must 
match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. [ConstantName]
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to