Quantcast
Channel: eclipse tricks – ViralPatel.net
Browsing all 7 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Eclipse Tip: Hide Closed Projects in Eclipse Project Explorer View

Ever wanted to hide all those closed projects in eclipse? Well, here is a simple trick that you may not know already. Imagine your Eclipse workspace is filled with many projects that you created in...

View Article



Image may be NSFW.
Clik here to view.

Eclipse Tip: Add your own Code Template in Eclipse

If you are using Eclipse as your primary development IDE, then you may want to know about Code templates in Eclipse. Code templates are certain user defined (some are available by default) templates...

View Article

Image may be NSFW.
Clik here to view.

Eclipse resolve “resource is out of sync with the filesystem” permanently

If you are a regular Eclipse user than you might have got this error many times. The error simply says, “you’ve made changes in files in your workspace from outside eclipse”. The simplest solution...

View Article

Image may be NSFW.
Clik here to view.

Eclipse: This project needs to migrate WTP metadata

Sometimes Eclipse gives weird errors that you have no clue why is coming. For example, recently I got this strange error in eclipse’s Problems view. This project needs to migrate WTP metadata To...

View Article

Image may be NSFW.
Clik here to view.

Eclipse: Ignore “not declare static final serialVersionUID” warning

Whenever you write a Java class in Eclipse which implements java.io.Serializable interface, you’ll get this warning: The serializable class XXXX does not declare a static final serialVersionUID field...

View Article


Image may be NSFW.
Clik here to view.

Eclipse: Convert String Concat to StringBuilder

Here is a simple yet effective trick for all Eclipse users. In Java we do lot of String concatenation using plain old “” + “”. It is easy but not too effective. StringBuilder is always preferred if...

View Article

Image may be NSFW.
Clik here to view.

How to get Eclipse current workspace path

This simple trick is for those who open multiple instances of Eclipse and keep them open for so long that they forget where the workspace is. Eclipse does not show the current workspace path that...

View Article
Browsing all 7 articles
Browse latest View live




Latest Images