Bug 3408 - JCK 1.4 - NAME - qualified AmbiguousName and an ExpressionName (1GK7M9B)
Summary: JCK 1.4 - NAME - qualified AmbiguousName and an ExpressionName (1GK7M9B)
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 2000
: P1 normal (vote)
Target Milestone: 2.0 M3   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:54 EDT by Olivier Thomann CLA
Modified: 2002-01-28 12:40 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Thomann CLA 2001-10-10 22:54:38 EDT
http://www.ott.oti.com/uvm/OTIIBM/numbat/Testing/JCK-
14/tests/lang/NAME/name136/name13601/name13601.html - POSITIVE TEST
Test case:

	javac 1.4: OK
	javac 1.3: OK
	Eclipse compiler:
----------
1. ERROR in name13601.java (at line 29)
        res = cl1.cl.a.get_i2();
              ^^^^^^^^
cl1.cl.a cannot be resolved or is not a field
----------
NOTES:
Comment 1 Philipe Mulet CLA 2002-01-16 10:36:16 EST
With javac 1.4 beta 3:

p1\X.java:34: unexpected type
required: class, package
found   : variable
        res = cl1.cl.a.get_i2();
                 ^
1 error

I am thus suspecting they changed the exclude list for the test suites.
Comment 2 Philipe Mulet CLA 2002-01-28 12:40:07 EST
In recent jck1.4 update (1-10-2001), this test got changed, and we pass it 
without further action (early version of this test was wrong).

Closing