You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2015/09/16 19:59:08 UTC

[08/15] incubator-freemarker git commit: (Suppressed a FindBugs false alarm.)

(Suppressed a FindBugs false alarm.)


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/d21fe949
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/d21fe949
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/d21fe949

Branch: refs/heads/2.3
Commit: d21fe9490778ecb80724c3e0b07f4d5a32f7c80f
Parents: 2bdd261
Author: ddekany <dd...@apache.org>
Authored: Wed Sep 16 10:38:35 2015 +0200
Committer: ddekany <dd...@apache.org>
Committed: Wed Sep 16 10:38:35 2015 +0200

----------------------------------------------------------------------
 src/test/java/freemarker/template/ConfigurationTest.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/d21fe949/src/test/java/freemarker/template/ConfigurationTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/freemarker/template/ConfigurationTest.java b/src/test/java/freemarker/template/ConfigurationTest.java
index 3480de3..6d5964f 100644
--- a/src/test/java/freemarker/template/ConfigurationTest.java
+++ b/src/test/java/freemarker/template/ConfigurationTest.java
@@ -1305,6 +1305,7 @@ public class ConfigurationTest extends TestCase {
     }
     
     @Test
+    @SuppressFBWarnings(value = "NP_NULL_PARAM_DEREF_ALL_TARGETS_DANGEROUS ", justification = "Testing wrong args")
     public void testSetCustomNumberFormat() throws Exception {
         Configuration cfg = new Configuration(Configuration.VERSION_2_3_0);