-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for JVM based projects (#236)
This PR attempts to add support in the base logic for JVM based projects. --------- Signed-off-by: Arthur Chan <[email protected]>
- Loading branch information
1 parent
181a382
commit c78a3a6
Showing
23 changed files
with
838 additions
and
86 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
"functions": | ||
- "name": "[me.xdrop.fuzzywuzzy.algorithms.DefaultStringProcessor].process(java.lang.String)" | ||
"params": | ||
- "name": "var_String" | ||
"type": "java.lang.String" | ||
"return_type": "void" | ||
"signature": "[me.xdrop.fuzzywuzzy.algorithms.DefaultStringProcessor].process(java.lang.String)" | ||
- "name": "[me.xdrop.diffutils.DiffUtils].levEditDistance(java.lang.String,java.lang.String,int)" | ||
"params": | ||
- "name": "var_String" | ||
"type": "java.lang.String" | ||
- "name": "var_String" | ||
"type": "java.lang.String" | ||
- "name": "var_int" | ||
"type": "int" | ||
"return_type": "void" | ||
"signature": "[me.xdrop.diffutils.DiffUtils].levEditDistance(java.lang.String,java.lang.String,int)" | ||
"language": "jvm" | ||
"project": "fuzzywuzzy" | ||
"target_name": "DiffUtilsFuzzer" | ||
"target_path": "/src/DiffUtilsFuzzer.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,23 @@ | ||
"functions": | ||
- "name": "[com.github.zafarkhaja.semver.Version].tryParse(java.lang.String,boolean)" | ||
"params": | ||
- "name": "var_String" | ||
"type": "java.lang.String" | ||
- "name": "var_boolean" | ||
"type": "boolean" | ||
"return_type": "void" | ||
"signature": "[com.github.zafarkhaja.semver.Version].tryParse(java.lang.String,boolean)" | ||
- "name": "[com.github.zafarkhaja.semver.Version].of(long,long,long)" | ||
"params": | ||
- "name": "var_long" | ||
"type": "long" | ||
- "name": "var_long" | ||
"type": "long" | ||
- "name": "var_long" | ||
"type": "long" | ||
"return_type": "void" | ||
"signature": "[com.github.zafarkhaja.semver.Version].of(long,long,long)" | ||
"language": "jvm" | ||
"project": "jsemver" | ||
"target_name": "VersionFuzzer" | ||
"target_path": "/src/VersionFuzzer.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,17 @@ | ||
"functions": | ||
- "name": "[org.json.JSONArray].putAll(java.lang.String[])" | ||
"params": | ||
- "name": "var_Iterable" | ||
"type": "java.lang.String[]" | ||
"return_type": "void" | ||
"signature": "[org.json.JSONArray].putAll(java.lang.String[])" | ||
- "name": "[org.json.JSONArray].putAll(int[])" | ||
"params": | ||
- "name": "var_Iterable" | ||
"type": "int[]" | ||
"return_type": "void" | ||
"signature": "[org.json.JSONArray].putAll(int[])" | ||
"language": "jvm" | ||
"project": "json-java" | ||
"target_name": "JsonJavaFuzzer" | ||
"target_path": "/src/JsonJavaFuzzer.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,23 @@ | ||
"functions": | ||
- "name": "[org.sqlite.date.DateFormatUtils].format(long,java.lang.String)" | ||
"params": | ||
- "name": "var_long" | ||
"type": "long" | ||
- "name": "var_String" | ||
"type": "java.lang.String" | ||
"return_type": "void" | ||
"signature": " [org.sqlite.date.DateFormatUtils].format(long,java.lang.String)" | ||
- "name": "[org.sqlite.date.DateFormatUtils].formatUTC(long,java.lang.String,java.util.Locale)" | ||
"params": | ||
- "name": "var_long" | ||
"type": "long" | ||
- "name": "var_String" | ||
"type": "java.lang.String" | ||
- "name": "var_Locale" | ||
"type": "java.util.Locale" | ||
"return_type": "void" | ||
"signature": "[org.sqlite.date.DateFormatUtils].formatUTC(long,java.lang.String,java.util.Locale)" | ||
"language": "jvm" | ||
"project": "sqlite-jdbc" | ||
"target_name": "SqliteConnectionFuzzer" | ||
"target_path": "/src/SqliteConnectionFuzzer.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,17 @@ | ||
"functions": | ||
- "name": "[twitter4j.OAuth2Token].equals(java.lang.Object)" | ||
"params": | ||
- "name": "var_Object" | ||
"type": "java.lang.Object" | ||
"return_type": "void" | ||
"signature": "[twitter4j.OAuth2Token].equals(java.lang.Object)" | ||
- "name": "[twitter4j.TimeSpanConverter].toTimeSpanString(long)" | ||
"params": | ||
- "name": "var_long" | ||
"type": "long" | ||
"return_type": "void" | ||
"signature": "[twitter4j.TimeSpanConverter].toTimeSpanString(long)" | ||
"language": "jvm" | ||
"project": "twitter4j" | ||
"target_name": "TwitterObjectFactoryFuzzer" | ||
"target_path": "/src/TwitterObjectFactoryFuzzer.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
Oops, something went wrong.