問題タブ [glassfish-5]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - gwt 内の ConcurrentModificationException のデバッグは可能ですか
java.util.ConcurrentModificationException を時折スローする複雑な gwt アプリケーションがありますが、どのオブジェクトが問題の根本にあるのかわかりません。
この問題の原因を特定するためにアプリケーションをデバッグする方法はありますか? Glassfish サーバーは Debian で実行されており、クライアント側は OS に依存しません。ソースは Debian システム上に構築され、ランタイム用にサーバーにエクスポートされます。コードには Serializable で ArrayList を含む 57 個のオブジェクトがあり、これらの ArrayList の一部には、ネストされた ArrayList を持つオブジェクトが含まれているためです。