Java Decompiler
I have a new tools to share with you : JD GUI
http://java.decompiler.free.fr/?q=jdgui
It's one of the must-have if you need to figure out why things are not working the way you expect them to work...
After two days searching for a NPE, which was not reported, I wished I would not have wait that long before to get down to the rubber.
Hoping I'll learn from my mistakes.
Remember the bad smell:
try {
} catch {
return null;
}
My $0.02 for today.
http://java.decompiler.free.fr/?q=jdgui
It's one of the must-have if you need to figure out why things are not working the way you expect them to work...
After two days searching for a NPE, which was not reported, I wished I would not have wait that long before to get down to the rubber.
Hoping I'll learn from my mistakes.
Remember the bad smell:
try {
} catch {
return null;
}
My $0.02 for today.
Comments