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

Summary: Profiler reports unreadable error
Product: profiler Reporter: jon80 <jon80>
Component: IdeAssignee: J Bachorik <yardus>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot and source code

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.