Home
last modified time | relevance | path

Searched refs:ChangeSignatureRefactoring_return_type_contains_type_variable (Results 1 – 3 of 3) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/refactoring/
H A DRefactoringCoreMessages.java129 public static String ChangeSignatureRefactoring_return_type_contains_type_variable; field in RefactoringCoreMessages
H A Drefactoring.properties774 ChangeSignatureRefactoring_return_type_contains_type_variable=The return type ''{0}'' contains the … key
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/
H A DChangeSignatureProcessor.java617 … msg= Messages.format(RefactoringCoreMessages.ChangeSignatureRefactoring_return_type_contains_type… in checkTypeVariables()