Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » [CDO] CDOTransactionImpl: System.out.println()
[CDO] CDOTransactionImpl: System.out.println() [message #1849445] Thu, 20 January 2022 10:31 Go to next message
Cyril Chevé is currently offline Cyril ChevéFriend
Messages: 14
Registered: October 2016
Junior Member
Hello,

In my application, I use the method CDOTransaction.queryInstances(Eclass) to get all the object of a specific EClass.
I have noticed that all the objects are logged in the console. It is due to the following line in CDOTransactionImpl.queryInstancesUnsynced:
System.out.println(cdoObject);
Is it normal to have this println?
Because it could generate a lot of logs.

Thanks in advance.

Cyril
Re: [CDO] CDOTransactionImpl: System.out.println() [message #1849452 is a reply to message #1849445] Thu, 20 January 2022 14:20 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Hi Cyril,

That must be a left-over from implementing Bug 402714: Local changes are not considered by CDOTransaction's queryResources(), queryInstances() and queryXRefs(). I've just removed it but can currently not push my commit to git.eclipse.org.

Thanks for the note and


Re: [CDO] CDOTransactionImpl: System.out.println() [message #1849453 is a reply to message #1849452] Thu, 20 January 2022 14:23 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Oh, now I could push. The changes will be in tomorrow's I-build...

Previous Topic:[CDO] [Announce] Hotfix Release 4.17 Is Now Available
Next Topic:Genmodel Shorting Names for Edit Plugin
Goto Forum:
  


Current Time: Thu May 02 13:38:45 GMT 2024

Powered by FUDForum. Page generated in 0.02866 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top