5657585960616263
* @throws Exception if occur */ @Before public void setUp() throws Exception { f = Models.getModelFactory(); compiler = new VolatileCompiler(); target = new Jsr269(f); }
80818283848586
*/ @Before public void setUp() throws Exception { f = Models.getModelFactory(); files = new ArrayList<VolatileJavaFile>(); compiler = new VolatileCompiler(); }