Revision: 1564
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1564&view=rev
Author: dbrosius
Date: 2010-05-25 03:30:23 +0000 (Tue, 25 May 2010)
Log Message:
-----------
always report UVA as LOW
Modified Paths:
--------------
trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/UseVarArgs.java
Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/UseVarArgs.java
===================================================================
--- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/UseVarArgs.java 2010-05-25 03:27:51 UTC (rev 1563)
+++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/UseVarArgs.java 2010-05-25 03:30:23 UTC (rev 1564)
@@ -82,7 +82,7 @@
}
super.visitMethod(obj);
- bugReporter.reportBug(new BugInstance(this, "UVA_USE_VAR_ARGS", (types.length == 1) ? NORMAL_PRIORITY : LOW_PRIORITY)
+ bugReporter.reportBug(new BugInstance(this, "UVA_USE_VAR_ARGS", LOW_PRIORITY)
.addClass(this)
.addMethod(this));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|