JIRA - BAEL-2773 (The Java NumberFormatException) (#6909)

* adding a generic core-java-exceptions module for number format excpetion and other java exceptions in future

* Update core-java-modules/core-java-exceptions/pom.xml

Co-Authored-By: abhijoyful <abhijoyful@gmail.com>

* add core-java-exceptions module in core-java-module pom

* replace tab with whitespaces

* cleanup code (refactor junit class name per convention, format code, remove blank javadoc)

* rename unit test class per convention to fix build failure
This commit is contained in:
abhijoyful
2019-05-10 18:13:18 +05:30
committed by KevinGilmore
parent be30fd1ab8
commit 01492d1674
3 changed files with 181 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@
<modules>
<module>pre-jpms</module>
<module>core-java-exceptions</module>
</modules>
</project>