Community
Participate
Working Groups
Created attachment 202978 [details] Bump maximum command length up to 512 org.eclipse.tm.tcf.core.Command#toError(Object,true) truncates the length of the command text when producing the Exception to 120 characters. This can mean that the useful part of the command string is lost (for example when a long file path is being used you lose the bit that varies). A larger value would be more useful. I have a patch to bump this up to 512 characters (though I am not sure as to what the reasoning is for placing any limit).
This is duplicate of bug 353917, which is already fixed in the latest code. *** This bug has been marked as a duplicate of bug 353917 ***