Bug 167719 - [evaluation] evals for 1.4 project on 1.5 VM don't work
Summary: [evaluation] evals for 1.4 project on 1.5 VM don't work
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: readme
Depends on:
Blocks:
 
Reported: 2006-12-12 14:47 EST by Darin Wright CLA
Modified: 2007-06-01 14:01 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Wright CLA 2006-12-12 14:47:37 EST
Trying to perform an expression evaluation for a project with 1.4 compliance settings, while running on a 1.5 do not work. I assume we're trying to compile 1.5 code against a 1.4 project. For example, if a perform an evaluation on a java.util.Vector like "this.get(0)" in the varibles view, I get the following errors:

- the method get(int) is undefined for the type Vector
- Evaluations must contain either an expression or a block of well formed statements

In this case, the runtime class libs have generics
Comment 1 Darin Wright CLA 2006-12-12 17:47:22 EST
No intending to address currently.
Comment 2 Darin Wright CLA 2007-06-01 14:01:27 EDT
works in 3.3
Comment 3 Darin Wright CLA 2007-06-01 14:01:38 EDT
works for me