longerShi / gclogviewer

Automatically exported from code.google.com/p/gclogviewer
0 stars 0 forks source link

看到一段无限循环代码 #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Stats.java

From Line 203 to Line 207

  String s = r.readLine();
    while (s != null)
    {
        add(s);
    }

Original issue reported on code.google.com by team...@gmail.com on 11 May 2010 at 1:29