The Complete Eclipse C/C++ IDE
There are a number of features in preview and experimental for the C/C++ IDE. These are not included in the C/C++ IDE Package. This entry adds those features. This includes support...
This feature enables CDT debugger to connect to iSystem emulators and perform hardware debugging. The following functionality is implemented: - breakpoints - stepping - memory view...
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...
Chromium Integration for Eclipse Chromium Integration for Eclipse can be seamlessly integrated into the Eclipse IDE and Eclipse RCP applications. The Chromium Integration for...
The PHP IDE project delivers a PHP Integrated Development Environment framework for the Eclipse platform. This project encompasses the development components necessary to develop...
IBM® watsonx™ Code Assistant Overview IBM® watsonx™ Code Assistant is an innovative, generative AI coding companion that offers robust, contextually aware assistance for popular...
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.