Home
last modified time | relevance | path

Searched refs:ReorgPolicyFactory_cannot_modify (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.java1963 public static String ReorgPolicyFactory_cannot_modify; field in RefactoringCoreMessages
H A Drefactoring.properties1137 ReorgPolicyFactory_cannot_modify=The selected destination element cannot be modified 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/reorg/
H A DReorgPolicyFactory.java4016 …RefactoringStatus.createFatalErrorStatus(RefactoringCoreMessages.ReorgPolicyFactory_cannot_modify); in verifyDestination()