diff -r e992e602788e -r 49359d0e6a9c src/share/classes/com/sun/tools/javac/util/DiagnosticSource.java --- a/src/share/classes/com/sun/tools/javac/util/DiagnosticSource.java Wed Sep 23 18:29:41 2009 -0700 +++ b/src/share/classes/com/sun/tools/javac/util/DiagnosticSource.java Wed Sep 23 18:48:13 2009 -0700 @@ -69,10 +69,6 @@ return fileObject; } - public CharSequence getName() { - return JavacFileManager.getJavacBaseFileName(fileObject); - } - /** Return the one-based line number associated with a given pos * for the current source file. Zero is returned if no line exists * for the given position.