You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if this tool can analyze calls to dependencies in the pom.xml of program analyzed. I tried and found all result only contained calls to its own classed or Java core packages like java.lang, java.io.
If not, is it feasible to create an executable JAR with dependencies using Maven and process this JAR with the javacg-0.1-SNAPSHOT-static.jar ?
Could someone please tell me how to make that? Thanks a lot!
The text was updated successfully, but these errors were encountered:
* Added updated patch file w/ Naive List gen
* Cleanup unused patch file
* Updated generateResults to use naive list
* Updated RQ4 with list naive
* Updated project name to latex constant in table
* Fresh results - rq4
* Updated project name to latex constant in table
* RQ4 Naive List (gousiosg#32)
* Added updated patch file w/ Naive List gen
* Added mph-table-naive for vanilla implementation w/ increase in list size
* Updated generateStats with List Naive
* Patch/yaml changes for naive list
* Cleanup unused patch file
* Updated generateResults to use naive list
* Updated RQ4 with list naive
* Updated project name to latex constant in table
* Updated project name to latex constant in table
* Updated project name to latex constant in table
* Cleanup print statements
* Updated RQ2
* Updated RQ2
* Resolved RQ2 issue with mph-table
* Resolved RQ2 issue with mph-table
* Updated RQ2 generateStats
* Updated RQ2 generateResults
* Updated RQ2 generateResults
* Updated RQ2 generateResults
* Updated RQ2 generateResults
* Updated RQ2 generateResults
---------
Co-authored-by: Alekh Meka <Alekh.Meka@cat.com>
I wonder if this tool can analyze calls to dependencies in the
pom.xml
of program analyzed. I tried and found all result only contained calls to its own classed or Java core packages likejava.lang
,java.io
.If not, is it feasible to create an executable JAR with dependencies using Maven and process this JAR with the
javacg-0.1-SNAPSHOT-static.jar
?Could someone please tell me how to make that? Thanks a lot!
The text was updated successfully, but these errors were encountered: