diff options
Diffstat (limited to 'src/toolsconfig/flawfinder.java')
-rw-r--r-- | src/toolsconfig/flawfinder.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/toolsconfig/flawfinder.java b/src/toolsconfig/flawfinder.java index 4ed19c2..0528eb6 100644 --- a/src/toolsconfig/flawfinder.java +++ b/src/toolsconfig/flawfinder.java | |||
@@ -1,13 +1,11 @@ | |||
1 | package toolsconfig; | 1 | package toolsconfig; |
2 | 2 | ||
3 | import cppcheckplus.control.MyContorlUtil; | ||
4 | import cppcheckplus.text.ViewPanel; | ||
5 | import java.io.BufferedReader; | 3 | import java.io.BufferedReader; |
6 | import java.io.IOException; | 4 | import java.io.IOException; |
7 | import java.io.InputStream; | 5 | import java.io.InputStream; |
8 | import java.io.InputStreamReader; | 6 | import java.io.InputStreamReader; |
9 | 7 | ||
10 | public class flawfinder extends ToolsConfig{ | 8 | public class flawfinder extends ToolsConfig { |
11 | public flawfinder() { | 9 | public flawfinder() { |
12 | this.name = "flawfinder"; | 10 | this.name = "flawfinder"; |
13 | ToolsRegistry.registerTool(this.name, this); | 11 | ToolsRegistry.registerTool(this.name, this); |