You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is Issue 122 moved from a Google Code project.
Added by 2010-09-23T06:16:54.000Z by j.takak...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).
Original labels: Type-Defect, Priority-High, v0.9.23
Original description
An error has occurred while building the revision 1465.
Is an error caused by a javac bug?
(see http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6302954, https://bugs.eclipse.org/bugs/show_bug.cgi?id=98379)
And I and attached the modified patch.
----------
init:
[echo] -----------------------------------
[echo] -> orientdb-core
[echo] -----------------------------------
compile:
[javac] Compiling 166 source files to /tmp/orientdb/trunk/core/target/classes
[javac] /tmp/orientdb/trunk/core/src/main/java/com/orientechnologies/orient/core/record/impl/ODocument.java:283: type parameters of <RET>RET cannot be determined; no unique maximal instance exists for type variable RET with upper bounds RET,java.lang.Object
[javac] RET value = rawField(iPropertyName);
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
BUILD FAILED
/tmp/orientdb/trunk/build-db.xml:126: The following error occurred while executing this line:
/tmp/orientdb/trunk/build-db.xml:15: The following error occurred while executing this line:
/tmp/orientdb/trunk/_base/base-build.xml:34: Compile failed; see the compiler error output for details.
Total time: 6 seconds
The text was updated successfully, but these errors were encountered:
This is Issue 122 moved from a Google Code project.
Added by 2010-09-23T06:16:54.000Z by j.takak...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).
Original labels: Type-Defect, Priority-High, v0.9.23
Original description
The text was updated successfully, but these errors were encountered: