Login | Register
My pages Projects Community openCollabNet

Discussions > issues > [Issue 1380] NPE while trying to update

subclipse
Discussion topic

There will be a brief maintenance window every Friday at 17:00 Pacific.
For further details, see CollabNet's maintenance and upgrade policy.

Back to topic list

[Issue 1380] NPE while trying to update

Author selsemore
Full name Stephen Elsemore
Date 2012-03-13 14:37:12 PDT
Message http://subclipse.tig​ris.org/issues/show_​bug.cgi?id=1380






------- Additional comments from selsemore at tigris dot org Tue Mar 13 14:37:11 -0700 2012 -------
I think this is yet a different problem. It looks like this problem could happen if another
property change listener has already been registered at the time that the SVNSynchronizeParticipant
tries to register itself as a property change listener. This is because it is registering
itself in the no argument constructor, before the id has been set. So when Eclipse tries
to compare this listener to the existing listeners (prior to adding it), the equals method
fails due to the null id.

I've just fixed this by changing SVNSynchronizeParticipant to register itself in the init
method (after the id is set) rather than in the constructor.

« Previous message in topic | 4 of 15 | Next message in topic »

Messages

Show all messages in topic

[Issue 1380] New - NPE while trying to update aditsu Adrian Sandor 2012-03-12 00:16:58 PDT
     [Issue 1380] NPE while trying to update aditsu Adrian Sandor 2012-03-12 00:20:01 PDT
     [Issue 1380] NPE while trying to update aditsu Adrian Sandor 2012-03-13 13:04:18 PDT
     [Issue 1380] NPE while trying to update selsemore Stephen Elsemore 2012-03-13 14:37:12 PDT
     [Issue 1380] NPE while trying to update aditsu Adrian Sandor 2012-03-13 14:41:38 PDT
     [Issue 1380] NPE while trying to update aditsu Adrian Sandor 2012-03-20 06:20:26 PDT
     [Issue 1380] NPE while trying to update selsemore Stephen Elsemore 2012-03-20 06:48:06 PDT
     [Issue 1380] NPE while trying to update selsemore Stephen Elsemore 2012-03-12 10:21:24 PDT
     [Issue 1380] NPE while trying to update aditsu Adrian Sandor 2012-03-12 16:54:29 PDT
     [Issue 1380] NPE while trying to update aditsu Adrian Sandor 2012-03-12 17:14:40 PDT
     [Issue 1380] NPE while trying to update selsemore Stephen Elsemore 2012-03-12 18:40:55 PDT
     [Issue 1380] NPE while trying to update aditsu Adrian Sandor 2012-03-12 19:01:36 PDT
     [Issue 1380] NPE while trying to update selsemore Stephen Elsemore 2012-03-12 20:19:07 PDT
     [Issue 1380] NPE while trying to update aditsu Adrian Sandor 2012-03-12 21:04:07 PDT
     [Issue 1380] NPE while trying to update selsemore Stephen Elsemore 2012-03-13 07:06:04 PDT
Messages per page: