Gregorycfrank
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
-
-
-
-
Gregorycfrank created a post, 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 created a post, AnsweredHow 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 ...