[HELP] 282 Eclipse Warnings

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
ethos
Posts: 7
Joined: Thu Feb 17, 2011 3:16 am

[HELP] 282 Eclipse Warnings

Post by ethos »

Hi guyz i want to compile your Interlude core but i get some warnings and i need your help to solve them.
I did everything that your guide says here http://trac.l2jserver.com/wiki/Eclipse but when i checkout your svns i get this warnings...

Image

thanks in advance...
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: [HELP] 282 Eclipse Warnings

Post by Zoey76 »

Here I let you a patch that I made for this warnings, there are some code fixes but mostly, it's common sense fixes.

I hope you know how to apply a patch in Eclipse. :P
You do not have the required permissions to view the files attached to this post.
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
ethos
Posts: 7
Joined: Thu Feb 17, 2011 3:16 am

Re: [HELP] 282 Eclipse Warnings

Post by ethos »

Zoey76 wrote:Here I let you a patch that I made for this warnings, there are some code fixes but mostly, it's common sense fixes.

I hope you know how to apply a patch in Eclipse. :P
wow thanks a lot m8 u are awesome...
that fixed all of my warnings!
you are the only one who helped me to solve this problem...
again thanks i owe you...have a nice day :D
ethos
Posts: 7
Joined: Thu Feb 17, 2011 3:16 am

Re: [HELP] 282 Eclipse Warnings

Post by ethos »

m8 i want to ask u something more.
is this compiling problem something serious (like geodata will not work)
or i can ignore it and geodata will work ok?
Image
Thanks again.
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: [HELP] 282 Eclipse Warnings

Post by Zoey76 »

It's just a note, ignore for now, I can check it later :P
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
ethos
Posts: 7
Joined: Thu Feb 17, 2011 3:16 am

Re: [HELP] 282 Eclipse Warnings

Post by ethos »

thanks for the reply m8...
the bad thing is that it is a problem cause i doesn't load geodata's :(
Image
ethos
Posts: 7
Joined: Thu Feb 17, 2011 3:16 am

Re: [HELP] 282 Eclipse Warnings

Post by ethos »

hm i opened GeoData.java and at the bottom i found this:

Code: Select all

 ย  ย @Deprecated //TODO: cleanup?ย  ย  public static boolean loadGeodataFile(byte rx, byte ry)ย  ย  {ย  ย  ย  ย  return false;ย  ย  }
do u think that's the problem?

EDIT: Oh shit im noob...i just forgot to put the geodata_index in the geodata folder.... :lol: working now!
Post Reply