Repository: commons-crypto
Updated Branches:
  refs/heads/master f8c62819a -> 82821524d


Tab police

Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/82821524
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/82821524
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/82821524

Branch: refs/heads/master
Commit: 82821524d725aeb0c240e5190df473cf268b01fa
Parents: f8c6281
Author: Sebb <s...@apache.org>
Authored: Tue Jun 21 21:03:48 2016 +0100
Committer: Sebb <s...@apache.org>
Committed: Tue Jun 21 21:03:48 2016 +0100

----------------------------------------------------------------------
 findbugs-exclude.xml | 46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/82821524/findbugs-exclude.xml
----------------------------------------------------------------------
diff --git a/findbugs-exclude.xml b/findbugs-exclude.xml
index f8140b6..82fc9b2 100644
--- a/findbugs-exclude.xml
+++ b/findbugs-exclude.xml
@@ -18,29 +18,29 @@
 
   <Match>
     <!--
-       DC: Possible double check of field
-       DE: Method might ignore exception
-       DLS: Dead store to local variable
-       Dm: Reliance on default encoding
-       DP: Method invoked that should be only be invoked inside a doPrivileged 
block
-       EI: May expose internal representation by returning reference to 
mutable object
-       Eq: Class defines compareTo(...) and uses Object.equals()
-       IS: Inconsistent synchronization
-       JLM: Synchronization performed on util.concurrent instance
-       LI: Incorrect lazy initialization of static field
-       Nm: Very confusing method names
-       NP: Load of known null value
-       PT: Absolute path traversal in servlet
-       PZLA: Consider returning a zero length array rather than null
-       RCN: Redundant nullcheck of value known to be null
-       REC: Exception is caught when Exception is not thrown
-       RR: Method ignores results of InputStream.skip()
-       RV: Method ignores exceptional return value
-       SBSC: Method concatenates strings using + in a loop
-       Se: Transient field of class that isn't Serializable
-       SIC: Could be refactored into a named static inner class
-       UC: Useless non-empty void method
-       UPM: Private method is never called
+        DC: Possible double check of field
+        DE: Method might ignore exception
+        DLS: Dead store to local variable
+        Dm: Reliance on default encoding
+        DP: Method invoked that should be only be invoked inside a 
doPrivileged block
+        EI: May expose internal representation by returning reference to 
mutable object
+        Eq: Class defines compareTo(...) and uses Object.equals()
+        IS: Inconsistent synchronization
+        JLM: Synchronization performed on util.concurrent instance
+        LI: Incorrect lazy initialization of static field
+        Nm: Very confusing method names
+        NP: Load of known null value
+        PT: Absolute path traversal in servlet
+        PZLA: Consider returning a zero length array rather than null
+        RCN: Redundant nullcheck of value known to be null
+        REC: Exception is caught when Exception is not thrown
+        RR: Method ignores results of InputStream.skip()
+        RV: Method ignores exceptional return value
+        SBSC: Method concatenates strings using + in a loop
+        Se: Transient field of class that isn't Serializable
+        SIC: Could be refactored into a named static inner class
+        UC: Useless non-empty void method
+        UPM: Private method is never called
       -->
     <Bug 
code="DC,DE,DLS,Dm,DP,EI,Eq,IS,JLM,LI,Nm,NP,PT,PZLA,RCN,REC,RR,RV,SBSC,Se,SIC,UC,UPM"/>
   </Match>

Reply via email to