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 231271 - Profiler uselessly verbose
Summary: Profiler uselessly verbose
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-14 10:56 UTC by Jiri Skrivanek
Modified: 2013-06-20 14:40 UTC (History)
0 users

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 Jiri Skrivanek 2013-06-14 10:56:15 UTC
Profiler is adding the same info message again and again to the message.log. It is really useless. To reproduce:

- create web project (Java EE 7, GlassFish)
- right-click project node and choose Profile
- confirm dialog with default values and once profiler is connected it starts to flood with messages like this one

INFO [org.netbeans.lib.profiler.infolog]: >>> Profiler agent [port=5140, id=1386
001339]: STATE_PROFILING

Product Version: NetBeans IDE 7.4 Beta (Build 201306132201)
Java: 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b14
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Jiri Sedlacek 2013-06-17 12:02:53 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/0b918e07d664.
Comment 2 Jiri Skrivanek 2013-06-20 14:40:44 UTC
Verified. Next time, please mark changeset with #BUGNUMBER ;-) Thanks.