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 - Cannot output "123b" in console window
Summary: Cannot output "123b" in console window
Status: REOPENED
Alias: None
Product: ide
Classification: Unclassified
Component: UI (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-18 17:17 UTC by bugmenot1
Modified: 2017-09-29 21:22 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 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)