Bug 3408

Summary: JCK 1.4 - NAME - qualified AmbiguousName and an ExpressionName (1GK7M9B)
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P1    
Version: 2.0   
Target Milestone: 2.0 M3   
Hardware: All   
OS: Windows 2000   
Whiteboard:

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