-
A null pointer exception occurs if you try to process a Java file that uses an invalid class name:
public class Bug.java {
(It should be Bug instead of Bug.java)
It turns out this NPE occurs because ExceptionPrinter.getInstance() returns ExceptionPrinter.singleton without checking if it's null. Since other static methods in ExceptionPrinter first check if singleton is null (and...
2007-03-05 19:40:50 UTC by mikebond
-
Current source code management and diff tools just
treat java classes as simple text. Just formatting the
class makes impossible to diff or merge it, and so
formatting is often prohibited in software companies.
Even getting the real difference between codes is
difficult. Same goes for java code when methods or
fields are moved and reordered.
It would be useful to have a java aware diff...
2006-11-11 20:12:06 UTC by nobody
-
I was made redundant on 30th June. Before I start looking for a new job I'll be taking a few weeks off to consider my options; which include starting a business and doing VSO (http://vso.org.uk/) for a couple of years.
In the meantime I'll try and fix the outstanding bugs, probably starting wednesday or thursday this week.
2004-07-05 17:37:15 UTC by mikeatkinson
-
mikeatkinson committed patchset 358 of module JRefactory to the JRefactory CVS repository, changing 1 files.
2004-05-17 17:53:53 UTC by mikeatkinson
-
mikeatkinson committed patchset 357 of module JRefactory to the JRefactory CVS repository, changing 4 files.
2004-05-12 17:24:30 UTC by mikeatkinson
-
mikeatkinson committed patchset 356 of module JRefactory to the JRefactory CVS repository, changing 5 files.
2004-05-11 22:08:39 UTC by mikeatkinson
-
mikeatkinson committed patchset 355 of module JRefactory to the JRefactory CVS repository, changing 3 files.
2004-05-10 18:13:02 UTC by mikeatkinson
-
I've just released a Netbeans Module (.nbm), hopefully it should apear on the Netbeans module cataglogue (http://www.netbeans.org/catalogue/index.html) soon. In the meantime you can download the module from sourceforge. Please report any bugs found.
Known deficiencies:
- Options not integrated into Netbeans option system.
- "Reformat when buffer is saved" and "Perform...
2004-05-10 17:55:07 UTC by mikeatkinson
-
mikeatkinson committed patchset 354 of module JRefactory to the JRefactory CVS repository, changing 13 files.
2004-05-10 16:18:31 UTC by mikeatkinson
-
mikeatkinson committed patchset 353 of module JRefactory to the JRefactory CVS repository, changing 7 files.
2004-05-10 16:18:30 UTC by mikeatkinson