RawrUniversal / xerial

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

Compile error in JSONPullParser #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. mvn compile 

What is the expected output? What do you see instead?

[INFO] Compilation failure
/Users/leo/work/workspace/XerialJ/xerial-core/src/main/java/org/xerial/json/JSON
PullParser.java:[79,34]
シンボルを見つけられません。
シンボル: メソッド peekLast()
場所    : java.util.LinkedList<org.xerial.json.JSONPullParser.ParseState>
の クラス

LinkdeList#peekLast() was introduced since jdk 1.6, so JDK on Mac (1.5)
cannot compile this code.

Original issue reported on code.google.com by taroleo on 10 Jan 2008 at 1:08

GoogleCodeExporter commented 8 years ago
This problem was resolved in xerial-core 0.6.2

Original comment by taroleo on 11 Jan 2008 at 10:47