Categories
- Android (51)
- Challenge of the month (14)
- Dirk Fauth (39)
- Eclipse (314)
- Hendrik Still (1)
- Java (35)
- Jeanderson Candido (3)
- Lars Vogel (109)
- Matthias Mailänder (3)
- OSGi (30)
- Other (37)
- Papercut (15)
- Private (4)
- Servlet (2)
- Simon Scholz (6)
- Softskill Topics (5)
- vogella (34)
- Web (7)
vogella tutorial rss feed
Home
Recommended
Twitter
-
Recent Posts
Monthly Archives: October 2014
Accessing the caller information of a method in Java code
Sometimes it is nice to access the caller of a method. Doing this is relatively simple, you can use the getStackTrace() method on the current thread. This returns the call stack in reverse order, e.g. the first element is the … Continue reading
Automatic error reporting for the Eclipse IDE
Our friends from codetrails have developed an awesome tool to automatically report any error in the Eclipse IDE to the relevant Eclipse project. If you want to improve our IDE experience in the future I highly recommend installing this tool … Continue reading
Posted in Eclipse, Lars Vogel
2 Comments
vogella GmbH strengthens their Eclipse platform and IDE development commitment
It is amazing how many quality contributions we received over the last months in the Eclipse platform project. For example 50 different people contributed source code to the Eclipse platform.ui project in the last 6 months. I’m proud to say … Continue reading