Bug 28489

Summary: PackageFragmentRoot.fullExclusionPatternChars() could be optimized for non-source roots
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: performance
Version: 2.1   
Target Milestone: 2.1 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.