Jump to content

Question

Posted

Hallo ppls i have a new project and  i have some miss , maybe some help , the miss is bellow , thank you .(Sorry for bad english)

 [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\network\GameClient.java:34: warning: Base64 is internal proprietary API and may be removed in a future release
    [javac] import lineage2.gameserver.network.loginservercon.gspackets.PlayerLogout;
    [javac]                        ^
    [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\model\entity\residence\Castle.java:626: warning: [unchecked] unchecked conversion
    [javac]         List<Fortress> list = _relatedFortresses.get(Fortress.DOMAIN);
    [javac]                                                     ^
    [javac]   required: List<Fortress>
    [javac]   found:    List
    [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\model\instances\TamedBeastInstance.java:88: warning: [rawtypes] found raw type: Entry
    [javac] 	private static final Map.Entry<NpcString, int[]>[] TAMED_DATA = new Map.Entry[6];
    [javac] 	                                                                       ^
    [javac]   missing type arguments for generic class Entry<K,V>
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in interface Entry
    [javac]     V extends Object declared in interface Entry
    [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\utils\SecondaryPasswordAuth.java:265: warning: Base64 is internal proprietary API and may be removed in a future release
    [javac] 			return Base64.encode(hash);
    [javac] 			       ^
    [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\stats\funcs\FuncTemplate.java:80: warning: [rawtypes] found raw type: Class
    [javac] 			_constructor = _func.getConstructor(new Class[]
    [javac] 			                                        ^
    [javac]   missing type arguments for generic class Class<T>
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\GameServer.java:328: warning: [rawtypes] found raw type: SelectorThread
    [javac] 		_selectorThreads = new SelectorThread[Config.PORTS_GAME.length];
    [javac] 		                       ^
    [javac]   missing type arguments for generic class SelectorThread<T>
    [javac]   where T is a type-variable:
    [javac]     T extends MMOClient declared in class SelectorThread
    [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\GameServer.java:328: warning: [unchecked] unchecked conversion
    [javac] 		_selectorThreads = new SelectorThread[Config.PORTS_GAME.length];
    [javac] 		                   ^
    [javac]   required: SelectorThread<GameClient>[]
    [javac]   found:    SelectorThread[]
    [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\ai\NpcAI.java:162: warning: [fallthrough] possible fall-through into case
    [javac] 			case 2:
    [javac] 			^
    [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\ai\NpcAI.java:168: warning: [fallthrough] possible fall-through into case
    [javac] 			case 3:
    [javac] 			^
    [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\ai\NpcAI.java:189: warning: [fallthrough] possible fall-through into case
    [javac] 			case 5:
    [javac] 			^
    [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\network\serverpackets\ExReceiveOlympiad.java:74: warning: [rawtypes] found raw type: ArrayList
    [javac] 		private List<PlayerInfo>[] _players = new ArrayList[2];
    [javac] 		                                          ^
    [javac]   missing type arguments for generic class ArrayList<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:174: warning: [rawtypes] found raw type: ArrayList
    [javac] 	private final List<?>[] _augStats = new ArrayList[4];
    [javac] 	                                        ^
    [javac]   missing type arguments for generic class ArrayList<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:178: warning: [rawtypes] found raw type: ArrayList
    [javac] 	private final List<?>[] _augAccStats = new ArrayList[4];
    [javac] 	                                           ^
    [javac]   missing type arguments for generic class ArrayList<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:182: warning: [rawtypes] found raw type: ArrayList
    [javac] 	private final List<?>[] _blueSkills = new ArrayList[10];
    [javac] 	                                          ^
    [javac]   missing type arguments for generic class ArrayList<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:186: warning: [rawtypes] found raw type: ArrayList
    [javac] 	private final List<?>[] _purpleSkills = new ArrayList[10];
    [javac] 	                                            ^
    [javac]   missing type arguments for generic class ArrayList<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:190: warning: [rawtypes] found raw type: ArrayList
    [javac] 	private final List<?>[] _redSkills = new ArrayList[10];
    [javac] 	                                         ^
    [javac]   missing type arguments for generic class ArrayList<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] C:\L2jEuropa\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:194: warning: [rawtypes] found raw type: ArrayList
    [javac] 	private final List<?>[] _yellowSkills = new ArrayList[10];
    [javac] 	                                            ^
    [javac]   missing type arguments for generic class ArrayList<E>
    [javac]   where E is a type-variable:
    [javac]     E extends Object declared in class ArrayList
    [javac] 17 warnings

1 answer to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..