d7ec83fd8ceaa4a1214bea031a653ac114ff7bb3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type clazz : Class... to clazz : Class<?>... in method public create(clazz Class<?>...) : JpaTestCluster in class org.apache.james.backends.jpa.JpaTestCluster | From | To | |
Change Return Type | 1 | ||
Change Return Type Function<Class,String> to Function<Class<?>,String> in method private toFQDN() : Function<Class<?>,String> in class org.apache.james.backends.jpa.JpaTestCluster | From | To | |
Change Variable Type | 1 | ||
Change Variable Type input : Class to input : Class<?> in method private toFQDN() : Function<Class<?>,String> in class org.apache.james.backends.jpa.JpaTestCluster | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type MAILBOX_PERSISTANCE_CLASSES : Class[] to MAILBOX_PERSISTANCE_CLASSES : Class<?>[] in class org.apache.james.mailbox.jpa.JPAMailboxFixture | From | To |