This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 178446

Summary: Excessive logging from search.BufferedCharSequence
Product: utilities Reporter: Jesse Glick <jglick>
Component: SearchAssignee: Victor Vasilyev <vvg>
Status: RESOLVED FIXED    
Severity: normal CC: danblanks
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2009-12-10 13:31:54 UTC
When I do a text search in the IDE, I get hundreds of lines like

INFO [org.netbeans.modules.search.BufferedCharSequence]: <init> source=[channel = sun.nio.ch.FileChannelImpl@7b932c, buffer = java.nio.HeapByteBuffer[pos=0 lim=3223 cap=3223]]; decoder = sun.nio.cs.UTF_8$Decoder@1e716b2; sink = [buffer[capacity = 3223]]

Please remove this or log at FINER.
Comment 1 Victor Vasilyev 2009-12-11 02:09:36 UTC
Fixed in the main trunk
http://hg.netbeans.org/main/rev/61cef56ece1a
Comment 2 Victor Vasilyev 2010-02-02 07:15:21 UTC
*** Bug 179331 has been marked as a duplicate of this bug. ***