Java Reflection and the pain in Refactoring

后端 未结 9 1660
清歌不尽
清歌不尽 2021-02-08 14:25

Java Reflection provides a mechanism to introspect an Object at runtime. No second thoughts, this is a great feature, but it breaks all the Refactoring conventions!

Ther

9条回答
  •  逝去的感伤
    2021-02-08 14:59

    You might be interested in using IntelliJ IDEA, which will also search for refactored class names in comments and string constants.

提交回复
热议问题