File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,17 @@ If the server is in a different location, use the `address` parameter:
43
43
Once the connection with the server is working fine, you can use any other
44
44
available tool in a similar way.
45
45
46
+ ### Available tools
47
+
48
+ Apart from the dummy tool, the following tools are currently provided:
49
+
50
+ * cyclomatic: Parses a code file and prints its
51
+ [ cyclomatic complexity] ( https://en.wikipedia.org/wiki/Cyclomatic_complexity )
52
+ * npath: Parses a code file and prints the
53
+ [ npath complexity] ( https://pmd.github.io/pmd-5.7.0/pmd-java/xref/net/sourceforge/pmd/lang/java/rule/codesize/NPathComplexityRule.html )
54
+ of its functions
55
+ * tokenizer: Parses a code file and extracts and prints its tokens
56
+
46
57
## How to add a new tool to Babelfish Tools
47
58
48
59
Adding a new tool to Babelfish Tools involves two steps: implementing
You can’t perform that action at this time.
0 commit comments