-
Trivadis Developer Blog
This is the publication playground for these guys from OIO Trivadis, the Trivadis Group`s Java experts.
Tag cloud
Agile Methods and development Atlassian Tools Build, config and deploy Did you know? Eclipse Universe Groovy and Grails Java and Quality Java Basics Java EE Java modularization Java Persistence Java Runtimes - VM, Appserver & Cloud Java Web Frameworks MDSD Open Source BI Other languages for the Java VM Politics Security SOA / Webservices Spring Universe Web as a Platform XML Universe
Tag Archives: code analysis
Statische Codeanalyse mit unmittelbarem Feedback in der IDE mit SonarLint und SonarQube
Um in der Softwareentwicklung die Codequalität zu erhöhen, gibt es einige Tools zur statischen Codeanalyse, die unterschiedliche Sprachen und Kriterien abdecken. Während wir es gewohnt sind, beim Schreiben von Code von einer IDE mit Compiler, Debugger und dergleichen unterstützt zu … Continue reading
jshint-eclipse: JavaScript Code Quality Plugin for Eclipse
JavaScript has a lot of pitfalls, so it is very important to have a code analysis tool that detects errors and bad programming style. jshint-eclipse is an Eclipse plugin that uses the static code analysis tool JSHint to analyze your JavaScript sources. JSHint is … Continue reading
Posted in Eclipse Universe, Java and Quality, Java Web Frameworks
Tagged code analysis, Code Quality, Eclipse, javascript, JSHint, jshint-eclipse
Leave a comment
Sonar 2.8 mit Unterstützung für manuelle Code Reviews
Heute veröffentlichte das Sonar Team die Version 2.8 ihrer Quality Management Platform. Bemerkenswert ist vor allem die Tatsache, dass mit diesem Release auch erstmalig manuelle Code Reviews unterstützt werden. Die entsprechenden Funktionen sind derzeit freilich noch recht rudimentär aber es … Continue reading
50 new rules in CodeNarc
CodeNarc, the static analysis tool for Groovy source code, has been released in version 0.11. The CodeNarc team added 50 new rules, bringing the total rules up to about 130. Like Groovy’s Web Console, there is now a CodeNarc Web … Continue reading