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
{{ message }}
This repository has been archived by the owner on May 9, 2019. It is now read-only.
I cloned this (as sbt project) into IntelliJ, Java 8, and got the following:
Information:5/1/2017 8:11 PM - Compilation completed with 12 errors and 0 warnings in 2m 1s 500ms
C:\Users\RLOPACs\online-auction-java\tools\src\main\java\com\example\auction\pagination\PaginatedSequence.java
Error:(3, 14) java: package lombok does not exist
Error:(4, 24) java: package org.pcollections does not exist
Error:(9, 2) java: cannot find symbol
symbol: class Value
Error:(11, 5) java: cannot find symbol
symbol: class PSequence
location: class com.example.auction.pagination.PaginatedSequence
Error:(16, 30) java: cannot find symbol
symbol: class PSequence
location: class com.example.auction.pagination.PaginatedSequence
Error:(3, 12) java: package akka does not exist
Error:(24, 35) java: cannot find symbol
symbol: class Done
location: class com.example.core.CompletionStageUtils
Error:(35, 39) java: cannot find symbol
symbol: class Done
location: class com.example.core.CompletionStageUtils
Error:(36, 74) java: cannot find symbol
symbol: variable Done
location: class com.example.core.CompletionStageUtils
Error:(36, 74) java: cannot find symbol
symbol: variable Done
location: class com.example.core.CompletionStageUtils
The text was updated successfully, but these errors were encountered:
HI @brw31415 I assume this was fixed on your environment so I'll close the issue. Feel free to report back and reopen again if other problems related to this issue arise.
I cloned this (as sbt project) into IntelliJ, Java 8, and got the following:
Information:5/1/2017 8:11 PM - Compilation completed with 12 errors and 0 warnings in 2m 1s 500ms
C:\Users\RLOPACs\online-auction-java\tools\src\main\java\com\example\auction\pagination\PaginatedSequence.java
Error:(3, 14) java: package lombok does not exist
Error:(4, 24) java: package org.pcollections does not exist
Error:(9, 2) java: cannot find symbol
symbol: class Value
Error:(11, 5) java: cannot find symbol
symbol: class PSequence
location: class com.example.auction.pagination.PaginatedSequence
Error:(16, 30) java: cannot find symbol
symbol: class PSequence
location: class com.example.auction.pagination.PaginatedSequence
Error:(3, 12) java: package akka does not exist
Error:(24, 35) java: cannot find symbol
symbol: class Done
location: class com.example.core.CompletionStageUtils
Error:(35, 39) java: cannot find symbol
symbol: class Done
location: class com.example.core.CompletionStageUtils
Error:(36, 74) java: cannot find symbol
symbol: variable Done
location: class com.example.core.CompletionStageUtils
Error:(36, 74) java: cannot find symbol
symbol: variable Done
location: class com.example.core.CompletionStageUtils
The text was updated successfully, but these errors were encountered: