Lines Matching refs:API
6 * This class contains method to compare two API objects.
32 /** For easy local access to the old API object. */
33 private static API oldAPI_;
34 /** For easy local access to the new API object. */
35 private static API newAPI_;
40 public void compareAPIs(API oldAPI, API newAPI) {
53 // Find packages which were removed in the new API
58 // all the *API classes.
62 // in both the old and new API, then treat it as changed,
64 // one instance of a package with the same name in an API.
84 // Find packages which were added or changed in the new API
110 // The percent change statistic reported for all elements in each API is
124 // This should never be zero because an API always has packages?
165 // all the *API classes.
877 API api = oldAPI_;
880 api = newAPI_;
883 ClassAPI cls = (ClassAPI)api.classes_.get(className);
886 System.out.println("Warning: class " + className + " not found in the new API when creating Javadoc link");
888 System.out.println("Warning: class " + className + " not found in the old API when creating Javadoc link");