This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 9379 - a source that compile cleanly gets errors when compiled on netbeans
Summary: a source that compile cleanly gets errors when compiled on netbeans
Status: CLOSED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 normal (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-03 01:31 UTC by Ignacio J. Ortega
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ignacio J. Ortega 2001-02-03 01:31:08 UTC
org/apache/tomcat/modules/session/SimpleSessionStore.java [328:1] Ambiguous
class name 'Reaper'
    protected Reaper reaper;
              ^
org/apache/tomcat/util/net/PoolTcpEndpoint.java [117:1] Ambiguous class
name 'ThreadPoolRunnable'
    ThreadPoolRunnable listener;
    ^
org/apache/tomcat/util/net/PoolTcpEndpoint.java [121:1] Ambiguous class
name 'ThreadPool'
    ThreadPool tp;
    ^
org/apache/tomcat/util/net/PoolTcpEndpoint.java [369:1] Ambiguous class
name 'ThreadPoolRunnable'
class TcpWorkerThread implements ThreadPoolRunnable {
                                 ^
org/apache/tomcat/util/net/PoolTcpEndpoint.java [369:1] class
ThreadPoolRunnable must be an interface.
class TcpWorkerThread implements ThreadPoolRunnable {
                                 ^
Note: 5 files use deprecated APIs.  Recompile with "-deprecation" for details.
5 errors
Comment 1 Svata Dedic 2001-02-05 06:56:59 UTC
Can you tell me the compiler type you are using and the configuration of your
compiler ? For an external compiler, please include the contents of its
"external compiler" property.
Also please verify that you don't have multiple filesystems with the same
classes mounted or that those classes are not on the IDE's classpath (in some
jar/library).
Comment 2 Svata Dedic 2001-02-15 12:56:59 UTC
Without additional information, I cannot investigate/fix the bug. Please reopen, if it happens again and please make a more detailed report (see the previous comment).
Comment 3 Quality Engineering 2003-07-01 13:12:49 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.
Comment 4 Quality Engineering 2003-07-01 13:20:58 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.