Old NetBeans platform developer has a TopComponent deserializing mystery
"bruehlicke" <[email protected]> Mon, 29 Aug 2016 19:45:22 +0000
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <[email protected]> |
Problem fixed. Praise the software gods for having a proper source repository. A change was checked in to a class which the StressAnalyzer instantiates an object of. A PropertyChangeSupport object was not properly created and triggered an error in a inner class causing some nasty effect ... the result in not being able to serialize the outer TC class. Fair enough ... 100% my mistake - but gosh this one created a few more gray hairs ;-)