Main Menu
Home Tools Directory Submit Popular Site Top Rated Site - Licence - Programming Languages - Running Platform - Tool Form - Project Management - Configuration Management - Software Testing - Approach - Tool Function - Database and Data Management - Target Platform News & Press Releases RSS Feed
Google Ads



  Main  |  Submit New Tool  

  Popular Tools (top10)  |  Top rated Tools (top10)  |  Sponsor Tools (19)  |  Reciprocal site (5)  

  Category List  |  Randum jump  

Main  arrow  Software Testing  arrow  Code Analysis  (104)


Sort by:   Title ( Title (A to Z) Title (Z to A)) Date ( Date (Old Links Listed First) Date (New Links Listed First)) Rating ( Rating (Lowest Score to Highest Score) Rating (Highest Score to Lowest Score)) Popularity ( Popularity (Least to Most Hits) Popularity (Most to Least Hits))
Tools currently sorted by: Title (A to Z)


Visit   ExtC    Last Update 2011/8/10 2:26
Category  Licence  arrow  Open Source  :  Programming Languages  arrow  Java  :  Tool Form  arrow  Plugin  arrow  Eclipse  :  Software Testing  arrow  Code Analysis
Description
ExtC is an Eclipse plug-in that is useful for locating large, noncohesive classes and for recommending how to split them into smaller, more cohesive classes. Its GUI enables querying a metrics database, displaying the dependency graphs of classes, and clustering a class's members. These clusters form the basis of the refactored classes.

Hits: 10  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Featureous    Last Update 2011/2/17 11:54
Category  Licence  arrow  Freeware  :  Programming Languages  arrow  Java  :  Software Testing  arrow  Code Analysis
Description
Featureous is a tool for feature-centric analysis of Java software. The need for such a tool comes from the scattering and implicitness of implementations of user-observable behaviors of software (features) in the vast majority of object-oriented programs. Scattering and implicitness of features in code means that it becomes more difficult to find and understand only the relevant fragments of code when fixing a bug/modifying a feature/implementing new feature by reusing existing code. Featureous aims at improving this situation by providing a means of analyzing and modifying object-oriented programs in a feature-wise, rather than structure-wise, fashion.

Hits: 26  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Find it EZ Code Search    Last Update 2010/6/2 11:25
Category  Licence  arrow  Commercial  :  Programming Languages  arrow  .NET  :  Programming Languages  arrow  Java  :  Programming Languages  arrow  C/C++  :  Running Platform  arrow  Windows  :  Tool Form  arrow  Software  :  Database and Data Management  arrow  Relationnal database  :  Programming Languages  arrow  SQL  :  Software Testing  arrow  Code Analysis  :  Programming Languages  arrow  Other
Promote  Find It EZ    Find it EZ Software Corp.
Description
Find it EZ is the leading universal software code search engine proven to impact productivity by over 40%. For IT professionals who work with a cross-section of tools including Oracle, SQL Server, MySQL or DB2 relational database development, Business Intelligence Software such as Crystal Reports, Xcelsius, Oracle Reports, Active Reports or SSRS and much more! Syntax aware scanning of Java, C/C++, C# and other .net languages, Python, PHP, Perl, Delphi, JavaScript, Ruby or Ada and many others. Even search your application database, XML, text or log files for data matches. Includes support for Excel spreadsheets and Word documents for a full 360 degree view of your entire software project. Pinpoint accurate and complete checklists to instantly boost your software development productivity.

Hits: 12  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   FindBugs    Last Update 2012/8/7 11:37
Category  Licence  arrow  Open Source  :  Programming Languages  arrow  Java  :  Tool Form  arrow  Software  :  Tool Form  arrow  Plugin  arrow  Eclipse  :  Software Testing  arrow  Code Analysis
Description
FindBugs is a program which uses static analysis to look for bugs in Java code. FindBugs requires JRE (or JDK) 1.5.0 or later to run. However, it can analyze programs compiled for any version of Java, from 1.0 to 1.8.

Hits: 29  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Flay    Last Update 2010/1/18 13:24
Category  Licence  arrow  Open Source  :  Programming Languages  arrow  Ruby  :  Software Testing  arrow  Code Analysis
Description
Flay analyzes ruby code for structural similarities. Differences in literal values, names, whitespace, and programming style are all ignored. Code that flay reports as similar is a good candidate for refactoring.

Hits: 6  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   FlexPMD    Last Update 2009/9/4 3:46
Category  Licence  arrow  Open Source  :  Programming Languages  arrow  Flex  :  Software Testing  arrow  Code Analysis
Description
FlexPMD is a tool that helps to improve code quality by auditing any AS3/Flex source directory and detecting common bad practices, such as:
* Unused code (functions, variables, constants, etc.)
* Inefficient code (misuse of dynamic filters, heavy constructors, etc.)
* Over-complex code (nested loops, too many conditionals, etc.)
* Over-long code (classes, methods, etc.)
* Incorrect use of the Flex component lifecycle (commitProperties, etc.)
A report is produced describing the violations of a given rule set. FlexPMD includes a rule set that is broad ranging and continually growing. It is also straightforward to create new rules and users are encouraged to do so

Hits: 47  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Flog    Last Update 2010/1/29 9:20
Category  Licence  arrow  Open Source  :  Programming Languages  arrow  Ruby  :  Software Testing  arrow  Code Analysis
Description
Flog is a tool build to analyze Ruby code complexity. It’s dead simple to run, and immediately provides useful metrics in the form of a “Flog score” per method. High scores are prime candidates for difficult testing and refactoring. Flog essentially scores an ABC metric: Assignments, Branches, Calls, with particular attention placed on calls.

Hits: 4  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Frama-C    Last Update 2011/1/5 13:12
Category  Licence  arrow  Open Source  :  Programming Languages  arrow  C/C++  :  Software Testing  arrow  Code Analysis
Description
Frama-C stands for Framework for Modular Analysis of C programs. Frama-C is a set of interoperable program analyzers for C programs.

Hits: 11  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   FxCop    Last Update 2008/11/5 3:16
Category  Licence  arrow  Freeware  :  Programming Languages  arrow  .NET  :  Running Platform  arrow  Windows  :  Target Platform  arrow  Windows  :  Software Testing  arrow  Code Analysis
Description
FxCop is a code analysis tool that checks .NET managed code assemblies for conformance to the Microsoft .NET Framework Design Guidelines. It uses MSIL parsing, and callgraph analysis to inspect assemblies for more than 200 defects.

Hits: 29  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)

Visit   Gendarme    Last Update 2010/2/5 11:33
Category  Licence  arrow  Open Source  :  Programming Languages  arrow  .NET  :  Software Testing  arrow  Code Analysis
Description
Gendarme is a extensible rule-based tool to find problems in .NET applications and libraries. Gendarme inspects programs and libraries that contain code in ECMA CIL format (Mono and .NET) and looks for common problems with the code, problems that compiler do not typically check or have not historically checked.

Hits: 3  
Modify  |  Report Broken Link  |  Tell a Friend  |  Comments (0)



« 1 2 3 (4) 5 6 7 8 9 10 11 » 
Software Development Expertise

Load Testing Software and Services by Web Performance : the only load testing software with "how many users" analysis

Custom Software Development - Svitla Systems is a custom software development company specializing in software applications development.

Bug Tracking Software - OnTime is industry leading bug tracking software

Find open source and commercial load testing and bug tracking software tools

Share The Knowledge

Practical
 Methods & Tools
 RSS Site feed
 Follow us on Twitter
 Contact
Software Development Jobs
THEME_VALIDXHTML    THEME_VALIDCSS

Copyright (c) 2007-2011 Martinig & Associates | Methods & Tools Software Development Magazine | Privacy Policy
Software Development Tools | Software Development Articles | Software Development Directory | Software Development Videos
Software Development Jobs | Software Development News | Software Development Books
Software Development Blogs | Software Development Conferences
Software development | Web development