Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
エラー テキストでは、クラス名は同じです。唯一の変更点は、最初のクラス名の最後に「$2」が追加されたことです。
接尾辞付きのJVMで示されるclass_name_xコンストラクターから、内部で定義された2番目の無名クラスのメソッドを呼び出します。class_name_x.<init>
class_name_x
.<init>
この質問Java - get the current class name? を確認してください。