6c8a92c3e759f15f33eeff58306c262feb748b14
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Attribute Type | 4 | ||
Change Attribute Type QUOTA_TABLES_NAMES : String[] to QUOTA_TABLES_NAMES : List<String> in class org.apache.james.mailbox.jpa.JPAMailboxFixture | From | To | |
Change Attribute Type MAILBOX_PERSISTANCE_CLASSES : Class<?>[] to MAILBOX_PERSISTANCE_CLASSES : List<Class<?>> in class org.apache.james.mailbox.jpa.JPAMailboxFixture | From | To | |
Change Attribute Type MAILBOX_TABLE_NAMES : String[] to MAILBOX_TABLE_NAMES : List<String> in class org.apache.james.mailbox.jpa.JPAMailboxFixture | From | To | |
Change Attribute Type QUOTA_PERSISTANCE_CLASSES : Class<?>[] to QUOTA_PERSISTANCE_CLASSES : List<Class<?>> in class org.apache.james.mailbox.jpa.JPAMailboxFixture | From | To | |
Extract Method | 2 | ||
Extract Method public create(clazz List<Class<?>>) : JpaTestCluster extracted from public create(clazz Class<?>...) : JpaTestCluster in class org.apache.james.backends.jpa.JpaTestCluster | From | To | |
Extract Method public clear(tables List<String>) : void extracted from public clear(tables String...) : void in class org.apache.james.backends.jpa.JpaTestCluster | From | To |