Bug 28489 - PackageFragmentRoot.fullExclusionPatternChars() could be optimized for non-source roots
Summary: PackageFragmentRoot.fullExclusionPatternChars() could be optimized for non-so...
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2002-12-17 07:25 EST by Jerome Lanneluc CLA
Modified: 2003-02-07 10:52 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Lanneluc CLA 2002-12-17 07:25:11 EST
Buid 20021216

PackageFragmentRoot.fullExclusionPatternChars() could be optimized to return 
null if the root is not a source root.
Comment 1 Jerome Lanneluc CLA 2003-01-14 11:25:14 EST
Fixed by checking the kind of the root: if it is not K_SOURCE return null.
Comment 2 David Audel CLA 2003-02-07 10:52:45 EST
Verified.