Bug 191928

Summary: Use Util.log instead of printStackTrace at AbstractImageBuilder#612
Product: [Eclipse Project] JDT Reporter: Maxime Daniel <maxime_daniel>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.3   
Target Milestone: 3.4 M1   
Hardware: PC   
OS: All   
Whiteboard:

Description Maxime Daniel CLA 2007-06-11 07:24:23 EDT
Source code based, v_770.

Noticed that we used printStackTrace here instead of Util.log (what we do in other places in the package when we want to log the exception). Discussed with Kent who sees no (good) reason to do so.
Hence we should call Util.log there.

(Not conduced a systematic search upon all our sources yet, but this would be needed as well.)
Comment 1 Kent Johnson CLA 2007-06-26 10:50:07 EDT
Switched 2 calls in AbstractImageBuilder & IncrementalImageBuilder
Comment 2 Frederic Fusier CLA 2007-08-03 10:30:32 EDT
Verified (with v_804 code) for 3.4M1 using build I20070802-0800.