|
Move Method public testNormalizeClassName() : void from class org.apache.camel.util.ObjectHelperTest to public testNormalizeClassName() : void from class org.apache.camel.util.StringHelperTest |
From |
To |
|
Move Method public testBetweenOuterPair() : void from class org.apache.camel.util.ObjectHelperTest to public testBetweenOuterPair() : void from class org.apache.camel.util.StringHelperTest |
From |
To |
|
Move Method public testAfter() : void from class org.apache.camel.util.ObjectHelperTest to public testAfter() : void from class org.apache.camel.util.StringHelperTest |
From |
To |
|
Move Method public testBetween() : void from class org.apache.camel.util.ObjectHelperTest to public testBetween() : void from class org.apache.camel.util.StringHelperTest |
From |
To |
|
Move Method public testBefore() : void from class org.apache.camel.util.ObjectHelperTest to public testBefore() : void from class org.apache.camel.util.StringHelperTest |
From |
To |
|
Move Method public testRemoveInitialCharacters() : void from class org.apache.camel.util.ObjectHelperTest to public testRemoveInitialCharacters() : void from class org.apache.camel.util.StringHelperTest |
From |
To |
|
Move Method public testIsJavaIdentifier() : void from class org.apache.camel.util.ObjectHelperTest to public testIsJavaIdentifier() : void from class org.apache.camel.util.StringHelperTest |
From |
To |
|
Extract And Move Method public normalizeClassName(name String) : String extracted from public normalizeClassName(name String) : String in class org.apache.camel.util.ObjectHelper & moved to class org.apache.camel.util.StringHelper |
From |
To |
|
Extract And Move Method public after(text String, after String) : String extracted from public after(text String, after String) : String in class org.apache.camel.util.ObjectHelper & moved to class org.apache.camel.util.StringHelper |
From |
To |
|
Extract And Move Method public betweenOuterPair(text String, before char, after char, mapper Function<String,T>) : Optional<T> extracted from public betweenOuterPair(text String, before char, after char, mapper Function<String,T>) : Optional<T> in class org.apache.camel.util.ObjectHelper & moved to class org.apache.camel.util.StringHelper |
From |
To |
|
Extract And Move Method public before(text String, before String) : String extracted from public before(text String, before String) : String in class org.apache.camel.util.ObjectHelper & moved to class org.apache.camel.util.StringHelper |
From |
To |
|
Extract And Move Method public betweenOuterPair(text String, before char, after char) : String extracted from public betweenOuterPair(text String, before char, after char) : String in class org.apache.camel.util.ObjectHelper & moved to class org.apache.camel.util.StringHelper |
From |
To |
|
Extract And Move Method public removeStartingCharacters(text String, ch char) : String extracted from public removeStartingCharacters(text String, ch char) : String in class org.apache.camel.util.ObjectHelper & moved to class org.apache.camel.util.StringHelper |
From |
To |
|
Extract And Move Method public notEmpty(value String, name String, on Object) : String extracted from public notEmpty(value String, name String, on Object) : String in class org.apache.camel.util.ObjectHelper & moved to class org.apache.camel.util.StringHelper |
From |
To |
|
Extract And Move Method public notEmpty(value String, name String) : String extracted from public notEmpty(value String, name String) : String in class org.apache.camel.util.ObjectHelper & moved to class org.apache.camel.util.StringHelper |
From |
To |
|
Extract And Move Method public splitOnCharacter(value String, needle String, count int) : String[] extracted from public splitOnCharacter(value String, needle String, count int) : String[] in class org.apache.camel.util.ObjectHelper & moved to class org.apache.camel.util.StringHelper |
From |
To |
|
Extract And Move Method public before(text String, before String, mapper Function<String,T>) : Optional<T> extracted from public before(text String, before String, mapper Function<String,T>) : Optional<T> in class org.apache.camel.util.ObjectHelper & moved to class org.apache.camel.util.StringHelper |
From |
To |
|
Extract And Move Method public isJavaIdentifier(name String) : boolean extracted from public isJavaIdentifier(name String) : boolean in class org.apache.camel.util.ObjectHelper & moved to class org.apache.camel.util.StringHelper |
From |
To |
|
Extract And Move Method public capitalize(text String) : String extracted from public capitalize(text String) : String in class org.apache.camel.util.ObjectHelper & moved to class org.apache.camel.util.StringHelper |
From |
To |
|
Extract And Move Method public after(text String, after String, mapper Function<String,T>) : Optional<T> extracted from public after(text String, after String, mapper Function<String,T>) : Optional<T> in class org.apache.camel.util.ObjectHelper & moved to class org.apache.camel.util.StringHelper |
From |
To |
|
Extract And Move Method public between(text String, after String, before String, mapper Function<String,T>) : Optional<T> extracted from public between(text String, after String, before String, mapper Function<String,T>) : Optional<T> in class org.apache.camel.util.ObjectHelper & moved to class org.apache.camel.util.StringHelper |
From |
To |
|
Extract And Move Method public between(text String, after String, before String) : String extracted from public between(text String, after String, before String) : String in class org.apache.camel.util.ObjectHelper & moved to class org.apache.camel.util.StringHelper |
From |
To |