eirikbakke commented on issue #4199: URL: https://github.com/apache/netbeans/issues/4199#issuecomment-2143981418
@matthiasblaesing For my NetBeans Platform app and working IDE, I have a custom build of the NetBeans Platform that, for the last 4 years, has included the patch that was attached to https://issues.apache.org/jira/browse/NETBEANS-4754 ("netbeans-4754-eiriktest.patch"). This fixes NETBEANS-4754 but breaks some aspect of the feature from https://github.com/apache/netbeans/pull/652 (according to @sdedic's comment in the JIRA issue). > I'm inclined to see if reverting that change is feasible if no real fix can be found. I would probably recommend this, if no fix can be found to the underlying bug. I remember that the code was very hard to follow, and its interactions with the garbage collector makes its behavior non-deterministic. Though ActionState is now a public API, so removing it may not be possible. Perhaps only the _use_ of it could be reverted, and only be reintroduced if someone finds the time to fix the known bug. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
