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 179331

Summary: Multiple INFO messages printing in IDE Log
Product: utilities Reporter: danblanks <danblanks>
Component: SearchAssignee: Victor Vasilyev <vvg>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: Other   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Find in Projects prints multiple INFO messages in IDE log

Description danblanks 2010-01-08 15:37:37 UTC
Created attachment 93146 [details]
Find in Projects prints multiple INFO messages in IDE log

During C++ development, My IDE Log is filling up with a long list of this printout:

INFO [org.netbeans.modules.search.BufferedCharSequence]: <init> source=[channel = sun.nio.ch.FileChannelImpl@8da34, buffer = java.nio.HeapByteBuffer[pos=0 lim=4096 cap=4096]]; decoder = sun.nio.cs.UTF_8$Decoder@4ab411; sink = [buffer[capacity = 4096]]

I haven't been able to associate this with a particular action, though it was preceeded by this message:

WARNING [org.netbeans.editor.BaseDocument]: sun.reflect.NativeMethodAccessorImpl uses deprecated, slow and dangerous method BaseDocument.atomicLock ().

I will attach the printout of the ide log.
Comment 1 danblanks 2010-01-08 16:32:49 UTC
Comment on attachment 93146 [details]
Find in Projects prints multiple INFO messages in IDE log

I determined that these INFO messages are triggered whenever I do a "Find in Projects" search.
Comment 2 Victor Vasilyev 2010-02-02 07:15:21 UTC

*** This bug has been marked as a duplicate of bug 178446 ***