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
hi,
in SourceSinkFinder.main() there is a statement like:
System.out.println("Usage: java de.ecspride.sourcesinkfinder.SourceSinkFinder "
+ " ... ");
So what exactly is the input1...inputN,?
Is it some text file form?
The text was updated successfully, but these errors were encountered:
Susi needs an annotated file with source sink annotations for methods. These annotations are then taken to train the learner. For instance, if you want to flag the getDeviceId and getLine1Number methods as a source, you can do this with the following:
hi,
in SourceSinkFinder.main() there is a statement like:
System.out.println("Usage: java de.ecspride.sourcesinkfinder.SourceSinkFinder "
+ " ... ");
So what exactly is the input1...inputN,?
Is it some text file form?
The text was updated successfully, but these errors were encountered: