Bug 95748

Summary: SourceMapper should not write timing info to stdout
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 RC1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Markus Keller CLA 2005-05-18 09:43:35 EDT
N20050518-0010

SourceMapper should not print messages like "spent 10ms for Collections" to
stdout. The VERBOSE flag should be togglable by a debug option, and not be
hardcoded to true.

To reproduce, e.g. use content assist here:

class X {
	void m() {
		java.util.Collections. //content assist
	}
}
Comment 1 Olivier Thomann CLA 2005-05-18 10:22:47 EDT
Fixed and released in HEAD.
Comment 2 Frederic Fusier CLA 2005-05-27 08:20:02 EDT
Verified for 3.1 RC1 with build I20050527-0010.