For VB6 code base,VB.NET is supported by
NDepend
"VBDepend is phenomenal and very useful! As a matter of fact, we recommend it to all our customers, especially for large migration projects."
Francesco Balena
MSDN Microsoft Regional Director for Italy
Cofounder of Code Architects
VBDepend supports the
Code Query Language (CQL)
for maximum flexibility. CQL will help you answer in seconds your questions about your code base:
- Which public methods have more than 30 lines of code?
SELECT
METHODS
WHERE
NbLinesOfCode
>
30
AND
IsPublic
- Which classes Derived From CBase?
SELECT
TYPES
WHERE
IsClass
AND
DeriveFrom
"
CBase
"
- Which methods have been refactored recently ?
SELECT
METHODS
WHERE
CodeWasChanged
More about CQL
For VB.NET Code Base use:
Our Partners: