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
when run the mining framework using the command: ./gradlew run --args="--access-key <API_KEY> ./projects.csv SOOT Analysis Output
the following error occurred:
Running soot scenario jsoup;org.jsoup.helper.HttpConnection;data(String);7ba0ee75547878ddccc5ab50777b67c712aa73e4
Running left right NonCommutativeConflictDetectionAlgorithm{name = dataflow}
Using jar at /home/barbosa/Documents/development/UFPE/spgroup/miningframework/SOOTAnalysisOutput/files/jsoup/7ba0ee75547878ddccc5ab50777b67c712aa73e4/build/jsoup-1.10.3-SNAPSHOT.jar
java.nio.file.NoSuchFileException: /home/barbosa/Documents/development/UFPE/spgroup/miningframework/SOOTAnalysisOutput/files/jsoup/7ba0ee75547878ddccc5ab50777b67c712aa73e4/soot.csv
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
at java.nio.file.Files.newByteChannel(Files.java:361)
at java.nio.file.Files.newByteChannel(Files.java:407)
at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
at java.nio.file.Files.newInputStream(Files.java:152)
at java.nio.file.Files.newBufferedReader(Files.java:2784)
at java.nio.file.Files.readAllLines(Files.java:3202)
at java.nio.file.Files.readAllLines(Files.java:3242)
at br.unb.cic.analysis.io.DefaultReader.read(DefaultReader.java:37)
at br.unb.cic.analysis.Main.loadDefinition(Main.java:240)
at br.unb.cic.analysis.Main.main(Main.java:55)
Running right left NonCommutativeConflictDetectionAlgorithm{name = dataflow}
Using jar at /home/barbosa/Documents/development/UFPE/spgroup/miningframework/SOOTAnalysisOutput/files/jsoup/7ba0ee75547878ddccc5ab50777b67c712aa73e4/build/jsoup-1.10.3-SNAPSHOT.jar
java.nio.file.NoSuchFileException: /home/barbosa/Documents/development/UFPE/spgroup/miningframework/SOOTAnalysisOutput/files/jsoup/7ba0ee75547878ddccc5ab50777b67c712aa73e4/soot-reverse.csv
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
at java.nio.file.Files.newByteChannel(Files.java:361)
at java.nio.file.Files.newByteChannel(Files.java:407)
at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
at java.nio.file.Files.newInputStream(Files.java:152)
at java.nio.file.Files.newBufferedReader(Files.java:2784)
at java.nio.file.Files.readAllLines(Files.java:3202)
at java.nio.file.Files.readAllLines(Files.java:3242)
at br.unb.cic.analysis.io.DefaultReader.read(DefaultReader.java:37)
at br.unb.cic.analysis.Main.loadDefinition(Main.java:240)
at br.unb.cic.analysis.Main.main(Main.java:55)
Running left right NonCommutativeConflictDetectionAlgorithm{name = tainted}
Using jar at /home/barbosa/Documents/development/UFPE/spgroup/miningframework/SOOTAnalysisOutput/files/jsoup/7ba0ee75547878ddccc5ab50777b67c712aa73e4/build/jsoup-1.10.3-SNAPSHOT.jar
java.nio.file.NoSuchFileException: /home/barbosa/Documents/development/UFPE/spgroup/miningframework/SOOTAnalysisOutput/files/jsoup/7ba0ee75547878ddccc5ab50777b67c712aa73e4/soot.csv
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
at java.nio.file.Files.newByteChannel(Files.java:361)
at java.nio.file.Files.newByteChannel(Files.java:407)
at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
at java.nio.file.Files.newInputStream(Files.java:152)
at java.nio.file.Files.newBufferedReader(Files.java:2784)
at java.nio.file.Files.readAllLines(Files.java:3202)
at java.nio.file.Files.readAllLines(Files.java:3242)
at br.unb.cic.analysis.io.DefaultReader.read(DefaultReader.java:37)
at br.unb.cic.analysis.Main.loadDefinition(Main.java:240)
at br.unb.cic.analysis.Main.main(Main.java:55)
Running right left NonCommutativeConflictDetectionAlgorithm{name = tainted}
Using jar at /home/barbosa/Documents/development/UFPE/spgroup/miningframework/SOOTAnalysisOutput/files/jsoup/7ba0ee75547878ddccc5ab50777b67c712aa73e4/build/jsoup-1.10.3-SNAPSHOT.jar
java.nio.file.NoSuchFileException: /home/barbosa/Documents/development/UFPE/spgroup/miningframework/SOOTAnalysisOutput/files/jsoup/7ba0ee75547878ddccc5ab50777b67c712aa73e4/soot-reverse.csv
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
at java.nio.file.Files.newByteChannel(Files.java:361)
at java.nio.file.Files.newByteChannel(Files.java:407)
at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
at java.nio.file.Files.newInputStream(Files.java:152)
at java.nio.file.Files.newBufferedReader(Files.java:2784)
at java.nio.file.Files.readAllLines(Files.java:3202)
at java.nio.file.Files.readAllLines(Files.java:3242)
at br.unb.cic.analysis.io.DefaultReader.read(DefaultReader.java:37)
at br.unb.cic.analysis.Main.loadDefinition(Main.java:240)
at br.unb.cic.analysis.Main.main(Main.java:55)
Running left right NonCommutativeConflictDetectionAlgorithm{name = svfa}
Using jar at /home/barbosa/Documents/development/UFPE/spgroup/miningframework/SOOTAnalysisOutput/files/jsoup/7ba0ee75547878ddccc5ab50777b67c712aa73e4/build/jsoup-1.10.3-SNAPSHOT.jar
java.nio.file.NoSuchFileException: /home/barbosa/Documents/development/UFPE/spgroup/miningframework/SOOTAnalysisOutput/files/jsoup/7ba0ee75547878ddccc5ab50777b67c712aa73e4/soot.csv
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
at java.nio.file.Files.newByteChannel(Files.java:361)
at java.nio.file.Files.newByteChannel(Files.java:407)
at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
at java.nio.file.Files.newInputStream(Files.java:152)
at java.nio.file.Files.newBufferedReader(Files.java:2784)
at java.nio.file.Files.readAllLines(Files.java:3202)
at java.nio.file.Files.readAllLines(Files.java:3242)
at br.unb.cic.analysis.io.DefaultReader.read(DefaultReader.java:37)
at br.unb.cic.analysis.Main.loadDefinition(Main.java:240)
at br.unb.cic.analysis.Main.main(Main.java:55)
Running right left NonCommutativeConflictDetectionAlgorithm{name = svfa}
Using jar at /home/barbosa/Documents/development/UFPE/spgroup/miningframework/SOOTAnalysisOutput/files/jsoup/7ba0ee75547878ddccc5ab50777b67c712aa73e4/build/jsoup-1.10.3-SNAPSHOT.jar
java.nio.file.NoSuchFileException: /home/barbosa/Documents/development/UFPE/spgroup/miningframework/SOOTAnalysisOutput/files/jsoup/7ba0ee75547878ddccc5ab50777b67c712aa73e4/soot-reverse.csv
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
at java.nio.file.Files.newByteChannel(Files.java:361)
at java.nio.file.Files.newByteChannel(Files.java:407)
at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
at java.nio.file.Files.newInputStream(Files.java:152)
at java.nio.file.Files.newBufferedReader(Files.java:2784)
at java.nio.file.Files.readAllLines(Files.java:3202)
at java.nio.file.Files.readAllLines(Files.java:3242)
at br.unb.cic.analysis.io.DefaultReader.read(DefaultReader.java:37)
at br.unb.cic.analysis.Main.loadDefinition(Main.java:240)
at br.unb.cic.analysis.Main.main(Main.java:55)
Running ConflictDetectionAlgorithm{name='confluence'}
Using jar at /home/barbosa/Documents/development/UFPE/spgroup/miningframework/SOOTAnalysisOutput/files/jsoup/7ba0ee75547878ddccc5ab50777b67c712aa73e4/build/jsoup-1.10.3-SNAPSHOT.jar
java.nio.file.NoSuchFileException: /home/barbosa/Documents/development/UFPE/spgroup/miningframework/SOOTAnalysisOutput/files/jsoup/7ba0ee75547878ddccc5ab50777b67c712aa73e4/soot.csv
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
at java.nio.file.Files.newByteChannel(Files.java:361)
at java.nio.file.Files.newByteChannel(Files.java:407)
at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)
at java.nio.file.Files.newInputStream(Files.java:152)
at java.nio.file.Files.newBufferedReader(Files.java:2784)
at java.nio.file.Files.readAllLines(Files.java:3202)
at java.nio.file.Files.readAllLines(Files.java:3242)
at br.unb.cic.analysis.io.DefaultReader.read(DefaultReader.java:37)
at br.unb.cic.analysis.Main.loadDefinition(Main.java:240)
at br.unb.cic.analysis.Main.main(Main.java:55)
Running soot scenario jFSTMerge;test.java.br.ufpe.cin.performance.CryptoPerformanceTest;computeMeanTimeOfMergeProcedure(int);62faf1bf32e1a07a971e56c8a3de8ae33988839e
test.java.br.ufpe.cin.performance.CryptoPerformanceTest class not found in any of the downloaded jars
test.java.br.ufpe.cin.performance.CryptoPerformanceTest class not found in any of the downloaded jars
test.java.br.ufpe.cin.performance.CryptoPerformanceTest class not found in any of the downloaded jars
Running ConflictDetectionAlgorithm{name='confluence'}
test.java.br.ufpe.cin.performance.CryptoPerformanceTest class not found in any of the downloaded jars
#### MINING FINISHED ####
BUILD SUCCESSFUL in 32m 50s
2 actionable tasks: 1 executed, 1 up-to-date
According to @rafaelmotaalves, the problem occurs because of the problem in diffj, which causes it not to detect the modified lines correctly.
However, I believe that a more user friendly and explanatory message should be generated in this case.
The text was updated successfully, but these errors were encountered:
when run the mining framework using the command:
./gradlew run --args="--access-key <API_KEY> ./projects.csv SOOT Analysis Output
the following error occurred:
According to @rafaelmotaalves, the problem occurs because of the problem in
diffj
, which causes it not to detect the modified lines correctly.However, I believe that a more user friendly and explanatory message should be generated in this case.
The text was updated successfully, but these errors were encountered: