Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

[eclipse/xtext-core#517] Moved Class File Constant Calculation to JavaVersion Enum #615

Merged
merged 1 commit into from
Mar 28, 2018

Conversation

cdietrich
Copy link
Member

[eclipse-xtext/xtext#2578] Moved Class File Constant Calculation to JavaVersion Enum

Signed-off-by: Christian Dietrich [email protected]

@cdietrich cdietrich requested a review from szarnekow March 27, 2018 11:43
@cdietrich cdietrich added this to the Release_2.14 milestone Mar 27, 2018
@@ -228,29 +227,13 @@ public InMemoryJavaCompiler(final ClassLoader parent, final CompilerOptions comp
InMemoryJavaCompiler.ClassLoaderBasedNameEnvironment _classLoaderBasedNameEnvironment = new InMemoryJavaCompiler.ClassLoaderBasedNameEnvironment(parent);
this.nameEnv = _classLoaderBasedNameEnvironment;
this.parentClassLoader = parent;
Map _map = compilerOptions.getMap();
Map<String, String> _map = compilerOptions.getMap();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this work with Luna TP?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aergg ich hate luna

@cdietrich
Copy link
Member Author

fixed the generics problem

@cdietrich cdietrich merged commit 655e1a3 into master Mar 28, 2018
@cdietrich cdietrich deleted the cd_core_issue_517 branch March 28, 2018 04:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants