06-02-2016, 11:50 AM
Здравствуйте! При компиляции встречаются ошибки, но под конец получаю сообщение о том, что компиляция успешна. Яву скачал с офф сайта 1.8 Подскажите пожалуйста как решить проблему. Исходный код под яву 1.6 компилится нормально, а вот когда беру исходники под яву 1.7 или 1.8 то получаю ошибки при компиле но в конце успешная компиляция.
Log компила
checkRequirements:
clean:
init:
[mkdir] Created dir: C:\l2hf\build
compile-commons:
[mkdir] Created dir: C:\l2hf\build\classes
[javac] Compiling 93 source files to C:\l2hf\build\classes
[javac] C:\l2hf\java\l2p\commons\dbcp\BasicDataSource.java:50: warning: [unchecked] unchecked call to GenericObjectPool(PoolableObjectFactory<T>) as a member of the raw type GenericObjectPool
[javac] GenericObjectPool connectionPool = new GenericObjectPool(null);
[javac] ^
[javac] where T is a type-variable:
[javac] T extends Object declared in class GenericObjectPool
[javac] C:\l2hf\java\l2p\commons\dbcp\BasicDataSource.java:65: warning: [unchecked] unchecked call to GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K,V>,int,byte,long,int,int) as a member of the raw type GenericKeyedObjectPoolFactory
[javac] statementPoolFactory = new GenericKeyedObjectPoolFactory(null, -1, GenericObjectPool.WHEN_EXHAUSTED_FAIL, 0L, 1, GenericKeyedObjectPool.DEFAULT_MAX_TOTAL);
[javac] ^
[javac] where K,V are type-variables:
[javac] K extends Object declared in class GenericKeyedObjectPoolFactory
[javac] V extends Object declared in class GenericKeyedObjectPoolFactory
[javac] 2 warnings
commons-jar:
[jar] Building jar: C:\l2hf\build\commons.jar
compile-authserver:
[delete] Deleting directory C:\l2hf\build\classes
[mkdir] Created dir: C:\l2hf\build\classes
[javac] Compiling 59 source files to C:\l2hf\build\classes
[javac] C:\l2hf\java\l2p\loginserver\IpBanManager.java:23: warning: [unchecked] unchecked conversion
[javac] private final Map<String, Long> bannedIps = new HashMap();
[javac] ^
[javac] required: Map<String,Long>
[javac] found: HashMap
[javac] C:\l2hf\java\l2p\loginserver\IpBanManager.java:24: warning: [unchecked] unchecked conversion
[javac] private final Map<String, Deque<Long>> loginIps = new HashMap();
[javac] ^
[javac] required: Map<String,Deque<Long>>
[javac] found: HashMap
[javac] C:\l2hf\java\l2p\loginserver\IpBanManager.java:46: warning: [unchecked] unchecked conversion
[javac] Deque<Long> logins = (Deque) itr.next();
[javac] ^
[javac] required: Deque<Long>
[javac] found: Deque
[javac] C:\l2hf\java\l2p\loginserver\IpBanManager.java:88: warning: [unchecked] unchecked conversion
[javac] if ((logins = (Deque) this.loginIps.get(ip)) == null) {
[javac] ^
[javac] required: Deque<Long>
[javac] found: Deque
[javac] C:\l2hf\java\l2p\loginserver\IpBanManager.java:89: warning: [unchecked] unchecked conversion
[javac] this.loginIps.put(ip, logins = new LinkedList());
[javac] ^
[javac] required: Deque<Long>
[javac] found: LinkedList
[javac] 5 warnings
authserver-jar:
[jar] Building jar: C:\l2hf\build\loginserver.jar
authserver:
compile-gameserver:
[delete] Deleting directory C:\l2hf\build\classes
[mkdir] Created dir: C:\l2hf\build\classes
[javac] Compiling 1796 source files to C:\l2hf\build\classes
[javac] C:\l2hf\java\l2p\gameserver\model\Player.java:6724: warning: [unchecked] unchecked conversion
[javac] private final MultiValueSet<String> _vars = new MultiValueSet();
[javac] ^
[javac] required: MultiValueSet<String>
[javac] found: MultiValueSet
[javac] C:\l2hf\java\l2p\gameserver\model\Party.java:289: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
[javac] ((List) pplayer).add(new RelationChanged().add(member, player));
[javac] ^
[javac] where E is a type-variable:
[javac] E extends Object declared in interface List
[javac] C:\l2hf\java\l2p\gameserver\model\Party.java:378: warning: [unchecked] unchecked conversion
[javac] List<L2GameServerPacket> pmember = new ArrayList(2 + outsInfo.size());
[javac] ^
[javac] required: List<L2GameServerPacket>
[javac] found: ArrayList
[javac] C:\l2hf\java\l2p\gameserver\utils\BypassStorage.java:29: warning: [unchecked] unchecked conversion
[javac] private List<ValidBypass> bypasses = new CopyOnWriteArrayList();
[javac] ^
[javac] required: List<ValidBypass>
[javac] found: CopyOnWriteArrayList
[javac] C:\l2hf\java\l2p\gameserver\model\entity\Reflection.java:308: warning: [unchecked] unchecked conversion
[javac] List<ObservePoint> observers = new ArrayList();
[javac] ^
[javac] required: List<ObservePoint>
[javac] found: ArrayList
[javac] C:\l2hf\java\l2p\gameserver\model\entity\Reflection.java:309: warning: [unchecked] unchecked conversion
[javac] List<GameObject> delete = new ArrayList();
[javac] ^
[javac] required: List<GameObject>
[javac] found: ArrayList
[javac] C:\l2hf\java\l2p\gameserver\model\entity\Reflection.java:470: warning: [unchecked] unchecked conversion
[javac] List<Creature> result = new ArrayList();
[javac] ^
[javac] required: List<Creature>
[javac] found: ArrayList
[javac] C:\l2hf\java\l2p\gameserver\model\entity\Reflection.java:485: warning: [unchecked] unchecked conversion
[javac] List<Creature> result = new ArrayList();
[javac] ^
[javac] required: List<Creature>
[javac] found: ArrayList
[javac] C:\l2hf\java\l2p\gameserver\Config.java:1472: warning: [unchecked] unchecked conversion
[javac] public static Map<String, double[]> QUEST_RATES = new HashMap();
[javac] ^
[javac] required: Map<String,double[]>
[javac] found: HashMap
[javac] C:\l2hf\java\l2p\gameserver\dao\CharacterTPBookmarkDAO.java:29: warning: [unchecked] unchecked conversion
[javac] List<TpBookMark> list = new ArrayList(9);
[javac] ^
[javac] required: List<TpBookMark>
[javac] found: ArrayList
[javac] C:\l2hf\java\l2p\gameserver\instancemanager\UnderGroundColliseumManager.java:39: warning: [unchecked] unchecked conversion
[javac] this._coliseums = new HashMap();
[javac] ^
[javac] required: HashMap<String,Coliseum>
[javac] found: HashMap
[javac] C:\l2hf\java\l2p\gameserver\model\entity\Coliseum.java:31: warning: [unchecked] unchecked conversion
[javac] private ArrayList<Party> party_waiting_list = new ArrayList();
[javac] ^
[javac] required: ArrayList<Party>
[javac] found: ArrayList
[javac] C:\l2hf\java\l2p\gameserver\model\entity\Coliseum.java:32: warning: [unchecked] unchecked conversion
[javac] private ArrayList<Party> party_inbattle_list = new ArrayList();
[javac] ^
[javac] required: ArrayList<Party>
[javac] found: ArrayList
[javac] C:\l2hf\java\l2p\gameserver\model\entity\Coliseum.java:410: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
[javac] toDel.add(party);
[javac] ^
[javac] where E is a type-variable:
[javac] E extends Object declared in class ArrayList
[javac] C:\l2hf\java\l2p\gameserver\model\HardSpawner.java:27: warning: [unchecked] unchecked conversion
[javac] private IntObjectMap<Queue<NpcInstance>> _cache = new CHashIntObjectMap();
[javac] ^
[javac] required: IntObjectMap<Queue<NpcInstance>>
[javac] found: CHashIntObjectMap
[javac] C:\l2hf\java\l2p\gameserver\model\HardSpawner.java:144: warning: [unchecked] unchecked conversion
[javac] Queue<NpcInstance> queue = (Queue) _cache.get(npc.getNpcId());
[javac] ^
[javac] required: Queue<NpcInstance>
[javac] found: Queue
[javac] C:\l2hf\java\l2p\gameserver\model\HardSpawner.java:146: warning: [unchecked] unchecked conversion
[javac] _cache.put(npc.getNpcId(), queue = new ArrayDeque());
[javac] ^
[javac] required: Queue<NpcInstance>
[javac] found: ArrayDeque
[javac] C:\l2hf\java\l2p\gameserver\model\HardSpawner.java:152: warning: [unchecked] unchecked conversion
[javac] Queue<NpcInstance> queue = (Queue) _cache.get(id);
[javac] ^
[javac] required: Queue<NpcInstance>
[javac] found: Queue
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:54: warning: [unchecked] unchecked conversion
[javac] private static FastList<Integer> _nameColors = new FastList();
[javac] ^
[javac] required: FastList<Integer>
[javac] found: FastList
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:55: warning: [unchecked] unchecked conversion
[javac] private static FastList<Integer> _titleColors = new FastList();
[javac] ^
[javac] required: FastList<Integer>
[javac] found: FastList
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:56: warning: [unchecked] unchecked conversion
[javac] private static FastList<L2Set> _sets = new FastList();
[javac] ^
[javac] required: FastList<L2Set>
[javac] found: FastList
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:58: warning: [unchecked] unchecked conversion
[javac] private static FastList<L2Set> _setsArcher = new FastList();
[javac] ^
[javac] required: FastList<L2Set>
[javac] found: FastList
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:61: warning: [unchecked] unchecked conversion
[javac] private static FastList<L2Set> _setsOly = new FastList();
[javac] ^
[javac] required: FastList<L2Set>
[javac] found: FastList
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:63: warning: [unchecked] unchecked conversion
[javac] private static FastList<Location> _PhantomsTownLoc = new FastList();
[javac] ^
[javac] required: FastList<Location>
[javac] found: FastList
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:64: warning: [unchecked] unchecked conversion
[javac] private static FastMap<Integer, L2Fantome> _phantoms = new FastMap();
[javac] ^
[javac] required: FastMap<Integer,L2Fantome>
[javac] found: FastMap
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:66: warning: [unchecked] unchecked conversion
[javac] private static FastList<String> _PhantomsEnchPhrases = new FastList();
[javac] ^
[javac] required: FastList<String>
[javac] found: FastList
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:68: warning: [unchecked] unchecked conversion
[javac] private static FastList<String> _PhantomsLastPhrases = new FastList();
[javac] ^
[javac] required: FastList<String>
[javac] found: FastList
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:69: warning: [unchecked] unchecked conversion
[javac] private static Map<Integer, ConcurrentLinkedQueue<Player>> _PhantomsTown = new ConcurrentHashMap();
[javac] ^
[javac] required: Map<Integer,ConcurrentLinkedQueue<Player>>
[javac] found: ConcurrentHashMap
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:70: warning: [unchecked] unchecked conversion
[javac] private static Map<Integer, ConcurrentLinkedQueue<Player>> _PhantomsTownClan = new ConcurrentHashMap();
[javac] ^
[javac] required: Map<Integer,ConcurrentLinkedQueue<Player>>
[javac] found: ConcurrentHashMap
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:71: warning: [unchecked] unchecked conversion
[javac] private static Map<Integer, ConcurrentLinkedQueue<Integer>> _PhantomsTownClanList = new ConcurrentHashMap();
[javac] ^
[javac] required: Map<Integer,ConcurrentLinkedQueue<Integer>>
[javac] found: ConcurrentHashMap
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:105: warning: [unchecked] unchecked method invocation: method put in interface Map is applied to given types
[javac] _PhantomsTown.put(1, new ConcurrentLinkedQueue());
[javac] ^
[javac] required: K,V
[javac] found: int,ConcurrentLinkedQueue
[javac] where K,V are type-variables:
[javac] K extends Object declared in interface Map
[javac] V extends Object declared in interface Map
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:105: warning: [unchecked] unchecked conversion
[javac] _PhantomsTown.put(1, new ConcurrentLinkedQueue());
[javac] ^
[javac] required: V
[javac] found: ConcurrentLinkedQueue
[javac] where V is a type-variable:
[javac] V extends Object declared in interface Map
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:106: warning: [unchecked] unchecked method invocation: method put in interface Map is applied to given types
[javac] _PhantomsTown.put(2, new ConcurrentLinkedQueue());
[javac] ^
[javac] required: K,V
[javac] found: int,ConcurrentLinkedQueue
[javac] where K,V are type-variables:
[javac] K extends Object declared in interface Map
[javac] V extends Object declared in interface Map
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:106: warning: [unchecked] unchecked conversion
[javac] _PhantomsTown.put(2, new ConcurrentLinkedQueue());
[javac] ^
[javac] required: V
[javac] found: ConcurrentLinkedQueue
[javac] where V is a type-variable:
[javac] V extends Object declared in interface Map
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:306: warning: [unchecked] unchecked call to add(E) as a member of the raw type ConcurrentLinkedQueue
[javac] players.add(Integer.parseInt(plid));
[javac] ^
[javac] where E is a type-variable:
[javac] E extends Object declared in class ConcurrentLinkedQueue
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:308: warning: [unchecked] unchecked method invocation: method put in interface Map is applied to given types
[javac] _PhantomsTownClanList.put(clanId, players);
[javac] ^
[javac] required: K,V
[javac] found: int,ConcurrentLinkedQueue
[javac] where K,V are type-variables:
[javac] K extends Object declared in interface Map
[javac] V extends Object declared in interface Map
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:308: warning: [unchecked] unchecked conversion
[javac] _PhantomsTownClanList.put(clanId, players);
[javac] ^
[javac] required: V
[javac] found: ConcurrentLinkedQueue
[javac] where V is a type-variable:
[javac] V extends Object declared in interface Map
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:730: warning: [unchecked] unchecked call to add(E) as a member of the raw type ConcurrentLinkedQueue
[javac] ((ConcurrentLinkedQueue) _PhantomsTown.get(_task)).add(next);
[javac] ^
[javac] where E is a type-variable:
[javac] E extends Object declared in class ConcurrentLinkedQueue
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:773: warning: [unchecked] unchecked call to add(E) as a member of the raw type ConcurrentLinkedQueue
[javac] ((ConcurrentLinkedQueue) _PhantomsTown.get(1)).add(fantom);
[javac] ^
[javac] where E is a type-variable:
[javac] E extends Object declared in class ConcurrentLinkedQueue
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:803: warning: [unchecked] unchecked call to add(E) as a member of the raw type ConcurrentLinkedQueue
[javac] ((ConcurrentLinkedQueue) _PhantomsTown.get(2)).add(fantom2);
[javac] ^
[javac] where E is a type-variable:
[javac] E extends Object declared in class ConcurrentLinkedQueue
[javac] C:\l2hf\java\l2p\gameserver\model\World.java:784: warning: [unchecked] unchecked conversion
[javac] List<Player> result = new LazyArrayList(64);
[javac] ^
[javac] required: List<Player>
[javac] found: LazyArrayList
[javac] C:\l2hf\java\l2p\gameserver\model\World.java:810: warning: [unchecked] unchecked conversion
[javac] List<Player> result = new LazyArrayList(64);
[javac] ^
[javac] required: List<Player>
[javac] found: LazyArrayList
[javac] C:\l2hf\java\l2p\gameserver\serverpackets\components\HtmlMessage.java:110: warning: [unchecked] unchecked conversion
[javac] _variables = new HashMap(2);
[javac] ^
[javac] required: Map<String,Object>
[javac] found: HashMap
[javac] C:\l2hf\java\l2p\gameserver\serverpackets\components\HtmlMessage.java:127: warning: [unchecked] unchecked conversion
[javac] _replaces = new LinkedHashMap(2);
[javac] ^
[javac] required: Map<String,String>
[javac] found: LinkedHashMap
[javac] C:\l2hf\java\l2p\gameserver\skills\effects\EffectCancel.java:41: warning: [unchecked] unchecked call to ArrayList(Collection<? extends E>) as a member of the raw type ArrayList
[javac] List<Effect> effectList = new ArrayList(_effected.getEffectList().getAllEffects());
[javac] ^
[javac] where E is a type-variable:
[javac] E extends Object declared in class ArrayList
[javac] C:\l2hf\java\l2p\gameserver\skills\effects\EffectCancel.java:41: warning: [unchecked] unchecked conversion
[javac] List<Effect> effectList = new ArrayList(_effected.getEffectList().getAllEffects());
[javac] ^
[javac] required: List<Effect>
[javac] found: ArrayList
[javac] C:\l2hf\java\l2p\gameserver\skills\skillclasses\Extract.java:44: warning: [unchecked] unchecked conversion
[javac] List<ExtractGroup> extractGroupList = (List) set.get("extractlist");
[javac] ^
[javac] required: List<ExtractGroup>
[javac] found: List
[javac] C:\l2hf\java\l2p\gameserver\skills\skillclasses\Extract.java:48: warning: [unchecked] unchecked conversion
[javac] _selector = new RndSelector(extractGroupList.size());
[javac] ^
[javac] required: RndSelector<ExtractGroup>
[javac] found: RndSelector
[javac] C:\l2hf\java\l2p\gameserver\skills\skillclasses\StealBuff.java:46: warning: [unchecked] unchecked call to ArrayList(Collection<? extends E>) as a member of the raw type ArrayList
[javac] List<Effect> effectsList = new ArrayList(target.getEffectList().getAllEffects());
[javac] ^
[javac] where E is a type-variable:
[javac] E extends Object declared in class ArrayList
[javac] C:\l2hf\java\l2p\gameserver\skills\skillclasses\StealBuff.java:46: warning: [unchecked] unchecked conversion
[javac] List<Effect> effectsList = new ArrayList(target.getEffectList().getAllEffects());
[javac] ^
[javac] required: List<Effect>
[javac] found: ArrayList
[javac] C:\l2hf\java\l2p\gameserver\utils\velocity\VelocityUtils.java:20: warning: [unchecked] unchecked conversion
[javac] public static final Map<String, Object> GLOBAL_VARIABLES = new HashMap();
[javac] ^
[javac] required: Map<String,Object>
[javac] found: HashMap
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 51 warnings
gameserver-jar:
[jar] Building jar: C:\l2hf\build\gameserver.jar
gameserver:
[mkdir] Created dir: C:\l2hf\build\dist\tools
[mkdir] Created dir: C:\l2hf\build\dist\gameserver\geodata
[mkdir] Created dir: C:\l2hf\build\dist\gameserver\log
[delete] Deleting directory C:\l2hf\build\classes
dist:
BUILD SUCCESSFUL
Total time: 47 seconds
clean:
init:
[mkdir] Created dir: C:\l2hf\build
compile-commons:
[mkdir] Created dir: C:\l2hf\build\classes
[javac] Compiling 93 source files to C:\l2hf\build\classes
[javac] C:\l2hf\java\l2p\commons\dbcp\BasicDataSource.java:50: warning: [unchecked] unchecked call to GenericObjectPool(PoolableObjectFactory<T>) as a member of the raw type GenericObjectPool
[javac] GenericObjectPool connectionPool = new GenericObjectPool(null);
[javac] ^
[javac] where T is a type-variable:
[javac] T extends Object declared in class GenericObjectPool
[javac] C:\l2hf\java\l2p\commons\dbcp\BasicDataSource.java:65: warning: [unchecked] unchecked call to GenericKeyedObjectPoolFactory(KeyedPoolableObjectFactory<K,V>,int,byte,long,int,int) as a member of the raw type GenericKeyedObjectPoolFactory
[javac] statementPoolFactory = new GenericKeyedObjectPoolFactory(null, -1, GenericObjectPool.WHEN_EXHAUSTED_FAIL, 0L, 1, GenericKeyedObjectPool.DEFAULT_MAX_TOTAL);
[javac] ^
[javac] where K,V are type-variables:
[javac] K extends Object declared in class GenericKeyedObjectPoolFactory
[javac] V extends Object declared in class GenericKeyedObjectPoolFactory
[javac] 2 warnings
commons-jar:
[jar] Building jar: C:\l2hf\build\commons.jar
compile-authserver:
[delete] Deleting directory C:\l2hf\build\classes
[mkdir] Created dir: C:\l2hf\build\classes
[javac] Compiling 59 source files to C:\l2hf\build\classes
[javac] C:\l2hf\java\l2p\loginserver\IpBanManager.java:23: warning: [unchecked] unchecked conversion
[javac] private final Map<String, Long> bannedIps = new HashMap();
[javac] ^
[javac] required: Map<String,Long>
[javac] found: HashMap
[javac] C:\l2hf\java\l2p\loginserver\IpBanManager.java:24: warning: [unchecked] unchecked conversion
[javac] private final Map<String, Deque<Long>> loginIps = new HashMap();
[javac] ^
[javac] required: Map<String,Deque<Long>>
[javac] found: HashMap
[javac] C:\l2hf\java\l2p\loginserver\IpBanManager.java:46: warning: [unchecked] unchecked conversion
[javac] Deque<Long> logins = (Deque) itr.next();
[javac] ^
[javac] required: Deque<Long>
[javac] found: Deque
[javac] C:\l2hf\java\l2p\loginserver\IpBanManager.java:88: warning: [unchecked] unchecked conversion
[javac] if ((logins = (Deque) this.loginIps.get(ip)) == null) {
[javac] ^
[javac] required: Deque<Long>
[javac] found: Deque
[javac] C:\l2hf\java\l2p\loginserver\IpBanManager.java:89: warning: [unchecked] unchecked conversion
[javac] this.loginIps.put(ip, logins = new LinkedList());
[javac] ^
[javac] required: Deque<Long>
[javac] found: LinkedList
[javac] 5 warnings
authserver-jar:
[jar] Building jar: C:\l2hf\build\loginserver.jar
authserver:
compile-gameserver:
[delete] Deleting directory C:\l2hf\build\classes
[mkdir] Created dir: C:\l2hf\build\classes
[javac] Compiling 1796 source files to C:\l2hf\build\classes
[javac] C:\l2hf\java\l2p\gameserver\model\Player.java:6724: warning: [unchecked] unchecked conversion
[javac] private final MultiValueSet<String> _vars = new MultiValueSet();
[javac] ^
[javac] required: MultiValueSet<String>
[javac] found: MultiValueSet
[javac] C:\l2hf\java\l2p\gameserver\model\Party.java:289: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
[javac] ((List) pplayer).add(new RelationChanged().add(member, player));
[javac] ^
[javac] where E is a type-variable:
[javac] E extends Object declared in interface List
[javac] C:\l2hf\java\l2p\gameserver\model\Party.java:378: warning: [unchecked] unchecked conversion
[javac] List<L2GameServerPacket> pmember = new ArrayList(2 + outsInfo.size());
[javac] ^
[javac] required: List<L2GameServerPacket>
[javac] found: ArrayList
[javac] C:\l2hf\java\l2p\gameserver\utils\BypassStorage.java:29: warning: [unchecked] unchecked conversion
[javac] private List<ValidBypass> bypasses = new CopyOnWriteArrayList();
[javac] ^
[javac] required: List<ValidBypass>
[javac] found: CopyOnWriteArrayList
[javac] C:\l2hf\java\l2p\gameserver\model\entity\Reflection.java:308: warning: [unchecked] unchecked conversion
[javac] List<ObservePoint> observers = new ArrayList();
[javac] ^
[javac] required: List<ObservePoint>
[javac] found: ArrayList
[javac] C:\l2hf\java\l2p\gameserver\model\entity\Reflection.java:309: warning: [unchecked] unchecked conversion
[javac] List<GameObject> delete = new ArrayList();
[javac] ^
[javac] required: List<GameObject>
[javac] found: ArrayList
[javac] C:\l2hf\java\l2p\gameserver\model\entity\Reflection.java:470: warning: [unchecked] unchecked conversion
[javac] List<Creature> result = new ArrayList();
[javac] ^
[javac] required: List<Creature>
[javac] found: ArrayList
[javac] C:\l2hf\java\l2p\gameserver\model\entity\Reflection.java:485: warning: [unchecked] unchecked conversion
[javac] List<Creature> result = new ArrayList();
[javac] ^
[javac] required: List<Creature>
[javac] found: ArrayList
[javac] C:\l2hf\java\l2p\gameserver\Config.java:1472: warning: [unchecked] unchecked conversion
[javac] public static Map<String, double[]> QUEST_RATES = new HashMap();
[javac] ^
[javac] required: Map<String,double[]>
[javac] found: HashMap
[javac] C:\l2hf\java\l2p\gameserver\dao\CharacterTPBookmarkDAO.java:29: warning: [unchecked] unchecked conversion
[javac] List<TpBookMark> list = new ArrayList(9);
[javac] ^
[javac] required: List<TpBookMark>
[javac] found: ArrayList
[javac] C:\l2hf\java\l2p\gameserver\instancemanager\UnderGroundColliseumManager.java:39: warning: [unchecked] unchecked conversion
[javac] this._coliseums = new HashMap();
[javac] ^
[javac] required: HashMap<String,Coliseum>
[javac] found: HashMap
[javac] C:\l2hf\java\l2p\gameserver\model\entity\Coliseum.java:31: warning: [unchecked] unchecked conversion
[javac] private ArrayList<Party> party_waiting_list = new ArrayList();
[javac] ^
[javac] required: ArrayList<Party>
[javac] found: ArrayList
[javac] C:\l2hf\java\l2p\gameserver\model\entity\Coliseum.java:32: warning: [unchecked] unchecked conversion
[javac] private ArrayList<Party> party_inbattle_list = new ArrayList();
[javac] ^
[javac] required: ArrayList<Party>
[javac] found: ArrayList
[javac] C:\l2hf\java\l2p\gameserver\model\entity\Coliseum.java:410: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
[javac] toDel.add(party);
[javac] ^
[javac] where E is a type-variable:
[javac] E extends Object declared in class ArrayList
[javac] C:\l2hf\java\l2p\gameserver\model\HardSpawner.java:27: warning: [unchecked] unchecked conversion
[javac] private IntObjectMap<Queue<NpcInstance>> _cache = new CHashIntObjectMap();
[javac] ^
[javac] required: IntObjectMap<Queue<NpcInstance>>
[javac] found: CHashIntObjectMap
[javac] C:\l2hf\java\l2p\gameserver\model\HardSpawner.java:144: warning: [unchecked] unchecked conversion
[javac] Queue<NpcInstance> queue = (Queue) _cache.get(npc.getNpcId());
[javac] ^
[javac] required: Queue<NpcInstance>
[javac] found: Queue
[javac] C:\l2hf\java\l2p\gameserver\model\HardSpawner.java:146: warning: [unchecked] unchecked conversion
[javac] _cache.put(npc.getNpcId(), queue = new ArrayDeque());
[javac] ^
[javac] required: Queue<NpcInstance>
[javac] found: ArrayDeque
[javac] C:\l2hf\java\l2p\gameserver\model\HardSpawner.java:152: warning: [unchecked] unchecked conversion
[javac] Queue<NpcInstance> queue = (Queue) _cache.get(id);
[javac] ^
[javac] required: Queue<NpcInstance>
[javac] found: Queue
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:54: warning: [unchecked] unchecked conversion
[javac] private static FastList<Integer> _nameColors = new FastList();
[javac] ^
[javac] required: FastList<Integer>
[javac] found: FastList
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:55: warning: [unchecked] unchecked conversion
[javac] private static FastList<Integer> _titleColors = new FastList();
[javac] ^
[javac] required: FastList<Integer>
[javac] found: FastList
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:56: warning: [unchecked] unchecked conversion
[javac] private static FastList<L2Set> _sets = new FastList();
[javac] ^
[javac] required: FastList<L2Set>
[javac] found: FastList
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:58: warning: [unchecked] unchecked conversion
[javac] private static FastList<L2Set> _setsArcher = new FastList();
[javac] ^
[javac] required: FastList<L2Set>
[javac] found: FastList
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:61: warning: [unchecked] unchecked conversion
[javac] private static FastList<L2Set> _setsOly = new FastList();
[javac] ^
[javac] required: FastList<L2Set>
[javac] found: FastList
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:63: warning: [unchecked] unchecked conversion
[javac] private static FastList<Location> _PhantomsTownLoc = new FastList();
[javac] ^
[javac] required: FastList<Location>
[javac] found: FastList
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:64: warning: [unchecked] unchecked conversion
[javac] private static FastMap<Integer, L2Fantome> _phantoms = new FastMap();
[javac] ^
[javac] required: FastMap<Integer,L2Fantome>
[javac] found: FastMap
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:66: warning: [unchecked] unchecked conversion
[javac] private static FastList<String> _PhantomsEnchPhrases = new FastList();
[javac] ^
[javac] required: FastList<String>
[javac] found: FastList
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:68: warning: [unchecked] unchecked conversion
[javac] private static FastList<String> _PhantomsLastPhrases = new FastList();
[javac] ^
[javac] required: FastList<String>
[javac] found: FastList
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:69: warning: [unchecked] unchecked conversion
[javac] private static Map<Integer, ConcurrentLinkedQueue<Player>> _PhantomsTown = new ConcurrentHashMap();
[javac] ^
[javac] required: Map<Integer,ConcurrentLinkedQueue<Player>>
[javac] found: ConcurrentHashMap
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:70: warning: [unchecked] unchecked conversion
[javac] private static Map<Integer, ConcurrentLinkedQueue<Player>> _PhantomsTownClan = new ConcurrentHashMap();
[javac] ^
[javac] required: Map<Integer,ConcurrentLinkedQueue<Player>>
[javac] found: ConcurrentHashMap
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:71: warning: [unchecked] unchecked conversion
[javac] private static Map<Integer, ConcurrentLinkedQueue<Integer>> _PhantomsTownClanList = new ConcurrentHashMap();
[javac] ^
[javac] required: Map<Integer,ConcurrentLinkedQueue<Integer>>
[javac] found: ConcurrentHashMap
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:105: warning: [unchecked] unchecked method invocation: method put in interface Map is applied to given types
[javac] _PhantomsTown.put(1, new ConcurrentLinkedQueue());
[javac] ^
[javac] required: K,V
[javac] found: int,ConcurrentLinkedQueue
[javac] where K,V are type-variables:
[javac] K extends Object declared in interface Map
[javac] V extends Object declared in interface Map
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:105: warning: [unchecked] unchecked conversion
[javac] _PhantomsTown.put(1, new ConcurrentLinkedQueue());
[javac] ^
[javac] required: V
[javac] found: ConcurrentLinkedQueue
[javac] where V is a type-variable:
[javac] V extends Object declared in interface Map
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:106: warning: [unchecked] unchecked method invocation: method put in interface Map is applied to given types
[javac] _PhantomsTown.put(2, new ConcurrentLinkedQueue());
[javac] ^
[javac] required: K,V
[javac] found: int,ConcurrentLinkedQueue
[javac] where K,V are type-variables:
[javac] K extends Object declared in interface Map
[javac] V extends Object declared in interface Map
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:106: warning: [unchecked] unchecked conversion
[javac] _PhantomsTown.put(2, new ConcurrentLinkedQueue());
[javac] ^
[javac] required: V
[javac] found: ConcurrentLinkedQueue
[javac] where V is a type-variable:
[javac] V extends Object declared in interface Map
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:306: warning: [unchecked] unchecked call to add(E) as a member of the raw type ConcurrentLinkedQueue
[javac] players.add(Integer.parseInt(plid));
[javac] ^
[javac] where E is a type-variable:
[javac] E extends Object declared in class ConcurrentLinkedQueue
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:308: warning: [unchecked] unchecked method invocation: method put in interface Map is applied to given types
[javac] _PhantomsTownClanList.put(clanId, players);
[javac] ^
[javac] required: K,V
[javac] found: int,ConcurrentLinkedQueue
[javac] where K,V are type-variables:
[javac] K extends Object declared in interface Map
[javac] V extends Object declared in interface Map
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:308: warning: [unchecked] unchecked conversion
[javac] _PhantomsTownClanList.put(clanId, players);
[javac] ^
[javac] required: V
[javac] found: ConcurrentLinkedQueue
[javac] where V is a type-variable:
[javac] V extends Object declared in interface Map
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:730: warning: [unchecked] unchecked call to add(E) as a member of the raw type ConcurrentLinkedQueue
[javac] ((ConcurrentLinkedQueue) _PhantomsTown.get(_task)).add(next);
[javac] ^
[javac] where E is a type-variable:
[javac] E extends Object declared in class ConcurrentLinkedQueue
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:773: warning: [unchecked] unchecked call to add(E) as a member of the raw type ConcurrentLinkedQueue
[javac] ((ConcurrentLinkedQueue) _PhantomsTown.get(1)).add(fantom);
[javac] ^
[javac] where E is a type-variable:
[javac] E extends Object declared in class ConcurrentLinkedQueue
[javac] C:\l2hf\java\l2p\gameserver\model\PhantomPlayers.java:803: warning: [unchecked] unchecked call to add(E) as a member of the raw type ConcurrentLinkedQueue
[javac] ((ConcurrentLinkedQueue) _PhantomsTown.get(2)).add(fantom2);
[javac] ^
[javac] where E is a type-variable:
[javac] E extends Object declared in class ConcurrentLinkedQueue
[javac] C:\l2hf\java\l2p\gameserver\model\World.java:784: warning: [unchecked] unchecked conversion
[javac] List<Player> result = new LazyArrayList(64);
[javac] ^
[javac] required: List<Player>
[javac] found: LazyArrayList
[javac] C:\l2hf\java\l2p\gameserver\model\World.java:810: warning: [unchecked] unchecked conversion
[javac] List<Player> result = new LazyArrayList(64);
[javac] ^
[javac] required: List<Player>
[javac] found: LazyArrayList
[javac] C:\l2hf\java\l2p\gameserver\serverpackets\components\HtmlMessage.java:110: warning: [unchecked] unchecked conversion
[javac] _variables = new HashMap(2);
[javac] ^
[javac] required: Map<String,Object>
[javac] found: HashMap
[javac] C:\l2hf\java\l2p\gameserver\serverpackets\components\HtmlMessage.java:127: warning: [unchecked] unchecked conversion
[javac] _replaces = new LinkedHashMap(2);
[javac] ^
[javac] required: Map<String,String>
[javac] found: LinkedHashMap
[javac] C:\l2hf\java\l2p\gameserver\skills\effects\EffectCancel.java:41: warning: [unchecked] unchecked call to ArrayList(Collection<? extends E>) as a member of the raw type ArrayList
[javac] List<Effect> effectList = new ArrayList(_effected.getEffectList().getAllEffects());
[javac] ^
[javac] where E is a type-variable:
[javac] E extends Object declared in class ArrayList
[javac] C:\l2hf\java\l2p\gameserver\skills\effects\EffectCancel.java:41: warning: [unchecked] unchecked conversion
[javac] List<Effect> effectList = new ArrayList(_effected.getEffectList().getAllEffects());
[javac] ^
[javac] required: List<Effect>
[javac] found: ArrayList
[javac] C:\l2hf\java\l2p\gameserver\skills\skillclasses\Extract.java:44: warning: [unchecked] unchecked conversion
[javac] List<ExtractGroup> extractGroupList = (List) set.get("extractlist");
[javac] ^
[javac] required: List<ExtractGroup>
[javac] found: List
[javac] C:\l2hf\java\l2p\gameserver\skills\skillclasses\Extract.java:48: warning: [unchecked] unchecked conversion
[javac] _selector = new RndSelector(extractGroupList.size());
[javac] ^
[javac] required: RndSelector<ExtractGroup>
[javac] found: RndSelector
[javac] C:\l2hf\java\l2p\gameserver\skills\skillclasses\StealBuff.java:46: warning: [unchecked] unchecked call to ArrayList(Collection<? extends E>) as a member of the raw type ArrayList
[javac] List<Effect> effectsList = new ArrayList(target.getEffectList().getAllEffects());
[javac] ^
[javac] where E is a type-variable:
[javac] E extends Object declared in class ArrayList
[javac] C:\l2hf\java\l2p\gameserver\skills\skillclasses\StealBuff.java:46: warning: [unchecked] unchecked conversion
[javac] List<Effect> effectsList = new ArrayList(target.getEffectList().getAllEffects());
[javac] ^
[javac] required: List<Effect>
[javac] found: ArrayList
[javac] C:\l2hf\java\l2p\gameserver\utils\velocity\VelocityUtils.java:20: warning: [unchecked] unchecked conversion
[javac] public static final Map<String, Object> GLOBAL_VARIABLES = new HashMap();
[javac] ^
[javac] required: Map<String,Object>
[javac] found: HashMap
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 51 warnings
gameserver-jar:
[jar] Building jar: C:\l2hf\build\gameserver.jar
gameserver:
[mkdir] Created dir: C:\l2hf\build\dist\tools
[mkdir] Created dir: C:\l2hf\build\dist\gameserver\geodata
[mkdir] Created dir: C:\l2hf\build\dist\gameserver\log
[delete] Deleting directory C:\l2hf\build\classes
dist:
BUILD SUCCESSFUL
Total time: 47 seconds