Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-JSR-3, 1.0-JSR-4, 1.0-JSR-5, 1.0-JSR-6, 1.0-RC-1, 1.0-RC-2, 1.0, 1.1-beta-1, 1.1-beta-2
-
Component/s: None
-
Labels:None
-
Environment:Win XP - j2sdk-1.4.2_08
-
Testcase included:yes
-
Number of attachments :
Description
The code below only read the first line of a file
fr = new FileReader('test2E2R.pr03') String line1 = "" while (line1 != null) { line1 = fr.readLine() println line1 } fr.close()
I got the same problem.. only the first line.
groovy bug.groovy bug.groovy