[javaflow] In class 'Stack' a non serializable object (Runnable) is written to
ObjectOutput
-------------------------------------------------------------------------------------------
Key: SANDBOX-213
URL: https://issues.apache.org/jira/browse/SANDBOX-213
Project: Commons Sandbox
Issue Type: Bug
Components: Javaflow
Reporter: Philip May
The class Stack writes a non serializable object (Runnable) to ObjectOutput:
protected Runnable runnable;
s.writeObject(runnable);
This code seems to be passing a non-serializable object to the
ObjectOutput.writeObject method. If the object is, indeed, non-serializable, an
error will result.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.