loldevs / riotapi

A general purpose api for all things riot
loldevs.github.io
Apache License 2.0
48 stars 14 forks source link

getVersionString() and many other methods are unknown? #43

Open Dvay opened 8 years ago

Dvay commented 8 years ago

Hi,

i cloned your repository to Eclipse (JDK 8, Marven plugin etc). But for some reason there are many methods unknown and many classes with unimplemented methods. Example getVersionString() or getInGameCredentials().

Am i doing something wrong or does this have an other reason ?

Thank you :-)

MaxiBoether commented 8 years ago

Same problem here

strangeglyph commented 8 years ago

Could you give me some kind of minimal configuration that shows the problem? pom + some simple code that fails to compile.

MaxiBoether commented 8 years ago

As Dvay stated, I just cloned the repository to Eclipse and eclipse/java shows tons off error.

"for some reason there are many methods unknown and many classes with unimplemented methods. Example getVersionString() or getInGameCredentials()."

rmschots commented 8 years ago

You probably need to sort out lombok for eclipse then.

strangeglyph commented 8 years ago

That sounds likely, yes. @Mayesters @Dvay - Could either of you test this and tell me if it fixes your issue?

MaxiBoether commented 8 years ago

Sorry for the late answer, can confirm, using Lombok, it works.