コード例 #1
0
  /**
   * Checks whether the managed method library has any unresolved proxy.
   *
   * @return <code>true</code> if the managed method library has an unresolved proxy.
   */
  public boolean hasUnresolvedProxy() {
    if (debug) {
      DebugTrace.print(this, "hasUnresolvedProxy"); // $NON-NLS-1$
    }

    ILibraryResourceSet resourceSet = ((ILibraryResourceSet) editingDomain.getResourceSet());
    return resourceSet.hasUnresolvedProxy();
  }