Home
last modified time | relevance | path

Searched refs:ABSTRACT_TO_NON_ABSTRACT (Results 1 – 8 of 8) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/provisional/comparator/
H A DIDelta.java128 public static final int ABSTRACT_TO_NON_ABSTRACT = 1; field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/comparator/
H A DMessages.java223 case IDelta.ABSTRACT_TO_NON_ABSTRACT: in getKey()
474 case IDelta.ABSTRACT_TO_NON_ABSTRACT: in getKey()
H A DClassFileComparator.java1254 …this.addDelta(getElementType(this.type1), IDelta.CHANGED, IDelta.ABSTRACT_TO_NON_ABSTRACT, this.cu… in getDelta()
1968 …this.addDelta(getElementType(method), IDelta.CHANGED, IDelta.ABSTRACT_TO_NON_ABSTRACT, restriction… in getDeltaForMethod()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/src/org/eclipse/pde/api/tools/comparator/tests/
H A DJava8DeltaTests.java93 assertEquals("Wrong flag", IDelta.ABSTRACT_TO_NON_ABSTRACT, child.getFlags()); //$NON-NLS-1$ in test3()
H A DRestrictionsDeltaTests.java346 assertEquals("Wrong flag", IDelta.ABSTRACT_TO_NON_ABSTRACT, child.getFlags()); //$NON-NLS-1$ in test13()
H A DMethodDeltaTests.java537 assertEquals("Wrong flag", IDelta.ABSTRACT_TO_NON_ABSTRACT, child.getFlags()); //$NON-NLS-1$ in test21()
H A DClassDeltaTests.java587 assertEquals("Wrong flag", IDelta.ABSTRACT_TO_NON_ABSTRACT, child.getFlags()); //$NON-NLS-1$ in test23()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/util/
H A DUtil.java753 case IDelta.ABSTRACT_TO_NON_ABSTRACT: in getDeltaFlagsName()