-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename helpers, instrumentations, tests and refactor folders to speci…
…fy versions
- Loading branch information
Showing
29 changed files
with
127 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
...jackson-core-2.12/src/main/java/com/fasterxml/jackson/core/json/Json2_12ParserHelper.java
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
.../jackson-core-2.12/src/main/java/com/fasterxml/jackson/core/json/JsonParser212Helper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package com.fasterxml.jackson.core.json; | ||
|
||
import com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer212Helper; | ||
|
||
public final class JsonParser212Helper { | ||
private JsonParser212Helper() {} | ||
|
||
public static boolean fetchIntern(UTF8StreamJsonParser jsonParser) { | ||
return ByteQuadsCanonicalizer212Helper.fetchIntern(jsonParser._symbols); | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
.../sym/ByteQuadsCanonicalizer2_6Helper.java → .../sym/ByteQuadsCanonicalizer212Helper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
...jackson-core-2.16/src/main/java/com/fasterxml/jackson/core/json/Json2_16ParserHelper.java
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
.../jackson-core-2.16/src/main/java/com/fasterxml/jackson/core/json/JsonParser216Helper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package com.fasterxml.jackson.core.json; | ||
|
||
import com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer216Helper; | ||
|
||
public final class JsonParser216Helper { | ||
private JsonParser216Helper() {} | ||
|
||
public static boolean fetchInterner(UTF8StreamJsonParser jsonParser) { | ||
return ByteQuadsCanonicalizer216Helper.fetchInterner(jsonParser._symbols); | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
...sym/ByteQuadsCanonicalizer2_16Helper.java → .../sym/ByteQuadsCanonicalizer216Helper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
...e/jackson-core-2.6/src/main/java/com/fasterxml/jackson/core/json/Json2_6ParserHelper.java
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
...re/jackson-core-2.6/src/main/java/com/fasterxml/jackson/core/json/JsonParser26Helper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package com.fasterxml.jackson.core.json; | ||
|
||
import com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer26Helper; | ||
|
||
public final class JsonParser26Helper { | ||
private JsonParser26Helper() {} | ||
|
||
public static boolean fetchIntern(UTF8StreamJsonParser jsonParser) { | ||
return ByteQuadsCanonicalizer26Helper.fetchIntern(jsonParser._symbols); | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
...sym/ByteQuadsCanonicalizer2_12Helper.java → ...e/sym/ByteQuadsCanonicalizer26Helper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
...e/jackson-core-2.8/src/main/java/com/fasterxml/jackson/core/json/Json2_8ParserHelper.java
This file was deleted.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
...re/jackson-core-2.8/src/main/java/com/fasterxml/jackson/core/json/JsonParser28Helper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package com.fasterxml.jackson.core.json; | ||
|
||
import com.fasterxml.jackson.core.sym.ByteQuadsCanonicalizer28Helper; | ||
|
||
public final class JsonParser28Helper { | ||
private JsonParser28Helper() {} | ||
|
||
public static boolean fetchIntern(UTF8StreamJsonParser jsonParser) { | ||
return ByteQuadsCanonicalizer28Helper.fetchIntern(jsonParser._symbols); | ||
} | ||
} |
Oops, something went wrong.