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
D:\dev\dexter\20160811_dexter\cli\dexter-cli_0.10.3_64\bin>java -Xms256m -Xmx786m -XX:MaxPermSize=256m -jar dexter-executor.jar -u yes.ho -p yes.ho -x
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
===== Starting Dexter Analysis =====
Loaded cppcheck 0.10.3
Loaded findbugs 0.10.3
Loaded dexter-opensource 0.10.3
Loaded dexter-vd-cpp 0.10.3
== Defects Report ==
analyze synchronously...
Exception in thread "main" java.lang.NullPointerException
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213)
at com.google.common.io.Files$FileByteSink.(Files.java:195)
at com.google.common.io.Files$FileByteSink.(Files.java:189)
at com.google.common.io.Files.asByteSink(Files.java:186)
at com.google.common.io.Files.asCharSink(Files.java:232)
at com.google.common.io.Files.write(Files.java:508)
at com.google.common.io.Files.append(Files.java:492)
at com.samsung.sec.dexter.executor.cli.CLIResultFile.writeXmlResultFilePrefix(CLIResultFile.java:47)
at com.samsung.sec.dexter.executor.cli.CLIAnalysisResultHandler.handleBeginnigOfResultFile(CLIAnalysisResultHandler.java:105)
at com.samsung.sec.dexter.executor.cli.CLIAnalysisResultHandler.handleAnalysisResult(CLIAnalysisResultHandler.java:64)
at com.samsung.sec.dexter.executor.DexterAnalyzerThread.run(DexterAnalyzerThread.java:102)
at com.samsung.sec.dexter.executor.DexterAnalyzer.runSync(DexterAnalyzer.java:79)
at com.samsung.sec.dexter.executor.cli.Main.analyzeSynchronously(Main.java:204)
at com.samsung.sec.dexter.executor.cli.Main.analyze(Main.java:129)
at com.samsung.sec.dexter.executor.cli.Main.main(Main.java:74
The text was updated successfully, but these errors were encountered:
Create XML result file - dexter-result.xml. eg) -x
D:\dev\dexter\20160811_dexter\cli\dexter-cli_0.10.3_64\bin>dexter2.bat -u yes.ho -p yes.ho -x
D:\dev\dexter\20160811_dexter\cli\dexter-cli_0.10.3_64\bin>java -Xms256m -Xmx786m -XX:MaxPermSize=256m -jar dexter-executor.jar -u yes.ho -p yes.ho -x
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
===== Starting Dexter Analysis =====
== Defects Report ==
analyze synchronously...
Exception in thread "main" java.lang.NullPointerException
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213)
at com.google.common.io.Files$FileByteSink.(Files.java:195)
at com.google.common.io.Files$FileByteSink.(Files.java:189)
at com.google.common.io.Files.asByteSink(Files.java:186)
at com.google.common.io.Files.asCharSink(Files.java:232)
at com.google.common.io.Files.write(Files.java:508)
at com.google.common.io.Files.append(Files.java:492)
at com.samsung.sec.dexter.executor.cli.CLIResultFile.writeXmlResultFilePrefix(CLIResultFile.java:47)
at com.samsung.sec.dexter.executor.cli.CLIAnalysisResultHandler.handleBeginnigOfResultFile(CLIAnalysisResultHandler.java:105)
at com.samsung.sec.dexter.executor.cli.CLIAnalysisResultHandler.handleAnalysisResult(CLIAnalysisResultHandler.java:64)
at com.samsung.sec.dexter.executor.DexterAnalyzerThread.run(DexterAnalyzerThread.java:102)
at com.samsung.sec.dexter.executor.DexterAnalyzer.runSync(DexterAnalyzer.java:79)
at com.samsung.sec.dexter.executor.cli.Main.analyzeSynchronously(Main.java:204)
at com.samsung.sec.dexter.executor.cli.Main.analyze(Main.java:129)
at com.samsung.sec.dexter.executor.cli.Main.main(Main.java:74
The text was updated successfully, but these errors were encountered: