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 108570 - print() and printf() inconsisent with command line execution
Summary: print() and printf() inconsisent with command line execution
Status: RESOLVED DUPLICATE of bug 56341
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-30 17:07 UTC by ramuski
Modified: 2008-12-22 10:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Text Input behavior very differnt from command line and NetBeans (14.10 KB, text/plain)
2007-06-30 17:12 UTC, ramuski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ramuski 2007-06-30 17:07:34 UTC
The behavior of System.out.print() and System.out.printf() is quite different in NetBeans than when I compile and run
the same program from the command line with javac and java. This means I need to exit NetBeans to test my code whenever
I use these two methods.
Comment 1 ramuski 2007-06-30 17:12:09 UTC
Created attachment 44598 [details]
Text Input behavior very differnt from command line and NetBeans
Comment 2 ivan 2007-07-03 02:54:33 UTC
terminalemulator has not been used by NB since 4.x.
Transfering to core/output.
I believe problems with input, which is what this IZ is really about,
have to do with how 'ant' manages i/o although I don't have
any more details on that.
Comment 3 Milos Kleint 2007-07-10 13:08:48 UTC
duplicate of #56341,
output window itself can do partial lines, currently it's Ant that does the line-by-line output processing.


*** This issue has been marked as a duplicate of 56341 ***