Bug 30496

Summary: CU/classfile name validation shouldn't scan if suffix isn't the proper one
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
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 Philipe Mulet CLA 2003-01-29 08:28:18 EST
Build 20030122

Current implementation is always scanning identifier part, prior to realizing 
the file suffix isn't the expected one.

As a consequence, JavaCore.create(IResource) is always scanning twice the name 
of a classfile (first trying to match it as a unit name).
Comment 1 Philipe Mulet CLA 2003-01-29 08:33:14 EST
Fixed
Comment 2 David Audel CLA 2003-02-12 07:40:36 EST
Verified.