Searched refs:STRICT_DUPLICATE_DETECTION (Results 1 – 13 of 13) sorted by relevance
26 assertFalse(f.isEnabled(JsonParser.Feature.STRICT_DUPLICATE_DETECTION)); in testSimpleDupCheckDisabled()39 .enable(StreamReadFeature.STRICT_DUPLICATE_DETECTION) in testSimpleDupsBytes()56 .enable(StreamReadFeature.STRICT_DUPLICATE_DETECTION) in testSimpleDupsDataInput()68 dupF.enable(JsonParser.Feature.STRICT_DUPLICATE_DETECTION); in testSimpleDupsChars()109 p.enable(JsonParser.Feature.STRICT_DUPLICATE_DETECTION); in _testSimpleDupsFail()
21 assertFalse(f.isEnabled(JsonGenerator.Feature.STRICT_DUPLICATE_DETECTION)); in testSimpleDupsLazilyBytes()45 g1.enable(JsonGenerator.Feature.STRICT_DUPLICATE_DETECTION); in _testSimpleDups()47 f.enable(JsonGenerator.Feature.STRICT_DUPLICATE_DETECTION); in _testSimpleDups()60 g2.enable(JsonGenerator.Feature.STRICT_DUPLICATE_DETECTION); in _testSimpleDups()
35 | Feature.STRICT_DUPLICATE_DETECTION.getMask()109 DupDetector dups = Feature.STRICT_DUPLICATE_DETECTION.enabledIn(features) in GeneratorBase()169 } else if (f == Feature.STRICT_DUPLICATE_DETECTION) { in enable()188 } else if (f == Feature.STRICT_DUPLICATE_DETECTION) { in disable()241 if (Feature.STRICT_DUPLICATE_DETECTION.enabledIn(changedFeatures)) { in _checkStdFeatureChanges()242 if (Feature.STRICT_DUPLICATE_DETECTION.enabledIn(newFeatureFlags)) { // enabling in _checkStdFeatureChanges()
242 DupDetector dups = Feature.STRICT_DUPLICATE_DETECTION.enabledIn(features) in ParserBase()268 if (f == Feature.STRICT_DUPLICATE_DETECTION) { // enabling dup detection? in enable()279 if (f == Feature.STRICT_DUPLICATE_DETECTION) { in disable()319 int f = Feature.STRICT_DUPLICATE_DETECTION.getMask(); in _checkStdFeatureChanges()
49 STRICT_DUPLICATE_DETECTION(JsonParser.Feature.STRICT_DUPLICATE_DETECTION), enumConstant
92 STRICT_DUPLICATE_DETECTION(JsonGenerator.Feature.STRICT_DUPLICATE_DETECTION), enumConstant
279 STRICT_DUPLICATE_DETECTION(false), enumConstant
220 STRICT_DUPLICATE_DETECTION(false), enumConstant
213 assertFalse(r.isEnabled(JsonParser.Feature.STRICT_DUPLICATE_DETECTION)); in testFeatureSettingsDeprecated()215 JsonParser.Feature.STRICT_DUPLICATE_DETECTION); in testFeatureSettingsDeprecated()216 assertTrue(r2.isEnabled(JsonParser.Feature.STRICT_DUPLICATE_DETECTION)); in testFeatureSettingsDeprecated()220 JsonParser.Feature.STRICT_DUPLICATE_DETECTION); in testFeatureSettingsDeprecated()221 assertFalse(r3.isEnabled(JsonParser.Feature.STRICT_DUPLICATE_DETECTION)); in testFeatureSettingsDeprecated()292 .with(StreamReadFeature.STRICT_DUPLICATE_DETECTION) in testParserConfigViaReader()294 assertTrue(p.isEnabled(StreamReadFeature.STRICT_DUPLICATE_DETECTION)); in testParserConfigViaReader()
236 assertFalse(w.isEnabled(JsonGenerator.Feature.STRICT_DUPLICATE_DETECTION)); in testFeatureSettings()237 assertFalse(w.isEnabled(StreamWriteFeature.STRICT_DUPLICATE_DETECTION)); in testFeatureSettings()273 assertFalse(w.isEnabled(StreamWriteFeature.STRICT_DUPLICATE_DETECTION)); in testGeneratorFeatures()274 assertNotSame(w, w.with(StreamWriteFeature.STRICT_DUPLICATE_DETECTION)); in testGeneratorFeatures()
104 JsonParser.Feature.STRICT_DUPLICATE_DETECTION); in testParserFeatures()
37 mapper.enable(JsonParser.Feature.STRICT_DUPLICATE_DETECTION); in fuzzerTestOneInput()
560 #106: Add `JsonGenerator.Feature.STRICT_DUPLICATE_DETECTION` for preventing dup names