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 - Multiple INFO messages printing in IDE Log
Summary: Multiple INFO messages printing in IDE Log
Status: RESOLVED DUPLICATE of bug 178446
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 6.x
Hardware: Other Linux
: P3 normal (vote)
Assignee: Victor Vasilyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-08 15:37 UTC by danblanks
Modified: 2010-02-02 07:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Find in Projects prints multiple INFO messages in IDE log (1.05 MB, text/plain)
2010-01-08 15:37 UTC, danblanks
Details

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