software engineering
play

Software Engineering Prof. Dr. Bertrand Meyer March 2007 June 2007 - PowerPoint PPT Presentation

Chair of Softw are Engineering Software Engineering Prof. Dr. Bertrand Meyer March 2007 June 2007 Autom atic code inspection Automation of code reviewing Possible bugs Code convention violations Dead code Duplicated code Suboptimal


  1. Chair of Softw are Engineering Software Engineering Prof. Dr. Bertrand Meyer March 2007 – June 2007 Autom atic code inspection

  2. Automation of code reviewing Possible bugs Code convention violations Dead code Duplicated code Suboptimal code According to a report released by The Standish Group automated code inspection reduced the number of people needed for manual code reviews by 50%. 2 Software Engineering, lecture : Automatic code inspection 2

  3. Main concept Syntactical matching of rules violation Rule – is description of set of ASTs that can be reason for the one of the mentioned above problems. Violation of rule R 2 Violation of rule R 1 3 Software Engineering, lecture : Automatic code inspection 3

  4. How it works Warning Input Tree traverser Parser list AST program R 1 R 2 R n For expressing some rules representation of AST should contain whitespaces, tabulations, EOLs, comments Rules represented via Java code or XML XQuery 4 Software Engineering, lecture : Automatic code inspection 4

  5. Existing tools - Checkstyle http://checkstyle.sourceforge.net/ - PMD http://pmd.sourceforge.net/ - FindBugs http://findbugs.sourceforge.net/ - JCSC (Java Coding Standard Checker) http://jcsc.sourceforge.net/ 5 Software Engineering, lecture : Automatic code inspection 5

  6. Why PMD? Support user rules creation via both Java code and XML XQuery Standard rules cover wide range of rule types Stable version Support plug-ins for various IDE 6 Software Engineering, lecture : Automatic code inspection 6

  7. What does ‘PMD’ mean? Pretty Much Done Project Mess Detector Project Monitoring Directives Project Meets Deadline Programming Mistake Detector Pounds Mistakes Dead PMD Meaning Discovery (recursion, hooray!) Programs of Mass Destruction A 'Chaotic Metal' rock band name “Pretty Marry Dies” 7 Software Engineering, lecture : Automatic code inspection 7

  8. Application of the PMD Select standard rules Write project specific rules Select rules parameters Warnings Changing PMD comments writing Source code Source code New Source code source code Warnings Comments Bug fixing 8 Software Engineering, lecture : Automatic code inspection 8

  9. Future development: automatic bug fixing Program transformation via rewriting rules. For example StrategoXT. http://www.program-transformation.org/Stratego/JavaFront ′ → ⎧ R R 1 1 ⎨ ′ → ⎩ R R 2 2 Fixed Violation subtree R’ 2 of rule R 2 Fixed Violation subtree R’ 1 of rule R 1 9 Software Engineering, lecture : Automatic code inspection 9

  10. Future development: integration with a prover requires i > 5; int f(int i){ if (i < 2) //UnconditionalIfStatement return i +1; else return i -1; } 10 Software Engineering, lecture : Automatic code inspection 10

  11. Future development: empirics for filtering warnings Goal: � Decrease warnings number � Remove false warnings Problems: � Fuzzy warning criteria � Context depending warnings 11 Software Engineering, lecture : Automatic code inspection 11

  12. Pros and cons Pros � Don’t require any additional efforts. � Users don’t need have any specific knowledge. It’s enough that user understand notion of the AST. Cons � Not sound. It’s possible that many from the found warnings are not real errors. � Not complete. It can miss many real errors. 12 Software Engineering, lecture : Automatic code inspection 12

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend