Bug 3368 - JCK 1.4 - INTF - The field of protected interface is used in other package (1GK7M25)
Summary: JCK 1.4 - INTF - The field of protected interface is used in other package (1...
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M2   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 7066 7072 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-10-10 22:53 EDT by Olivier Thomann CLA
Modified: 2002-01-11 08:56 EST (History)
1 user (show)

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: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. ***