We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec1cf2 commit 9b9ddbfCopy full SHA for 9b9ddbf
resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/ResourceTest.java
@@ -826,14 +826,6 @@ boolean resourceExists() {
826
return checkIfResourceExistsJob.resourceExists();
827
}
828
829
- /**
830
- * Returns the unqualified class name of the receiver (i.e. without the package prefix).
831
- */
832
- protected String getClassName() {
833
- String fullClassName = getClass().getName();
834
- return fullClassName.substring(fullClassName.lastIndexOf('.') + 1);
835
- }
836
-
837
/**
838
* Returns invalid sets of natures
839
*/
0 commit comments