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 257614

Summary: Cannot output "123b" in console window
Product: ide Reporter: bugmenot1
Component: UIAssignee: issues@ide <issues>
Status: REOPENED ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description bugmenot1 2016-01-18 17:17:22 UTC
It's not possible to write "123b" to the console window.

System.out.println("123a");
System.out.println("123b"); // no output
System.out.println("123b "); // no output
System.out.println("123c");

Actual output:
123a
123c

Product Version: NetBeans IDE Dev (Build 201601150002)
Java: 1.8.0_66; Java HotSpot(TM) 64-Bit Server VM 25.66-b18
Runtime: Java(TM) SE Runtime Environment 1.8.0_66-b18
System: Windows 7 version 6.1 running on amd64; Cp1252; de_DE (nb)
Comment 1 markiewb 2016-07-27 21:19:10 UTC
Worksforme.

Product Version: NetBeans IDE 8.1 (Build 201510222201)
Updates: NetBeans IDE is updated to version NetBeans 8.1 Patch 1
Java: 1.8.0_71; Java HotSpot(TM) 64-Bit Server VM 25.71-b15
Runtime: Java(TM) SE Runtime Environment 1.8.0_71-b15
Comment 2 bugmenot1 2017-09-29 21:22:10 UTC
This bug may look strange, but I can reproduce it on a different machine (using NetBeans 8.2 on Windows 10 64-Bit).

Product Version: NetBeans IDE 8.2 (Build 201609300101)
Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
Java: 1.8.0_141; Java HotSpot(TM) 64-Bit Server VM 25.141-b15
Runtime: Java(TM) SE Runtime Environment 1.8.0_141-b15
System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)