Bug 1738 - Can't set scrapbook package to package in prereq project (1GKZ25D)
Summary: Can't set scrapbook package to package in prereq project (1GKZ25D)
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 2000
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Darin Swanson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 6412
Blocks:
  Show dependency tree
 
Reported: 2001-10-10 22:18 EDT by Nick Edgar CLA
Modified: 2001-12-03 15:26 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 Nick Edgar CLA 2001-10-10 22:18:29 EDT
- new project ZZNick
- add project org.eclipse.ui to its class path
- new scrapbook page
- hit Set Package for Running Code button
- org.eclipse.ui's packages don't show up

I was trying to evaluate:
new org.eclipse.ui.views.navigator.StringMatcher("a", false, true).match("ab")

but could not get it to compile since StringMatcher has package visibility.
I wanted to create the scrapbook in a dummy project, so as not to modify org.eclipse.ui.

Also, the packages for org.eclipse.ui did not show up in ZZNick, as they do for external jars.
Is this as it should be?

NOTES:
Comment 1 DJ Houghton CLA 2001-10-24 06:39:29 EDT
PRODUCT VERSION:
202a

Comment 2 Darin Wright CLA 2001-11-28 20:58:26 EST
We are using an API on JavaUI to create the "package selection dialog". This 
API allows the specification of a Java project from which to select packages. 
However, there is no option to include packages from pre-req projects.

Requesting API from Java UI to provide ability to select from packages in a 
project, including its pre-req projects.
Comment 3 Darin Wright CLA 2001-11-29 11:27:24 EST
Received new support from JUI. Fixed. Re-assigning for verification.
Comment 4 Darin Wright CLA 2001-11-29 11:27:37 EST
Please verify.
Comment 5 Darin Swanson CLA 2001-12-03 15:26:59 EST
Verified.