bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gjdoc/24723] New: gjdoc doesn't resolve links to the java library


From: stephan at apache dot org
Subject: [Bug gjdoc/24723] New: gjdoc doesn't resolve links to the java library
Date: 7 Nov 2005 23:00:10 -0000

Hi,
gjdoc doesn't resolve some links to the standard java libary or libraries
specified with the -classpath option. gjdoc prints also some, in my opinion,
incorrect warnings.

Simple class tested with "gjdoc -link http://java.sun.com/j2se/1.4.2/docs/api
TestStandardLibs.java":
import java.util.LinkedList;

public class TestStandardLibs {

  public class Test1 {}
  public class Test2 extends Object {}
  public class Test3 extends java.lang.Object {}
  public class Test4 extends LinkedList {}
  public class Test5 extends java.util.HashMap {}
}

Warnings:
WARNING: Cannot locate class java.lang.Object referenced in class
TestStandardLibs.Test1
WARNING: Cannot locate class Object referenced in class TestStandardLibs.Test2
WARNING: Error while loading class LinkedList
WARNING: Cannot locate class java.util.HashMap referenced in class
TestStandardLibs.Test5
WARNING: Cannot locate class java.util.LinkedList referenced in class
TestStandardLibs.Test5

Links:
Test1: work!
Test2: failed!
Test3: work!
Test4: failed!
Test5: work!


-- 
           Summary: gjdoc doesn't resolve links to the java library
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: gjdoc
        AssignedTo: julian at sektor37 dot de
        ReportedBy: stephan at apache dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24723





reply via email to

[Prev in Thread] Current Thread [Next in Thread]