-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 OverflowDb Vertex Conversions (#26)
* 🐛 Included all vertex types in overflowdb converts * 🐛 Added schema constraint check to overflowdb driver and improved coverage * 🐛 Added missing argumentIndex properties * 🍱 Updated tests for the rest of the drivers
- Loading branch information
1 parent
e632902
commit aa1b156
Showing
38 changed files
with
2,219 additions
and
2,006 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 |
---|---|---|
|
@@ -19,4 +19,3 @@ gradle-app.setting | |
.classpath | ||
/src/test/resources/conf/SFSRootCAG2.pem | ||
/sootOutput/ | ||
/cpgconv/build/ |
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 |
---|---|---|
@@ -1 +1,18 @@ | ||
style = default | ||
|
||
maxColumn = 120 | ||
|
||
align = some | ||
align.openParenCallSite = false | ||
align.openParenDefnSite = false | ||
|
||
continuationIndent.defnSite = 2 | ||
|
||
danglingParentheses = true | ||
|
||
rewrite.rules = [ | ||
AvoidInfix | ||
RedundantParens | ||
AsciiSortImports | ||
PreferCurlyFors | ||
] |
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,20 @@ | ||
/.gradle/ | ||
/build/ | ||
/bin/ | ||
|
||
# Ignore Gradle GUI config | ||
gradle-app.setting | ||
|
||
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) | ||
!gradle-wrapper.jar | ||
|
||
# Cache of project | ||
.gradletasknamecache | ||
|
||
# IDE | ||
/plume.iml | ||
/.idea/ | ||
.project | ||
.settings | ||
.classpath | ||
/sootOutput/ |
Binary file removed
BIN
-16.4 KB
cpgconv/build/classes/scala/main/za/ac/sun/plume/CpgDomainObjCreator$.class
Binary file not shown.
Binary file removed
BIN
-6.67 KB
cpgconv/build/classes/scala/main/za/ac/sun/plume/CpgDomainObjCreator.class
Binary file not shown.
Binary file removed
BIN
-2.12 KB
cpgconv/build/classes/scala/main/za/ac/sun/plume/Traversals$$anonfun$getNeighbours$1.class
Binary file not shown.
Binary file removed
BIN
-2.12 KB
cpgconv/build/classes/scala/main/za/ac/sun/plume/Traversals$$anonfun$maxOrder$1.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
2 changes: 0 additions & 2 deletions
2
cpgconv/build/tmp/scala/compilerAnalysis/compileScala.mapping
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.