From e6aa169234c7d6f7bb5fd83aa3ab6e7671bf89b0 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sat, 4 Jun 2022 15:22:55 -0400 Subject: [PATCH] =?UTF-8?q?https://www.ossez.com/t/java-numberformatexcept?= =?UTF-8?q?ion/13986=20=E5=AD=97=E7=AC=A6=E4=B8=B2=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E6=95=B0=E5=80=BC=E7=9A=84=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/compiler.xml | 26 +- .idea/encodings.xml | 24 + .idea/misc.xml | 6 + .idea/workspace.xml | 445 ++++++++++++++---- README.md | 12 +- core-java-modules/README.md | 5 +- core-java-modules/core-java-11/README.md | 2 +- core-java-modules/core-java-8-2/pom.xml | 1 - .../main/java/com/ossez/localization/App.java | 6 +- .../foramt/NumberFormatExceptionTest.java | 35 ++ .../baeldung/multiline/MultiLineString.java | 31 +- .../multiline/MultiLineStringUnitTest.java | 2 +- core-java-modules/pom.xml | 3 + pom.xml | 9 +- 14 files changed, 478 insertions(+), 129 deletions(-) create mode 100644 core-java-modules/core-java-numbers/src/test/java/com/ossez/number/foramt/NumberFormatExceptionTest.java diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 584edc6a20..f4a848e84b 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -9,18 +9,29 @@ + - + + + + + + + + + + - + + - + @@ -30,13 +41,8 @@ - - - - + - - @@ -103,7 +109,6 @@ - @@ -168,6 +173,7 @@ diff --git a/.idea/encodings.xml b/.idea/encodings.xml index 789cc552fc..bb0ed5dd9e 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -1,16 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/misc.xml b/.idea/misc.xml index 5581558b26..c9de2abb83 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -9,8 +9,14 @@ + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 1ee220d083..649b14544d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,9 +4,20 @@