Bug 30496 - CU/classfile name validation shouldn't scan if suffix isn't the proper one
Summary: CU/classfile name validation shouldn't scan if suffix isn't the proper one
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: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2003-01-29 08:28 EST by Philipe Mulet CLA
Modified: 2003-02-12 07:40 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 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.