Sean Leary
eb97037f7c
Merge pull request #1013 from marilynel/master
...
sonarqube changes to jsonarray
2025-09-24 12:38:56 -05:00
marilynel
05867c4b0b
Merge branch 'master' of https://github.com/marilynel/JSON-java
2025-09-21 16:37:20 -08:00
marilynel
c6efa080c0
more cleanup sonarqube JSONArray
2025-09-21 16:36:52 -08:00
Sean Leary
aff59d06fa
Merge pull request #1011 from marilynel/master
...
more sonarcube fixes
2025-09-18 20:13:43 -05:00
Sean Leary
b258ea3d46
Merge pull request #1008 from eleumik/eleumik-patch-1007-array
...
Update JSONArray.java for #1007
2025-09-18 20:12:55 -05:00
Sean Leary
a5e234aa19
Merge pull request #1009 from eleumik/eleumik-patch-1
...
Update JSONTokener.java for #1007
2025-09-18 20:12:03 -05:00
marilynel
f2af220cb4
more sonarcube fixes
2025-09-14 10:59:39 -08:00
Sean Leary
a3edc1da0f
Merge pull request #1005 from marilynel/master
...
fixing sonar cube issues
2025-09-11 15:42:48 -05:00
Michele Vivoda
686c084897
Update JSONTokener.java for #1007
...
fixed parse of `0.` in strict mode
2025-09-10 02:30:19 +02:00
Michele Vivoda
9de3005566
Update JSONArray.java for #1007
...
fix array content starting with ',' in strict mode
2025-09-10 02:21:16 +02:00
marilynel
69c87dc4db
more sonarcube optimization in jsonobject.java
2025-09-07 12:52:59 -08:00
marilynel
53cfa742a7
more sonarcube optimization in jsonobject.java
2025-09-07 12:41:37 -08:00
marilynel
4e0f62b1a6
more sonarcube optimization in jsonobject.java
2025-09-07 12:28:52 -08:00
Sean Leary
9b8eefc2de
Merge pull request #1004 from marilynel/master
...
sonarcube cleanup in JSONObject; more to do
2025-08-29 07:49:28 -05:00
marilynel
6ed2880f55
more sonarcube cleanup
2025-08-24 12:55:49 -08:00
marilynel
9bb26bdb34
sonar cube stuff
2025-08-03 11:52:20 -08:00
Sean Leary
78137d389d
Merge pull request #1001 from marilynel/master
...
addressing sonarqube concerns in JSONObject
2025-07-31 20:54:08 -05:00
marilynel
38c3a0bb3f
more sonarcube issues
2025-07-27 11:45:07 -08:00
marilynel
ebd9a17a3b
addressing minor sonarqube concerns
2025-07-27 11:26:50 -08:00
Sean Leary
82432f0245
Merge pull request #1000 from marilynel/master
...
fixing sonarcube issues
2025-07-23 20:46:33 -05:00
marilynel
e762629bcc
oops one more sonarcube issue lol
2025-07-20 12:04:51 -08:00
marilynel
7fc41a6c0e
addressing cognitive complextity
2025-07-20 11:58:30 -08:00
marilynel
d5d82cdb87
fixing sonarcube issues
2025-07-20 11:31:29 -08:00
Sean Leary
0a9364e920
Merge pull request #999 from marilynel/master
...
fixed some strict mode issues
2025-07-16 20:12:57 -05:00
marilynel
c91b728386
oops forgot null
2025-07-13 12:52:42 -08:00
marilynel
fdaeb486ed
fixed some strict mode issues 980
2025-07-13 12:41:17 -08:00
Sean Leary
f0a78aff61
Merge pull request #995 from marilynel/master
...
Fix regression XML parsing null with keepStrings
2025-07-09 20:18:48 -05:00
Sean Leary
a79e8a15e5
Merge pull request #994 from stleary/tech-debt-20250701
...
tech-debt-25250701
2025-07-08 11:04:29 -05:00
marilynel
7bb3df8ebf
added test details
2025-07-06 12:41:44 -08:00
marilynel
3dce55794f
fixed keeping null as string
2025-07-06 12:37:05 -08:00
Sean Leary
d7593fb808
Merge pull request #992 from surajdm123/add-tests
...
Added JUnit test cases for HTTPTokener
2025-07-06 08:27:59 -05:00
Sean Leary
1eed44a59e
Merge pull request #993 from surajdm123/add-tests-2
...
Added JUnit tests for XMLTokenerTest
2025-07-06 08:27:20 -05:00
Sean Leary
7eccadefcd
Merge pull request #991 from Simulant87/update-codeql-v3
...
update CodeQL to v3
2025-07-04 16:39:18 -05:00
Sean Leary
7b0d1942b4
tech-debt-25250701 add jacoco to gradle build, refactor JSONObject to restore performance
2025-07-03 20:39:13 -05:00
surajdm123
a729c2077a
Added JUnit tests for XMLTokenerTest
2025-07-03 01:23:46 -07:00
surajdm123
7ac773be72
Added JUnit test cases for HTTPTokener
2025-07-03 00:58:15 -07:00
Simulant
7da120e631
update CodeQL to v3
2025-07-01 22:57:36 +02:00
Sean Leary
197afddbfb
Merge pull request #990 from Simulant87/984-refactor-cognitive-complexity-populateMap
...
Refactor JSONObject populateMap() per SonarQube
2025-07-01 07:13:18 -05:00
Sean Leary
1bdaacc8b0
Merge pull request #989 from AlexCai2019/master
...
Minor refactoring
2025-06-27 20:17:17 -05:00
Alex Cai
c882783d58
Format line 2755 in JSONObject.java
2025-06-27 01:44:27 +08:00
Simulant
5063d314a5
#984 extract method for annotation value check
2025-06-25 23:08:01 +02:00
Simulant
916fba5d39
#984 extract methods reducing cognitive complexity
...
for JSONObject#populateMap
2025-06-25 23:00:07 +02:00
AlexCai2019
aac376f305
Remove a redundant condition and an empty string
...
Remove "NULL.equals(object)" on line 2756 of JSONObject.java since line 2752 has already tested it.
Remove the empty string on line 249 of JSONPointer.java.
2025-06-23 01:31:51 +08:00
Sean Leary
32e56da786
Merge pull request #988 from stleary/remove-unused-code-jsonobject
...
removed unused method from jsonobject
2025-06-16 11:34:35 -05:00
Sean Leary
50330430ce
remove-unused-code-jsonobject removed unused method from jsonobject
2025-06-07 16:15:43 -05:00
Sean Leary
f1935f5254
Merge pull request #987 from AlexCai2019/master
...
Use constant.equals()
2025-06-07 09:59:48 -05:00
AlexCai2019
e800cc349f
Use constant.equals()
...
There are some equals() that are not constant.equals(variable), but variable.equals(constant)
2025-06-05 02:15:49 +08:00
Sean Leary
72a1a48173
Merge pull request #983 from harshith8854/master
...
Use JSONParserConfiguration to decide on serializing Null fields into JSONObject #982
2025-05-31 09:58:46 -05:00
hboggavarapu
a381060f81
Add testcase to assert Null fields serialization without JSONParserConfiguration
2025-05-24 21:54:12 +05:30
hboggavarapu
dadc3e59dc
Use JSONParserConfiguration to decide on serializing null fields into JSONObject #982
2025-05-23 17:57:08 +05:30