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 199064 - Profiler reports unreadable error
Summary: Profiler reports unreadable error
Status: RESOLVED INCOMPLETE
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.0
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-31 21:37 UTC by jon80
Modified: 2011-10-05 17:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot and source code (91.04 KB, application/zip)
2011-05-31 21:37 UTC, jon80
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jon80 2011-05-31 21:37:27 UTC
Created attachment 108638 [details]
screenshot and source code 

I'm trying to run a test on a little code snippet, using the profiler feature that is accessible through the Profile menu, however when the profiler runs it seems not to provide sufficient information, due to a problem parsing the information required from the code snippet.

The error displayed when running the profiler indicates that the 'line is too long'.

See attachments, which include a screenshot, and, the source code being tested for performance.

Just for information I am trying to test whether and why the performance would be affected by using Graphics.dispose(), as recommended (http://download.oracle.com/javase/6/docs/api/java/awt/Graphics.html).
Comment 1 J Bachorik 2011-10-04 10:55:12 UTC
I am not able to reproduce the described problem. Could you provide a more detailed description how to reproduce the error and attach IDE's messages.log?
Comment 2 jon80 2011-10-04 19:14:13 UTC
I have no idea how to reproduce the problem, and, could not find a file named messages.log under the Program directory either.
Comment 3 Petr Cyhelsky 2011-10-05 08:41:31 UTC
the messages.log file lives in var/log/ subdirectory of your netbeans userdir. The location of your NB userdir can be seen in Help|About.
Comment 4 J Bachorik 2011-10-05 17:12:22 UTC
The easiest way to obtain it is to open View/IDE Log menu in the IDE. Then you can copy/paste the contents to a text file and attach that file here.