JDK-5087488 : Document supported methods in com.sun.tools.javac.Main
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 5.0
  • Priority: P1
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2004-08-16
  • Updated: 2017-05-16
  • Resolved: 2004-08-24
Related Reports
Duplicate :  
Relates :  
Description
The class com.sun.tools.javac.Main contains to supported static methods:

public static int compile(String[] args)
public static int compile(String[] args, PrintWriter out)

This should be documented somewhere.

Comments
EVALUATION Yes, we should document these methods on the web page http://java.sun.com/j2se/1.5.0/docs/relnotes/features.html#javac ###@###.### 2004-08-16
16-08-2004