mirror of
https://github.com/stleary/JSON-java.git
synced 2026-03-17 00:03:39 -04:00
Extracted hex and decimal parsing logic into separate methods to address SonarQube complexity warning: - parseHexEntity(): handles ઼ format - parseDecimalEntity(): handles { format This reduces cyclomatic complexity while maintaining identical functionality and all validation checks.
22 lines
255 B
Plaintext
22 lines
255 B
Plaintext
# ignore eclipse project files
|
|
.project
|
|
.classpath
|
|
# ignore vscode files
|
|
.vscode
|
|
# ignore Intellij Idea project files
|
|
.idea
|
|
*.iml
|
|
/target/
|
|
|
|
/bin/
|
|
build
|
|
.settings/
|
|
/.gradle/
|
|
/gradle/
|
|
/gradlew
|
|
/gradlew.bat
|
|
.gitmodules
|
|
|
|
# ignore compiled class files
|
|
*.class
|