How to improve stacktraces in Eclipse
Most Java developers know how annoying the process of fixing a bug can be. Usually it starts with trying to figure out where to actually start looking for the bug. In case of Java EE this by itself can be difficult, because layer after layer of indirection (caused by interceptors, proxies, filters, …) make stacktraces … [Read more…]