|
1. What are the system requirements for OxyProject Metrics?
|
|
|
You can run OxyGen Code on the following operating systems:
i) Microsoft Windows XP or a later version
ii) Microsoft Windows Vista
iii) Microsoft Windows Server 2003 or a later version
iv) Microsoft Windows 2000 Service Pack 3 (SP3) or a later version
The following .NET Framework version should be installed:
i) NET Framework 2.0 or a later version
|
|
|
|
2. What type of source code does OxyProject Metrics support?
|
|
|
OxyProject Metrics is able to parse C#, VB.NET, and C++ source code and well as SQL scripts
(i.e. SQL statements and stored procedures).
|
|
|
|
3. What versions of Visual Studio solutions can OxyProject Metrics loads?
|
|
|
OxyProject Metrics loads the following version of Visual Studio solutions:
i) Visual Studio 2008 (9.0)
ii) Visual Studio 2005 (8.0)
iii) Visual Studio 2003 (7.1)
|
|
|
|
4. What versions of Visual Studio projects can OxyProject Metrics loads?
|
|
|
OxyProject Metrics loads the following version of Visual Studio projects:
i) Visual Studio 2008 (9.0)
ii) Visual Studio 2005 (8.0)
iii) Visual Studio 2003 (7.1)
|
|
|
|
5. What versions of Visual Studio are supported by OxyProject Metrics Visual Studio Addin?
|
|
|
OxyProject Metrics Visual Studio Addin is available for the following versions of Visual Studio:
i) Visual Studio 2008 (9.0)
ii) Visual Studio 2005 (8.0)
|
|
|
|
6. What are the metrics that are available in OxyProject Metrics for C# code?
|
|
|
The following metrics are available for C# source code:
number of namespaces
number of types (e.g. classes, interfaces, delegates etc.)
number of lines of code
number of effective lines of code
number of comment lines
number of empty lines
|
|
|
|
7. What are the metrics that are available in OxyProject Metrics for VB.NET code?
|
|
|
The following metrics are available for VB.NET source code:
number of namespaces
number of types (e.g. classes, interfaces, delegates etc.)
number of lines of code
number of effective lines of code
number of comment lines
number of empty lines
|
|
|
|
8. What are the metrics that are available in OxyProject Metrics for C++ code?
|
|
|
The following metrics are available for C++ source code:
number of namespaces
number of types (e.g. classes, interfaces, delegates etc.)
number of lines of code
number of effective lines of code
number of comment lines
number of empty lines
|
|
|
|
9. What are the metrics that are available in OxyProject Metrics for JavaScript code?
|
|
|
The following metrics are available for JavaScript source code:
number of lines of code
number of effective lines of code
number of comment lines
number of empty lines
|
|
|
|
10. What are the metrics that are available in OxyProject Metrics for SQL scripts (statements, stored procedures etc.)?
|
|
|
The following metrics are available for SQL scripts (i.e. SQL statements, SQL stored procedures):
number of lines
number of effective lines
number of comment lines
number of empty lines
|
|
|
|
11. How can I save the code metrics information into a file?
|
|
|
CSV and flat file reports are avaialble within OxyProject Metrcis.
|
|
|
|
12. How can I exclude Visual Sutdio auto-generated files from the code metrics?
|
|
|
Files filtering capabilities are available. A file filter has 2 components: include file wildcards and exclude file wildcards.
To exclude for instance C# desginer files you would set exlude wildcards to "*.Designer.cs".
|
|
|