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:04 UTC

[04/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/aab02867
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/aab02867
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/aab02867

Branch: refs/heads/2.3
Commit: aab02867e31f9d576ab9fad00cb65b2cbfb58837
Parents: 01552a9
Author: ddekany <dd...@apache.org>
Authored: Mon Sep 14 02:25:24 2015 +0200
Committer: ddekany <dd...@apache.org>
Committed: Mon Sep 14 02:25:24 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/aab02867/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 9dd4a1c..3480de3 100644
--- a/src/test/java/freemarker/template/ConfigurationTest.java
+++ b/src/test/java/freemarker/template/ConfigurationTest.java
@@ -1376,6 +1376,7 @@ public class ConfigurationTest extends TestCase {
         }
     }
     
+    @SuppressFBWarnings(value="NP_NULL_PARAM_DEREF_ALL_TARGETS_DANGEROUS", justification="We test failures")
     @Test
     public void testSetCustomDateFormat() throws Exception {
         Configuration cfg = new Configuration(Configuration.VERSION_2_3_0);