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 95909 - AIOOB in GTK LaF
Summary: AIOOB in GTK LaF
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-19 12:17 UTC by Jiri Sedlacek
Modified: 2007-02-19 12:29 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 Sedlacek 2007-02-19 12:17:00 UTC
For GTK LaF AIOOB occurs whenever the cursor reaches empty space between last 
table header column and show/hide columns button.

java.lang.ArrayIndexOutOfBoundsException: -1
  at com.sun.tools.profiler.ui.components.table.ExtendedTableModel.getRealColumn
(ExtendedTableModel.java:68)
  ...
Comment 1 Jiri Sedlacek 2007-02-19 12:29:34 UTC
Fixed for M8.