Bug 3740 - frysk/gui/test/TestParser.java contains System.out.println
Summary: frysk/gui/test/TestParser.java contains System.out.println
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 3392
  Show dependency treegraph
 
Reported: 2006-12-16 00:53 UTC by Andrew Cagney
Modified: 2006-12-16 00:53 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2006-12-16 00:53:22 UTC
If there's an error or something like:
        System.out.print("sourcelist[" + i + "] = " + sourcelist[i] + "\n");
            System.out.println("Error reading source file " + sourcelist[i]
instead call fail, with the same parameter.