Java Reflection and the pain in Refactoring

后端 未结 9 1654
清歌不尽
清歌不尽 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 15:09

    We have actually developed an Eclipse plugin that takes care of this problem to a great extent. It is called RefaFlex: http://www.feu.de/ps/prjs/rf/

提交回复
热议问题