Bug 3368

Summary: JCK 1.4 - INTF - The field of protected interface is used in other package (1GK7M25)
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: markrose
Version: 2.0   
Target Milestone: 2.0 M2   
Hardware: All   
OS: Windows 2000   
Whiteboard:

Description Olivier Thomann CLA 2001-10-10 22:53:57 EDT
http://www.ott.oti.com/uvm/OTIIBM/numbat/Testing/JCK-
14/tests/lang/INTF/intf042/intf04201/intf04201.html - POSITIVE TEST
Test case: 2 classes
	javac 1.4: OK
	javac 1.3: OK
	Eclipse compiler:
----------
1. ERROR in intf04201.java (at line 12)
        if (javasoft.sqe.tests.lang.intf042.intf04201_a.intf04201_a.intr.fname 
== 4)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The type javasoft.sqe.tests.lang.intf042.intf04201_a.intf04201_a.intr is not 
visible
----------
NOTES:
Comment 1 Philipe Mulet CLA 2001-12-05 12:22:46 EST
Likely a duplicate of 6456.
Comment 2 Philipe Mulet CLA 2001-12-06 05:15:43 EST
Not a duplicate, rather a type visibility problem
Comment 3 Philipe Mulet CLA 2001-12-06 07:21:15 EST
Protected type visibility check tweaked.
Fixed
Comment 4 Philipe Mulet CLA 2001-12-19 05:17:16 EST
*** Bug 7066 has been marked as a duplicate of this bug. ***
Comment 5 Philipe Mulet CLA 2001-12-19 05:47:15 EST
*** Bug 7072 has been marked as a duplicate of this bug. ***