ide-vulscanner-plugin
IDE VulScanner is an integrated vulnerability scanner for Eclipse IDE, which is part of OWASP's ideVulScanner project. It enhances the security of your development workflow by...
UCDetector (Unnecessary Code Detector) is a eclipse PlugIn tool to find unnecessary (dead) public java code. For example public classes, methods or fields which have no references.
Secure development for developers and teams Snyk Security finds and fixes security vulnerabilities in your projects early in the development lifecycle to help you ace your security...
Veracode Scan for Eclipse To use this extension you must have a Veracode account. Veracode Scan for Eclipse is a plugin for the Eclipse IDE that integrates Static Application...
AssistAI is an Eclipse IDE plugin that brings AI assistant into your development environment. Features Refactor selected code snippets with LLM Generate JavaDoc comments for chosen...
The RedRays ABAP Security Scanner is an Eclipse plugin that enables SAP developers to analyze ABAP code for security vulnerabilities directly within the Eclipse IDE. This tool...
HoundDog.ai Static Code Scanner This extension integrates with the HoundDog.ai Static Code Scanner, a robust and ultra-fast source code analysis tool that helps organizations...
Fortify Security Assistant Plugin for Eclipse (Fortify Security Assistant for Eclipse) is a plugin that integrates with the Eclipse Java development environment. Fortify Security...
UML Lab provides truly agile modeling and coding with Eclipse. The tool integrates UML modeling with code generation and template-based reverse and round-trip engineering.
PyDev is a plugin that enables Eclipse to be used as a Python IDE (supporting also Jython and IronPython). It uses advanced type inference techniques which allow it to provide...
Update java test code to Junit5 package test; import org.hamcrest.CoreMatchers; import org.junit.Assert; import org.junit.Assume; import org.junit.Before; import org.junit.After...