2

Suggest any tool that should support to VB6.0

I am looking for following metrics

  1. Code Analysis

  2. Code Maintainability Index

  3. Cyclomatic complexity

  • Consider that VB6 is long since end-of-lifed, you should be pretty surprised if the answer was yes. You might do better to ask if there are any code analysis tools for VB6, regardless of source. – Ira Baxter Aug 28 '12 at 07:22
  • Sure - am adding it in to description section. – Manish Prajapati Aug 28 '12 at 08:13

2 Answers2

1

Have you tried the tool VBDepend? It indeed supports Cyclomatic Complexity, more code metrics, and static analysis, for VB6 code.

Disclaimer: I collaborate with one of the developer of the tool.

Patrick from NDepend team
  • 13,237
  • 6
  • 61
  • 92
1

I use Aivosto Project Analyzer and find it satisfactory. It also works for VB.Net, for whenever you get round to porting.

Brian Hooper
  • 21,544
  • 24
  • 88
  • 139