Deprecated API


Contents
Deprecated Classes
com.sun.tools.javac.file.Old199
           
 

Deprecated Fields
com.sun.tools.javac.code.Symbol.CompletionFailure.errmsg
          Use getDetail() or getMessage() 
com.sun.tools.javac.util.JCDiagnostic.fragmentFormatter
           
 

Deprecated Methods
com.sun.tools.javac.util.List.fill(int, A)
           
com.sun.tools.javac.util.JCDiagnostic.fragment(String, Object...)
           
com.sun.tools.javac.code.Symbol.getAnnotation(Class)
          this method should never be used by javac internally. 
com.sun.tools.javac.code.Symbol.ClassSymbol.getAnnotation(Class)
          this method should never be used by javac internally. 
com.sun.tools.javac.util.JavacMessages.getDefaultMessages()
           
com.sun.tools.javac.util.JCDiagnostic.getFragmentFormatter()
           
com.sun.tools.javac.file.BaseFileObject.getName()
          see bug 6410637 
com.sun.tools.javac.file.RegularFileObject.getName()
           
com.sun.tools.javac.file.ZipArchive.ZipFileObject.getName()
           
com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject.getName()
          see bug 6410637 
com.sun.tools.javac.jvm.ClassReader.SourceFileObject.getName()
          see bug 6410637 
com.sun.tools.javac.file.BaseFileObject.getPath()
          see bug 6410637 
com.sun.tools.javac.file.RegularFileObject.getPath()
           
com.sun.tools.javac.file.ZipArchive.ZipFileObject.getPath()
           
com.sun.tools.javac.file.ZipFileIndexArchive.ZipFileIndexFileObject.getPath()
          see bug 6410637 
com.sun.tools.javac.util.Log.getWriterForDiagnosticType(JCDiagnostic.DiagnosticType)
           
com.sun.javadoc.ClassDoc.importedClasses()
          Import declarations are implementation details that should not be exposed here. In addition, not all imported classes are imported through single-type-import declarations. 
com.sun.tools.javadoc.ClassDocImpl.importedClasses()
          Import declarations are implementation details that should not be exposed here. In addition, not all imported classes are imported through single-type-import declarations. 
com.sun.javadoc.ClassDoc.importedPackages()
          Import declarations are implementation details that should not be exposed here. In addition, this method's return type does not allow for all type-import-on-demand declarations to be returned. 
com.sun.tools.javadoc.ClassDocImpl.importedPackages()
          Import declarations are implementation details that should not be exposed here. In addition, this method's return type does not allow for all type-import-on-demand declarations to be returned. 
com.sun.tools.javac.main.JavaCompiler.parse(String)
           
com.sun.tools.javac.code.Types.toString(Type)
          Types.toString(Type t, Locale l) provides better support for localization 
 

Deprecated Constructors
com.sun.tools.javac.api.JavacTool()
           
com.sun.tools.javac.util.Log(Context, PrintWriter, PrintWriter, PrintWriter)