Eclipse Plugins for Java Developer

Today I’ll be sharing some of the Eclipse plugins that I normally use on a regular basis as a Java Developer. Some are already installed whe...


Today I’ll be sharing some of the Eclipse plugins that I normally use on a regular basis as a Java Developer. Some are already installed when you download Eclipse, others need to be installed manually from the marketplace.

Available on Youtube

Let’s start with:

  1. Mylyn. Already available from Eclipse JavaEE. It helps with the task planning. It has the notion of repository and task, that you can connect to a 3rd party provider such as Trac, Mantis and more. It can also connect to a build management system such as Jenkins. You can create and manage a task like any other project management tool. https://www.eclipse.org/mylyn/
  2. FindBugs. It analyzes the bytecode to identify potential software bugs. http://findbugs.sourceforge.net/downloads.html
  3. Checkstyle. It checks your code comparing it to the default coding standard like spaces, variable names, etc. By default, there are 2 ready-made available configurations, Sun which is older and Google. Rules and checks are well-documented on their website https://checkstyle.sourceforge.io/.
  4. PMD. Analyze your code and find flaws like unused variables, missing overrides, abstract class without abstract method, etc. Rules are available from their website https://pmd.github.io/pmd-6.18.0/pmd_rules_java.html. I think some of them need to be updated to take into consideration the latest changes in the Java framework.
  5. Then we have Sonarlint which at first is basically just a combination of the 3 prior plugins. It provides a more comprehensive report though, as with a SonarQube the previous reports can be saved. https://www.sonarlint.org/
  6. Memory Analyzer. It helps in finding memory leaks and reduce memory consumption. https://www.eclipse.org/mat/
  7. Maven. A tool to manage a maven project.
  8. EGit. It allows us to import the maven project from a repository. However, most of the time it is broken, thus, we need to import the project using pom.
  9. How about the theme? If you are looking for a more Intellij like appearance, then you can try DevStyle. You just need to set the Workbench theme to Dark Gray and Editor theme to Intellij. Here is their website https://www.genuitec.com/products/devstyle/. The plugin is available from the marketplace too.
  10. I’m not sure if it’s just us but most of the developers I know use the font Fira Code Retina available at https://github.com/tonsky/FiraCode. Try it.
If you have programming related topics that you would like me to cover then please don’t hesitate to write in the comment section of this blog.

References

COMMENTS

mas template
Name

amazon,1,angular,8,bigdata,2,business,1,course-spring,27,courses,6,database,4,docker,3,java,50,kafka,1,keycloak,4,microservices,5,mysql,1,neworking,1,nosql,2,php,1,pinned,2,react,3,server management,7,shared drive,1,spring,7,synology,1,troubleshooting,2,web,1,wordpress,1,
ltr
item
toztech: Eclipse Plugins for Java Developer
Eclipse Plugins for Java Developer
https://1.bp.blogspot.com/-P_GLska1fFU/XZvtr9znbZI/AAAAAAAAKrg/MzZlhD2ACYIsCl6I1wbZX4Om9oE6EpSVACLcBGAsYHQ/s400/Eclipse%2BPlugins%2Bfor%2BJava%2BDeveloper.png
https://1.bp.blogspot.com/-P_GLska1fFU/XZvtr9znbZI/AAAAAAAAKrg/MzZlhD2ACYIsCl6I1wbZX4Om9oE6EpSVACLcBGAsYHQ/s72-c/Eclipse%2BPlugins%2Bfor%2BJava%2BDeveloper.png
toztech
https://toztech.blogspot.com/2019/10/eclipse-plugins-for-java-developer.html
https://toztech.blogspot.com/
https://toztech.blogspot.com/
https://toztech.blogspot.com/2019/10/eclipse-plugins-for-java-developer.html
true
2554149350007112447
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content