diff --git a/accessors-smart/pom.xml b/accessors-smart/pom.xml index f525e36..4e30bcf 100644 --- a/accessors-smart/pom.xml +++ b/accessors-smart/pom.xml @@ -8,10 +8,10 @@ Java reflect give poor performance on getter setter an constructor calls, accessors-smart use ASM to speed up those calls. bundle - http://www.minidev.net/ + https://urielch.github.io/ Chemouni Uriel - http://www.minidev.net/ + https://urielch.github.io/ diff --git a/accessors-smart/src/test/java/net/minidev/asm/ASMTest.java b/accessors-smart/src/test/java/net/minidev/asm/ASMTest.java index 705081c..9198be3 100644 --- a/accessors-smart/src/test/java/net/minidev/asm/ASMTest.java +++ b/accessors-smart/src/test/java/net/minidev/asm/ASMTest.java @@ -45,7 +45,6 @@ public void testGet() throws Exception { // f = new FastMapTest_3(); // f = new FastMapTest_2(m); // f = new FastMapTest_3(); - // System.out.println(m.get("A")); // 4 entré // map => 1.279 // fastMap => 3.323 @@ -102,7 +101,6 @@ public void testGet() throws Exception { // m.get("I"); // } // T = System.nanoTime() - T; - // System.out.println(NumberFormat.getInstance().format(T)); // 10 774 968 // 596 295 451 // 2 321 087 341 @@ -116,7 +114,6 @@ public void testGet() throws Exception { // for (int i = 0; i < 2000000; i++) // subtext(ac); // T1 = System.currentTimeMillis() - T1; - // System.out.println("// Time: " + T1); } @Test diff --git a/json-smart-action/pom.xml b/json-smart-action/pom.xml index 799426a..0b80c22 100644 --- a/json-smart-action/pom.xml +++ b/json-smart-action/pom.xml @@ -12,10 +12,10 @@ JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language. bundle - http://www.minidev.net/ + https://urielch.github.io/ Chemouni Uriel - http://www.minidev.net/ + https://urielch.github.io/ diff --git a/json-smart/pom.xml b/json-smart/pom.xml index 0eb690d..54aa75f 100644 --- a/json-smart/pom.xml +++ b/json-smart/pom.xml @@ -13,10 +13,10 @@ JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language. bundle - http://www.minidev.net/ + https://urielch.github.io/ Chemouni Uriel - http://www.minidev.net/ + https://urielch.github.io/ diff --git a/pom.xml b/pom.xml index 65a502a..53e2add 100644 --- a/pom.xml +++ b/pom.xml @@ -7,11 +7,11 @@ Minidev super pom minidev common properties. pom - http://www.minidev.net/ + https://urielch.github.io/ Chemouni Uriel - http://www.minidev.net/ + https://urielch.github.io/ @@ -45,7 +45,7 @@ org.apache.maven.plugins maven-source-plugin - 2.4 + 3.2.1 bind-sources