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 181097

Summary: An issue with printing in Netbeans 6.8
Product: java Reporter: bagift10
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED WONTFIX    
Severity: normal Keywords: RANDOM
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Program in which the issue occurs.

Description bagift10 2010-02-23 11:02:31 UTC
Created attachment 94427 [details]
Program in which the issue occurs.

On occasion, my output field reverses the input text and the output. When the output should appear like this: KOEHN (next line) KN, it appears like this: KN (next line) KOEHN. In this time, the output field flashes as the two switch places. Is this a flaw in programming or a flaw of the IDE? The java file for this program is attached. Also note that this issue seems to occur at random, it is not a consistent issue. However, this is not the only program that this issue has been occurring in. The only time that it seems to occur is when I am manipulating strings.
Comment 1 Dusan Balek 2010-05-05 15:23:11 UTC
Apparently not a javac compiler issue.