Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-team-dev] ISaveContext.needDelta()


Vladimir,

I would agree that the CVS use of the ISaveParticipant does not meet the specification. Are you experiencing some sort of failure? If so, please log a bug against Platform CVS.

Michael



"Vladimir Grishchenko" <vladgri@xxxxxxxxxxx>
Sent by: platform-team-dev-admin@xxxxxxxxxxx

22/10/2004 12:18 PM

Please respond to
platform-team-dev

To
<platform-team-dev@xxxxxxxxxxx>
cc
Subject
[platform-team-dev] ISaveContext.needDelta()





Hello,

I'm trying to understand how the ISaveParticipant mechanism is used by the CVS integration.
ISaveContext.needDelta() method is never called by the CVS plugins but there is an attempt to
process saved resource deltas in FileModificationManager.registerSaveParticipant(). Documentation
for ISavedState.processResourceChangeEvents() explicitly states that no notifications will be
available for past events if the method in subject wasn't previously called. If I'm interpreting
documentation correctly there may be an obscure bug in the CVS integration which never surfaced
because CVS plugins are likely to be initialized on startup because decorators are typically
enabled.

Thanks,
Vladimir.
_______________________________________________
platform-team-dev mailing list
platform-team-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-team-dev


Back to the top