Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
TeeTime
TeeTime
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 95
    • Issues 95
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • TeeTime
  • TeeTimeTeeTime
  • Wiki
  • quality assurance

quality assurance

Last edited by Christian Wulf Jul 03, 2015
Page history

Quality Assurance

Methodology

  • Remove a private deprecated method
  • if it is not used anymore in the project
  • Remove a public deprecated method
  • if it is not used anymore in the project
  • and if it was released as deprecated at least one time
  • Use a comment starting with
  • TODO to document an unfinished task
  • BETTER to document an unfinished refactoring or performance improvement task
  • Solve red-flagged PMD issues

Tooling

  • FindBugs
  • PMD
  • Eclipse-Plugin update-site: http://sourceforge.net/projects/pmd/files/pmd-eclipse/update-site/
  • Writing own PMD rules
  • Checkstyle
  • MoreUnit
Clone repository
  • Build from Source
  • Commit Workflow
  • Composite Stage
  • Consumer Stage
  • Exploit Parallelism
  • How to terminate a Running PF Architecture
  • Implement your own PF flavoured architecture
  • Implementing your own Analysis
  • Meeting
  • Multiple OutputPorts
  • Performance Evaluation
  • Producer Stage
  • Ready to extend Stages
  • Ready to use Stages
  • Release procedure
More Pages

New Wiki Page

Tip: You can specify the full path for the new file. We will automatically create any missing directories.