Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 343283

Summary: NPEs when running jdt.compiler.tool.tests against Java 7
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: kim.moir
Version: 3.7Keywords: investigate
Target Milestone: ---   
Hardware: PC   
OS: Linux-GTK   
Whiteboard:
Bug Depends on: 342936    
Bug Blocks: 342688    

Description Dani Megert CLA 2011-04-19 11:47:27 EDT
+++ This bug was initially created as a clone of Bug #342936 +++

We have made the tests more resilient but we should still investigate why we don't get the compiler in the test setup.

Not high prio.
Comment 1 Olivier Thomann CLA 2011-04-28 15:42:50 EDT
Could it be relate to code coverage ? I guess it something goes wrong while loading the default compiler, then it might return null.
Kim, is it possible to run these tests again and see if there is anything interesting in the logs.
Comment 2 Kim Moir CLA 2011-04-28 16:50:11 EDT
Sure, I can rerun them.  Olivier, do you have a preference for the vm to run them with - Oracle or IBM?
Comment 3 Dani Megert CLA 2011-04-29 01:53:03 EDT
(In reply to comment #1)
> Could it be relate to code coverage ? I guess it something goes wrong while
> loading the default compiler, then it might return null.
> Kim, is it possible to run these tests again and see if there is anything
> interesting in the logs.

Didn't we already disable code coverage on the latest Oracle Java 7 run?(In reply to comment #2)


> Sure, I can rerun them.  Olivier, do you have a preference for the vm to run
> them with - Oracle or IBM?
Please use Oracle for now. Unfortunately the latest IBM results don't have the logs.
Comment 4 Kim Moir CLA 2011-04-29 11:06:09 EDT
Yes, code coverage was disabled when I ran them.
Comment 5 Dani Megert CLA 2011-08-18 07:52:02 EDT
I guess we can close this for now.