Uploaded image for project: 'Commons Sandbox'
  1. Commons Sandbox
  2. SANDBOX-213

[javaflow] In class 'Stack' a non serializable object (Runnable) is written to ObjectOutput

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • Javaflow
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            pmay Philip May
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: