Buy Online or call : +91 8025203918/ +91 9900195265

SELECT SOFTWARES ONLINE STORE

Your One Stop Software Shop for IT Requirement!!
you Name IT We Provide IT



Project Analyzer is a Visual Basic code review and quality control tool. Detect logic flaws by automated code review.
Pricing
Price per unit is shown below.Price in:
PublisherPartNo Description Rate Download Size
Project Analyzer v10 Standard Single user   299.00 AddtoCart
Project Analyzer v10 Standard 2-pack   499.00 AddtoCart
Project Analyzer v10 Standard 3-pack   699.00 AddtoCart
Project Analyzer v10 Standard 5-pack   899.00 AddtoCart
Project Analyzer v10 Standard 10-pack   1390.00 AddtoCart
Project Analyzer v10 Standard +1 user   100.00 AddtoCart
Project Analyzer v10 Pro Single user   499.00 AddtoCart
Project Analyzer v10 Pro 2-pack   839.00 AddtoCart
Project Analyzer v10 Pro 3-pack   1190.00 AddtoCart
Project Analyzer v10 Pro 5-pack   1490.00 AddtoCart
Project Analyzer v10 Pro 10-pack   2290.00 AddtoCart
Project Analyzer v10 Pro +1 user   160.00 AddtoCart
Project Analyzer v10 Enterprise Single user   990.00 AddtoCart
Project Analyzer v10 Enterprise 2-pack   1690.00 AddtoCart
Project Analyzer v10 Enterprise 3-pack   2390.00 AddtoCart
Project Analyzer v10 Enterprise 5-pack   2990.00 AddtoCart
Project Analyzer v10 Enterprise 10-pack   4590.00 AddtoCart
Project Analyzer v10 Enterprise +1 user   320.00 AddtoCart
Project Analyzer v10 Enterprise site   8990.00 AddtoCart
VBA Plug v3 1 User   99.00 AddtoCart
VBA Plug v3 2-pack   169.00 AddtoCart
VBA Plug v3 3-pack   239.00 AddtoCart
VBA Plug v3 Team   299.00 AddtoCart
VBA Plug v3 10-pack   459.00 AddtoCart
VBA Plug v3 +1 user   32.00 AddtoCart
VBA Plug v3 site   899.00 AddtoCart
project analyzer v10 Std Upgrade from v7/8/9 all editions Single user Verify   149.00 AddtoCart
project analyzer v10 Std Upgrade from v7/8/9 all editions 2-pack Verify   249.00 AddtoCart
project analyzer v10 Std Upgrade from v7/8/9 all editions team Verify   449.00 AddtoCart
project analyzer v10 Std Upgrade from v7/8/9 all editions 10-pack Verify   699.00 AddtoCart
project analyzer v10 Pro Upgrade from v7/8/9 all editions Single user Verify   249.00 AddtoCart
project analyzer v10 Pro Upgrade from v7/8/9 all editions 2-pack Verify   419.00 AddtoCart
project analyzer v10 Pro Upgrade from v7/8/9 all editions team Verify   749.00 AddtoCart
project analyzer v10 Pro Upgrade from v7/8/9 all editions 10-pack Verify   1090.00 AddtoCart
project analyzer v10 Ent Upgrade from v7/8/9 Ent Single user Verify   499.00 AddtoCart
project analyzer v10 Ent Upgrade from v7/8/9 Ent 2-pack Verify   839.00 AddtoCart
project analyzer v10 Ent Upgrade from v7/8/9 Ent team Verify   1490.00 AddtoCart
project analyzer v10 Ent Upgrade from v7/8/9 Ent 10-pack Verify   2290.00 AddtoCart
project analyzer v10 Ent Upgrade from v7/8/9 Ent site Verify   4490.00 AddtoCart
project analyzer v10 Ent Upgrade from v7/8/9 Std/Pro Single user Verify   789.00 AddtoCart
project analyzer v10 Ent Upgrade from v7/8/9 Std/Pro 2-pack Verify   1390.00 AddtoCart
project analyzer v10 Ent Upgrade from v7/8/9 Std/Pro team Verify   2390.00 AddtoCart
v10 Ent Upgrade from v7/8/9 Std/Pro 10-pack Verify   3690.00 AddtoCart
project analyzer VBA Plug v3 Upgrade from v1/v2 Single user Verify   69.00 AddtoCart
project analyzer VBA Plug v3 Upgrade from v1/v2 2-pack Verify   119.00 AddtoCart
project analyzer analyzer rojeVBA Plug v3 Upgrade from v1/v2 team Verify   199.00 AddtoCart

Make your VB code shine!

Project Analyzer is a Visual Basic code review and quality control tool. Detect logic flaws by automated code review. Perform impact analysis before writing changes. Understand poorly documented legacy code. Reverse engineer existing VB projects into diagrams and documentation. Save costs and keep end-users happy by delivering high-quality VB applications with few errors.

Understand.

Project Analyzer helps you understand the undocumented spaghetti code your colleagues wrote. Surf through a large project as hypertext and interactive call trees. View diagrams. Make sense of hopelessly complex monster projects and refactor them into modern systems.

Improve.

Locate bad code, errors and omissions with automated code review. Detect and remove unused dead code. Save your precious time and have Project Analyzer auto-fix your code.

Maintain.

To help maintenance, Project Analyzer lets you enforce coding standards and generate project documentation.

Make your code shine.

Improved quality will save you cost and effort.

Features

FeatureDetails
Automated code reviewAnalyze Visual Basic 3.0, 4.0, 5.0, 6.0 and Visual Basic .NET 2002, 2003, 2005 & 2008 source code
Office VBA analysisAnalyze Office VBA projects
Dead code detectionFind unused procedures, properties, variables, parameters, constants, enums, user-defined types, classes, interfaces, modules and controls
Dead code removalDelete or comment out dead code automatically
Detection of functionality problemsMonitor known user interface issues and problems with program logic
Flaw finderLocate logical mistakes and omissions and prevent future errors
Memory leak preventionEnsure proper clearing of object variables, deallocation of dynamic arrays and releasing of Win API handles
Optimization suggestionsDetect unoptimal statements and syntax, configurable
Coding standardsEnforce coding standards by detecting programming style issues. Configurable.
Naming standards:
Project NameCheck
Define and enforce a naming standard on procedures, variables, constants, classes, enums, types etc.
Problem auto-fixRemove dead code and change live code according to selected standards
Constant analysisDetect duplicated and differing constants and enum constants
String literal analysisDetect repeated string definitions
Call treesView procedure call trees and file dependency trees in treeview or report format
Cross-referencesView references to any programming object to see where it is being used, view all references between two files, view references into/out of a file, view references by type(such as object instantiations or array allocations)
Diagramming: Project GraphInteractive procedure call trees, file dependency trees, class hierarchy trees, control flow trees, data flow trees, instantiation trees, data declaration trees and form show trees. Print or save as image for project documentation.
Diagramming: Complex procedure call diagrams, file dependency diagrams, class hierarchy diagrams, control flow diagrams, data flow diagrams, variable access diagrams, form show diagrams, "file belongs to project" diagrams, project dependency diagrams, class cohesion diagrams and recursion diagrams. Print diagrams or save as image files. Export diagrams to edit in Microsoft Visio.
Reports: SimpleFile list, Module list, Namespace list, Procedure list, Variables and constants list, Types, Enums and Aliases list, Dictionary
Reports: Cross-reference basedCross-reference report, Need report, Executed by report, File dependency analysis, File dependency levels, Subsystem report, Variable use report, Non-cohesive classes report
Reports: Module structureModule interface report, Module members report, Interface report
Reports: User interfaceMenu report, Control report, Hotkey conflicts report, for VB 3-6 projects only
Library reportList used library files and API Declare statements
Design quality reportOverall picture of the quality of a project, measured by several metrics, such as percentage of dead code, percentage of meaningful comments, and distribution of lengths of names.
Summary reportSummarize the size of a project, a statistical information source of your efforts, metrics such as total lines of code
FindEnhanced search for procedures, variables, constants, types, enums, code, comments or any text in a project
Listings windowsList and navigate variables, constants, parameters, procedures, modules and data types
Hypertext code viewSurf source code as hypertext where calls become clickable links to called object
Print CodePrint source code with syntax-aware highlighting in either color or monochrome
Export syntax-highlighted codeExport source code as syntax-highlighted documents. Formats: PDF, RTF, HTML
Archive project filesUse WinZip, PKZip or Arj to backup a project
Metrics180 metrics including lines of code, comment density, cyclomatic complexity, relative complexity, fan-in and fan-out, depth of nesting and object-oriented metrics. Compare projects and monitor historical development with charts.
Multi-project analysisAnalyze several projects together, including .vbg and .sln support
COM file analysisLook into COM libraries and analyze their use in VB code
DLL file analysisLook into DLL libraries and analyze their use in VB code
Duplicate code analysisDetect repeated code blocks
VB.NET compatibility checkReview VB6 code for .NET issues
MacrosAutomation of repetitive analysis tasks
Source code documentation
 
Print the code of a program or put it in a syntax-highlighted, surfable document file
Comment manual
 
Generate source documentation out of comments in code
Project web site
 
Generate HTML hyperlinked source code and reports for thorough documentation
Detect dead code in shared filesCombine several analyses to detect dead code in source code files shared between several projects
Flow chartsSend selected code to Visustin for flowcharting