Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » NatTable » ColumnReorderLayer writes to System.err
ColumnReorderLayer writes to System.err [message #1695314] Wed, 13 May 2015 13:04 Go to next message
Andreas Glauner is currently offline Andreas GlaunerFriend
Messages: 5
Registered: March 2013
Junior Member
Hi,

org.eclipse.nebula.widgets.nattable.reorder.ColumnReorderLayer.isRestoredStateValid performs some checks against the persisted column indexes. Failed checks are reported to System.err.

Let me go out on a limb here and say that this is something that you do not want to see on System.err of an application. Working around this behavior requires you to overwrite the default layer, copy&paste the method implementation and remove the usage of System.err.

Are there any plans to rework the log handling of the NatTable in general?
Re: ColumnReorderLayer writes to System.err [message #1695341 is a reply to message #1695314] Wed, 13 May 2015 14:39 Go to previous messageGo to next message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
Quote:
Are there any plans to rework the log handling of the NatTable in general?


No plans, but you are right that this should have been replaced like several other places before. Please open a ticket.
Re: ColumnReorderLayer writes to System.err [message #1697682 is a reply to message #1695341] Fri, 05 June 2015 22:03 Go to previous message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
https://bugs.eclipse.org/bugs/show_bug.cgi?id=469535
Previous Topic:Row/Column line invisible
Next Topic:Resize NatTable on collapse and expand
Goto Forum:
  


Current Time: Fri Apr 19 03:07:26 GMT 2024

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

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

Back to the top