Title: Code Analysis, Review & Continous Integration Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ## Profiling and Performance Airavata developers use [JProfiler][jprofiler] for code profiling and testing, and acknowledges free developer licenses provided by ej-technologies. ## Code Analysis Airavata uses [Sonar][sonarweb] code analysis tools. Sonar is an open source quality management platform, dedicated to continuously analyze and measure technical quality, from the project portfolio to the class method. Browse Airavata [Sonar Dashboard][airavataSonar]. ## Continous Integration Airavata uses [Jenkins Continous Integration][jenkinsweb] for automatic builds. The builds are triggered automatically on code commits and periodically. Browse Airavata [Jenkins Dashboard][airavatajenkins]. ## Code Review Airavata uses [Review Board][reviewboardweb] for pre and post commit reviews. Browse [Airavata Reviews][airavatareviews]. To submit or view reviews, you will need to create an account on [Apache Reviews][apachereviews]. Detailed documentation on using the review tools is at [Review Board Documentation][reviewboarddocs] [jprofiler]: http://www.ej-technologies.com/products/jprofiler/overview.html [sonarweb]: http://www.sonarsource.org/ [jenkinsweb]: http://jenkins-ci.org/ [reviewboardweb]: http://www.reviewboard.org/ [airavataSonar]: https://analysis.apache.org/dashboard/index/79319 [airavatajenkins]: https://builds.apache.org/job/Apache%20Airavata/ [airavatareviews]: https://reviews.apache.org/groups/Airavata/ [apachereviews]: https://reviews.apache.org [reviewboarddocs]: http://www.reviewboard.org/docs/manual/1.5/users/