Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
11.0
-
None
-
None
-
Product Version: Apache NetBeans IDE Dev (Build 20190207-1340caf09590)
Updates: Updates available
Java: 13-ea; OpenJDK 64-Bit Server VM 13-ea+6
Runtime: OpenJDK Runtime Environment 13-ea+6
System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb)
User directory: /Users/rami/Library/Application Support/NetBeans/dev
Cache directory: /Users/rami/Library/Caches/NetBeans/devProduct Version: Apache NetBeans IDE Dev (Build 20190207-1340caf09590) Updates: Updates available Java: 13-ea; OpenJDK 64-Bit Server VM 13-ea+6 Runtime: OpenJDK Runtime Environment 13-ea+6 System: Mac OS X version 10.13.6 running on x86_64; UTF-8; en_DE (nb) User directory: /Users/rami/Library/Application Support/NetBeans/dev Cache directory: /Users/rami/Library/Caches/NetBeans/dev
Description
Reproduction steps:
Open any Java File and make any syntax error
Expected result:
NetBeans show an error badges in the Projects window with Tooltip contains error badge
Actual result:
NetBeans show an error badges in the Projects window with Tooltip without error badge
Same error in RCP APP
jLabel.setToolTipText("<html>Hello<br /><img src='file:///" + img.getAbsolutePath() + "'></html>");
tested with JDK 8 and JDK 13