How can I identify an anonymous inner class in a NotSerializableException

前端 未结 2 1551
我寻月下人不归
我寻月下人不归 2020-12-04 02:06

I have received the following error message when trying to debug an application in NetBeans:

java.io.WriteAbortedException: writing aborted; java.io.N

2条回答
  •  时光取名叫无心
    2020-12-04 02:49

    In IntelliJ (and Android Studio) one can Navigate->Class (⌘-O on mac) and paste in Board$1, and it will take you to the code for that inner class.

提交回复
热议问题