dyorgio commented on issue #7638: URL: https://github.com/apache/netbeans/issues/7638#issuecomment-2269725641
hi @matthiasblaesing I believe that problem is in this line: https://github.com/apache/netbeans/blob/03aa32d15aba53f980e095b1a8efa6700c515331/java/debugger.jpda/src/org/netbeans/modules/debugger/jpda/expr/EvaluatorVisitor.java#L443 Any method could be called in a native array reference.... but I believe that some methods may be enabled, like: toString, equals, hashcode and clone right? -- 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
