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
hu.qgears.rtemplate.ast.AbstractAST$OffsetComparator calls Integer.compare(int x, int y), which is present from Java 1.7, whereas Bundle-RequiredExecutionEnvironment: JavaSE-1.6 is set in the MANIFEST.MF. As a consequence, Eclipse complains that the method is undefined if a real Java 6 execution environment is assigned to the JavaSE-1.6 execution environment. (Otherwise, if Java 7 or Java 8 JDK is assigned to JavaSE-1.6, it does not.)
The text was updated successfully, but these errors were encountered:
hu.qgears.rtemplate.ast.AbstractAST$OffsetComparator
calls Integer.compare(int x, int y), which is present from Java 1.7, whereasBundle-RequiredExecutionEnvironment: JavaSE-1.6
is set in theMANIFEST.MF
. As a consequence, Eclipse complains that the method is undefined if a real Java 6 execution environment is assigned to theJavaSE-1.6
execution environment. (Otherwise, if Java 7 or Java 8 JDK is assigned toJavaSE-1.6
, it does not.)The text was updated successfully, but these errors were encountered: