Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » Why isn't compiled class cached in CompilationTestHelper.compile?
Why isn't compiled class cached in CompilationTestHelper.compile? [message #933659] Fri, 05 October 2012 08:06
Alexey Romanov is currently offline Alexey RomanovFriend
Messages: 263
Registered: May 2010
Senior Member
Looking at the source of CompilationTestHelper, I was a bit surprised to see that the generated class is recompiled every time getCompiledClass() is called. Obviously, this isn't a major issue, and I can just do

val clazz = compiledClass

in every test, but I shouldn't need to Smile Am I missing something?
Previous Topic:problem for define dsl
Next Topic:scoping: both uri and classpath based
Goto Forum:
  


Current Time: Thu Apr 25 05:26:44 GMT 2024

Powered by FUDForum. Page generated in 0.02861 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top