|
From: Quinten V. (JIRA) <no...@at...> - 2007-07-25 13:51:00
|
[ http://opensource.atlassian.com/projects/spring/browse/RCP-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_25001 ]
Quinten Verheyen commented on RCP-14:
-------------------------------------
I am using 0.3.0-SNAPSHOT and encountered the same error, there is no init() call since there is no such method, so I guess some refactoring reintroduced this bug ?
> org.springframework.richclient.table.ListTableModel is missing a call to init().
> ---------------------------------------------------------------------------------
>
> Key: RCP-14
> URL: http://opensource.atlassian.com/projects/spring/browse/RCP-14
> Project: Spring Framework Rich Client Project
> Issue Type: Bug
> Reporter: Ville Peurala
> Assignee: Peter De Bruycker
> Fix For: 0.1.0
>
>
> Class ListTableModel does not call init(), which creates column names and classes. So a NullPointerException gets thrown from BaseTableModel's method getColumnCount() when trying to use an anonymous inner class implementation of ListTableModel (which implements the two methods declared abstract by ListTableModel).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/spring/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|