JDK-8022052 : BasicTreeUI.ensureRowsAreVisible should check path bounds for null
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7u13
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2013-08-01
  • Updated: 2014-03-18
  • Resolved: 2014-03-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8-poolResolved
Related Reports
Duplicate :  
Description
Method BasicTreeUI.ensureRowsAreVisible iterates over several tree rows and calculates their bounds. However getPathBounds() is allowed to return null so that method should check for null value at line 1944.

Please see the NetBeans issue for complete stack trace.


https://netbeans.org/bugzilla/show_bug.cgi?id=227268