24901af4d9edd9985a12d777313b1f1dec9fb412
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute propertyMapping : PropertyMapping to collectionPropertyMapping : CollectionPropertyMapping in method public getCollectionPropertyReference(propertyName String) : CollectionPropertyReference in class org.hibernate.hql.internal.ast.tree.FromElementType | From | To | |
Change Variable Type | 1 | ||
Change Variable Type propertyMapping : PropertyMapping to collectionPropertyMapping : CollectionPropertyMapping in method public getCollectionPropertyReference(propertyName String) : CollectionPropertyReference in class org.hibernate.hql.internal.ast.tree.FromElementType | From | To | |
Extract Method | 1 | ||
Extract Method public getCollectionPropertyReference(propertyName String) : CollectionPropertyReference extracted from package toColumns(tableAlias String, path String, inSelect boolean, forceAlias boolean) : String[] in class org.hibernate.hql.internal.ast.tree.FromElementType | From | To | |
Rename Parameter | 1 | ||
Rename Parameter path : String to propertyName : String in method public getCollectionPropertyReference(propertyName String) : CollectionPropertyReference in class org.hibernate.hql.internal.ast.tree.FromElementType | From | To |