Bug 21308

Summary: Method.isObsolete() broken for method ID 0 on JDK < 1.4
Product: [Eclipse Project] JDT Reporter: Jared Burns <jared_burns>
Component: DebugAssignee: Darin Swanson <Darin_Swanson>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0.1   
Hardware: Other   
OS: All   
Whiteboard:

Description Jared Burns CLA 2002-07-08 10:43:59 EDT
Our current implementation of the JDI method Method.isObsolete() just returns 
MethodID == 0. This is valid for JDWP 1.4, but not for earlier versions. 
Before HCR existed, method id 0 was a valid method ID. Furthermore, a method 
can not be obsolete on JDK < 1.4
Comment 1 Jared Burns CLA 2002-07-08 10:45:33 EDT
Fixed. Please verify.
Comment 2 Darin Swanson CLA 2002-07-15 14:21:40 EDT
Verified code.
Comment 3 Darin Wright CLA 2002-07-23 15:15:09 EDT
Fix released to 2.0.1 and HEAD (2.1)