Public bug reported:

It is working #1 with my Windows computer so this problem seems to be
related to Ubuntu's java version only.

When I'm creating a new TableModel
// Global variable
private TableModel tm_departement = null;

// In my methods
tm_departement = new FormatModel(2, "departement", trace);

Instead of going in the constructor, it goes directly to a method called
getRowCount (inherited from AbstractTableModel). getRowCount exists but
since my variables are not initialized I got some null pointer
exception.

** Affects: sun-java6 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
When creating a new TableModel, method getRowCount is called before constructor
https://bugs.launchpad.net/bugs/132345
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to