Quantcast
Channel: Developer's Toolbox » Eclipse
Browsing all 5 articles
Browse latest View live

Afea – Eclipse all-purpose editor

Eclipse is a famous Java IDE. Besides Java, it also have extension that make it a IDE for others languages such as C++, PHP, Cobol, etc. But sometime you will not need a full-fledged IDE just to view...

View Article



FindBugs – One Click Java Source Code Review

Having code review is good to identify overlooked bad practice that lead to future problem. But the cost is high and the benefit is very dependent on the skill level of the person who review the code....

View Article

Detect Cycle Dependency with JDepend4Eclipse

Cycle dependency among packages is dependency among package where 2 or more packages depend on each other. For example, package A depend on package B, while package B also depend on package A. Another...

View Article

ResourceBundle Editor – Eclipse plugin for edit resource bundle files

Edit multiple resource bundles file with plain text editor is error prone. It is difficult to detect the missing of certian entry in one of the file. It is also troublesome to convert non-ASCII content...

View Article

Reduce Code Noise in Plain Old Java with Lombok

In dynamic languages such as Groovy, each attribute have its’ own pair of implied getter and setter method. Lombok offer same convenience to plain old Java, via Annotation. Below is an example: The...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images