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 - Excessive logging from search.BufferedCharSequence
Summary: Excessive logging from search.BufferedCharSequence
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Victor Vasilyev
URL:
Keywords:
: 179331 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-12-10 13:31 UTC by Jesse Glick
Modified: 2010-02-02 07:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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