Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 344729 - [1.7] Remove JavaModelUtil.HIDE_VERSION_1_7
Summary: [1.7] Remove JavaModelUtil.HIDE_VERSION_1_7
Status: CLOSED DUPLICATE of bug 321035
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.7   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.8   Edit
Assignee: Markus Keller CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-04 12:53 EDT by Markus Keller CLA
Modified: 2012-03-20 06:49 EDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2011-05-04 12:53:49 EDT
BETA_JAVA7

Remove JavaModelUtil.HIDE_VERSION_1_7 (or revert patch from bug 342391).

I've initialized it to "Boolean.FALSE.booleanValue();" in the trunk to avoid irrelevant deviation from HEAD and to avoid dead code errors.

Unfortunately, to properly support 1.7 in BETA_JAVA7 again, we also need to branch the following projects and flip these files:

- org.eclipse.jdt.launching: JavaRuntime.java (bug 321043)
- org.eclipse.osgi:          JavaSE-1.7.profile (bug 342322)
Comment 1 Markus Keller CLA 2011-05-04 13:11:42 EDT
I've opened bug 344732 and bug 344734 to ask for a BETA_JAVA7 branch in the other projects.
Comment 2 Olivier Thomann CLA 2011-05-04 13:18:13 EDT
Once this is fixed, I'll work on getting a p2 repository that contains all jdt projects from BETA_JAVA7 branch + osgi from that branch.
Comment 3 Ayushman Jain CLA 2011-05-04 13:57:30 EDT
I have also updated the wiki page http://wiki.eclipse.org/JDT_Core/Java7#What_to_do_to_set_up_the_IDE to make sure people can test BETA_JAVA7 branch.
Comment 4 Markus Keller CLA 2012-03-20 06:49:01 EDT

*** This bug has been marked as a duplicate of bug 321035 ***