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 8140 - Invalid compile error from fastjavac
Summary: Invalid compile error from fastjavac
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 major (vote)
Assignee: Ivan Bradac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-11-02 01:11 UTC by Scott Stark
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 Scott Stark 2000-11-02 01:11:20 UTC
package com.dscape.apps.prototype2;

import java.util.HashMap;

public class Tst
{
    DataMap dataMap = new DataMap();

    static class DataMap extends HashMap
    {
        public Object get(String key)
        {
            return super.get(key);
        }
    }

    public Tst()
    {
        dataMap.get("x");
    }
}

Compiling the above class with fastjavac produces the following error:

com/dscape/apps/prototype2/Tst.java [19:1] No method found matching get(String)
        dataMap.get("x");
                ^
1 error


bash-2.04$ /usr/local/Java/Forte4j_devl/netbeans/bin/fastjavac/fastjavac.exe -
version
fastjavac: version 4.0, 10/20/00-14:21, build #441
Comment 1 anovak 2001-01-12 13:23:59 UTC
I filled a bug against bugtraq.
Comment 2 Svata Dedic 2001-01-17 16:01:59 UTC
As other team does fastjavac development, there's nothing we can do for fixing
the bug than hand over the bug descriptions to the responsible team (already
done). We will send out a message to nbusers@ and nbdev@ if/when new release of
fastjavac will be available.
Comment 3 Svata Dedic 2001-02-14 13:57:59 UTC
Reopening/reassigning to Sustaining team.
Comment 4 Ivan Bradac 2001-02-16 11:44:52 UTC
Has been forwarded to the Sun's fastjavac team.
Comment 5 Ivan Bradac 2001-02-27 09:58:51 UTC
Fixed in Dev-132.
Comment 6 Ivan Bradac 2001-02-27 09:59:10 UTC
Fixed in Dev-132.
Comment 7 Jan Becicka 2001-03-02 15:54:34 UTC
[dev-136] Verified
Comment 8 Quality Engineering 2003-07-01 13:21:02 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.