Categories
Development

FindBugs

IBM has an article about FindBugs which is a static code analyzer that tries to locate patterns of common bugs in your code. It’s available as a Eclipse plugin amongst other things.

I’m going to try to load it up tomorrow and run it on one of my projects.

Categories
Development

Handling uncaught exceptions in JDK 1.5

Heinz Kabutz has found some interesting stuff in JDK 1.5 when it comes to handling uncaught exceptions.

via java.no

Categories
Development

J# and Java interoperability

Ted Neward shows how the J# implementation of Serializable is compatible with the jdk 1.1 implementation. It’s not compatible with 1.3 or 1.4, but that migh come at a later time. Cool.

He mentions it even means that .NET can tap into EJB containers. Some might find that a bit scary, but it works the other way around. Java is able to tap into .NET objects and services too.