Favorites for Lucas Carvalhaes
Install Lucas Carvalhaes favorites
Spring Tools (aka Spring Tool Suite)
Spring Tools is the next generation of Spring Boot tooling for your favorite coding enrivonment. Largely rebuilt from scratch, it provides world-class support for developing Spring...
SonarQube for IDE
This plug-in helps you detect and fix quality and security issues as you write code in Java/JSP, C/C++, JS/TS/CSS, PHP, Python, and HTML/XML, as well as other languages.
Buildship Gradle Integration
Extend your Eclipse IDE to support building software using Gradle. This solution is provided by the Eclipse Foundation.
Checkstyle Plug-in
The Checkstyle Plugin (eclipse-cs) integrates the well-known source code analyzer Checkstyle into the Eclipse IDE. Checkstyle is a development tool to help you ensure that your...
SpotBugs Eclipse plugin
SpotBugs is a defect detection tool for Java that uses static analysis to look for more than 400 bug patterns, such as null pointer dereferences, infinite recursive loops, bad uses...
Optimize Java 8 Streams Refactoring
The Java 8 Stream API sets forth a promising new programming model that incorporates functional-like, MapReduce-style features into a mainstream programming language. However...