Skip to content

Commit

Permalink
Enable detection of Split Method in commit
Browse files Browse the repository at this point in the history
hibernate/hibernate-orm@ddcfc54
hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/transform/HbmXmlTransformer.java
Split Method	private transformElementCollection(source PluralAttributeInfo) : JaxbElementCollection to [private transferElementInfo(hbmCollection PluralAttributeInfo, element JaxbHbmBasicCollectionElementType, target JaxbElementCollection) : void, private transferElementInfo(hbmCollection PluralAttributeInfo, compositeElement JaxbHbmCompositeCollectionElementType, target JaxbElementCollection) : void] in class org.hibernate.boot.jaxb.hbm.transform.HbmXmlTransformer
  • Loading branch information
tsantalis committed Jan 21, 2025
1 parent 3bdbf30 commit 10547b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gr/uom/java/xmi/diff/UMLClassBaseDiff.java
Original file line number Diff line number Diff line change
Expand Up @@ -2069,7 +2069,7 @@ private void updateMapperSet(TreeSet<UMLOperationBodyMapper> mapperSet, UMLOpera
mapperSet.add(operationBodyMapper);
}
else if(mappedElementsMoreThanNonMappedT1AndT2(mappings, operationBodyMapper) &&
(absoluteDifferenceInPosition <= differenceInPosition || zeroNonMapped) &&
(absoluteDifferenceInPosition <= differenceInPosition || zeroNonMapped || mappings >= 10) &&
compatibleSignatures(removedOperation, addedOperation, absoluteDifferenceInPosition) &&
removedOperation.testMethodCheck(addedOperation)) {
isPartOfMethodMovedFromDeletedMethod(removedOperation, addedOperation, operationBodyMapper, mapperSet);
Expand Down

0 comments on commit 10547b1

Please sign in to comment.