[ 
https://issues.apache.org/jira/browse/ODFTOOLKIT-135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13460165#comment-13460165
 ] 

DaLi Liu commented on ODFTOOLKIT-135:
-------------------------------------

Verified status of this issue
1.invalid or fixed or no response - maybe can be closed;
                
> Static Code Analysis help us improve code quality
> -------------------------------------------------
>
>                 Key: ODFTOOLKIT-135
>                 URL: https://issues.apache.org/jira/browse/ODFTOOLKIT-135
>             Project: ODF Toolkit
>          Issue Type: Improvement
>          Components: java
>    Affects Versions: 0.8.6
>         Environment: Operating System: Windows
> Platform: PC
>            Reporter: devin
>            Assignee: Svante Schubert
>            Priority: Minor
>             Fix For: 0.8.7
>
>
> I just attended a seminar about Static Code Analysis. I think some 
> information may help us improve code quality and enhance review efficiency.
> Static Code Analysis can find out:
> 1)Missing coding styles
> 2)Common coding errors 
> 3)Bad coding practices
> 4)Duplicate code
> also can do
> 5)Model checking
> 6)Data-flow analysis
> 7)Abstract interpretation
> 8)Use of assertions in program code
> Open Source Tools for Static Code Analysis
> 1)Checkstyle — besides some static code analysis, it can be used to show 
> violations of a configured coding standard 
> http://checkstyle.sourceforge.net/
> 2)FindBugs — an open-source static bytecode analyzer for Java (based on 
> Jakarta BCEL) from the University of Maryland. 
> http://findbugs.sourceforge.net
> 3)PMD — a static ruleset based Java source code analyzer that identifies 
> potential problems. 
> http://pmd.sourceforge.net/ 
> 4)JDepend — help to automatically measure the 
> quality of a design in terms of its extensibility, 
> reusability,and maintainability to manage package dependencies effectively
> http://clarkware.com/software/JDepend.html
> Hope some of the tools can be used in ODFDOM development;)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to