Commit 0d3ddb2
issue_541: Added a check and tests for empty string and null string json object (#553)
* Added a check and tests for empty string and null string properties so that fromjson() does translate and return a null
* Update src/main/java/com/teragrep/pth10/steps/teragrep/bloomfilter/FilterTypes.java
Co-authored-by: elliVM <[email protected]>
* set helper methods to private and run spotless
---------
Co-authored-by: elliVM <[email protected]>1 parent 9e192ef commit 0d3ddb2
2 files changed
Lines changed: 40 additions & 2 deletions
File tree
- src
- main/java/com/teragrep/pth_10/steps/teragrep/bloomfilter
- test/java/com/teragrep/pth_10/steps/teragrep/bloomfilter
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
Lines changed: 39 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
108 | 128 | | |
109 | 129 | | |
110 | 130 | | |
| |||
209 | 229 | | |
210 | 230 | | |
211 | 231 | | |
212 | | - | |
| 232 | + | |
213 | 233 | | |
214 | 234 | | |
215 | 235 | | |
| |||
222 | 242 | | |
223 | 243 | | |
224 | 244 | | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
225 | 263 | | |
0 commit comments