Bug 95748 - SourceMapper should not write timing info to stdout
Summary: SourceMapper should not write timing info to stdout
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 RC1   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-18 09:43 EDT by Markus Keller CLA
Modified: 2005-05-27 08:20 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.