Fixes and unit test for Java Properties parser

This commit is contained in:
BoykoAlex
2016-10-31 19:42:27 -04:00
parent c9a8bb2f3c
commit 23aefb7c2c
8 changed files with 183 additions and 118 deletions

44
.gitignore vendored
View File

@@ -1,22 +1,24 @@
*.class
**/.classpath
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# Exceptions
!**/.mvn/wrapper/maven-wrapper.jar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
target/
*.log
# Mac OSX aux files
.DS_Store
*.class
**/.classpath
**/.idea
**/*.iml
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
# Exceptions
!**/.mvn/wrapper/maven-wrapper.jar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
target/
*.log
# Mac OSX aux files
.DS_Store
**/.DS_Store