Bug 72361 - cannot import from (default package)
Summary: cannot import from (default package)
Status: RESOLVED DUPLICATE of bug 45206
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-20 11:58 EDT by Tim Daley CLA
Modified: 2004-08-20 16:11 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Daley CLA 2004-08-20 11:58:36 EDT
package org.ccci.soap.actuate.schemas.message;

import Arguments;

public class MyArguments extends Arguments
{

}



yields errors

Severity	Description	Resource	In Folder	Location
	Creation Time
2	The import Arguments cannot be resolved	MyArguments.java
	Actuate7Soap/src/org/ccci/soap/actuate/schemas/message	line 3	August 
20, 2004 11:49:51 AM


Severity	Description	Resource	In Folder	Location
	Creation Time
2	Arguments cannot be resolved or is not a valid superclass
	MyArguments.java
	Actuate7Soap/src/org/ccci/soap/actuate/schemas/message	line 5	August 
20, 2004 11:49:51 AM

The following are cut-and-pasted from the Properties/Info for the objects:
Arguments.java:
C:\Projects\Java\Actuate7Client\Actuate7Soap\src\Arguments.java

(default package):
C:\Projects\Java\Actuate7Client\Actuate7Soap\src

Compliance is set to 1.4
My JRE System Library is j2sdk1.4.2_04
Comment 1 Olivier Thomann CLA 2004-08-20 16:11:27 EDT

*** This bug has been marked as a duplicate of 45206 ***