Uploaded image for project: 'Commons Math'
  1. Commons Math
  2. MATH-49

[math] Non-private serialVersionUIDs

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • None
    • Operating System: other
      Platform: Other

    • 37162

    Description

      Many classes such as BrentSolver use non-private serialversionUIDs. e.g.

      static final long serialVersionUID = 3350616277306882875L;

      should be

      private static final long serialVersionUID = 3350616277306882875L;

      I'll see if I can patch this.

      Attachments

        Activity

          People

            Unassigned Unassigned
            elharo@metalab.unc.edu elharo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: