Gregorycfrank
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
-
-
-
-
Gregorycfrank 创建了一个帖子, Structural Replace script to rename class renames class and deletes file content
I'd like to rename all classes that extend Spring's JUnit helper classes from `xxxTest` to `xxxIT`.For instance, if I have @SpringJUnitConfig(locations="...")@Transactionalpublic abstract class Abs... -
-
Gregorycfrank 创建了一个帖子, 已回答How to use Structural Search & Replace to make "fluent" objects?
I'd like to take legacy Entity objects in a hierarchy and convert them to have fluent setters in order to make them easier to deal with. For example, we have an interface and base class for Entity ...