Version 1.5

Répondre
Avatar du membre
guillaume
Messages : 2429
Enregistré le : ven. févr. 11, 2011 7:15 pm

lun. juil. 03, 2017 3:55 pm

Bonjour,

Le serveur SVN est à jour sur la version 1.5 et les modules.

Cordialement,
Directeur technique d'OpenConcerto qui dans son temps libre s'occupe du forum.
Pour une assistance pro, nous sommes joignables à ILM Informatique contre quelques jetons.
Pensez aussi à lire le manuel !
doc
Messages : 187
Enregistré le : dim. févr. 26, 2017 4:39 pm

sam. juil. 08, 2017 3:10 pm

Bonjour Guillaume,

Cette version n'est toujours pas compilable sous Java 8 ??

Code : Tout sélectionner

Description	Resource	Path	Location	Type
Duplicate methods named remove with the parameters (K, V) and (K, V) are defined by the type CollectionMap2<K,L,V>	ListAbstractMap.java	/OpenConcerto/src/org/openconcerto/utils	line 20	Java Problem
Duplicate methods named remove with the parameters (K, V) and (K, V) are defined by the type CollectionMap2<K,LinkedList<V>,V>	LinkedListMap.java	/OpenConcerto/src/org/openconcerto/utils	line 21	Java Problem
Duplicate methods named remove with the parameters (K, V) and (K, V) are defined by the type CollectionMap2<K,List<V>,V>	ListMap.java	/OpenConcerto/src/org/openconcerto/utils	line 25	Java Problem
Duplicate methods named remove with the parameters (K, V) and (K, V) are defined by the type CollectionMap2<K,List<V>,V>	ListMap.java	/OpenConcerto/src/org/openconcerto/utils	line 66	Java Problem
Duplicate methods named remove with the parameters (K, V) and (K, V) are defined by the type CollectionMap2<K,Set<V>,V>	SetMap.java	/OpenConcerto/src/org/openconcerto/utils	line 25	Java Problem
Duplicate methods named remove with the parameters (K, V) and (K, V) are defined by the type CollectionMap2<K,Set<V>,V>	SetMap.java	/OpenConcerto/src/org/openconcerto/utils	line 66	Java Problem
Duplicate methods named remove with the parameters (K, V) and (K, V) are defined by the type UnmodifiableCollectionMap<K,List<V>,V>	ListMap.java	/OpenConcerto/src/org/openconcerto/utils	line 27	Java Problem
Duplicate methods named remove with the parameters (K, V) and (K, V) are defined by the type UnmodifiableCollectionMap<K,Set<V>,V>	SetMap.java	/OpenConcerto/src/org/openconcerto/utils	line 27	Java Problem
Name clash: The method remove(K, V) of type CollectionMap2<K,C,V> has the same erasure as remove(Object, Object) of type Map<K,V> but does not override it	CollectionMap2.java	/OpenConcerto/src/org/openconcerto/utils	line 480	Java Problem
Name clash: The method remove(K, V) of type CollectionMap2Itf<K,C,V> has the same erasure as remove(Object, Object) of type Map<K,V> but does not override it	CollectionMap2Itf.java	/OpenConcerto/src/org/openconcerto/utils	line 90	Java Problem
Name clash: The method remove(K, V) of type UnmodifiableCollectionMap<K,C,V> has the same erasure as remove(Object, Object) of type Map<K,V> but does not override it	UnmodifiableCollectionMap.java	/OpenConcerto/src/org/openconcerto/utils	line 237	Java Problem
The default method remove(Object, Object) inherited from Map<K,List<V>> conflicts with another method inherited from CollectionMap2Itf<K,List<V>,V>	CollectionMap2Itf.java	/OpenConcerto/src/org/openconcerto/utils	line 25	Java Problem
The default method remove(Object, Object) inherited from Map<K,Set<V>> conflicts with another method inherited from CollectionMap2Itf<K,Set<V>,V>	CollectionMap2Itf.java	/OpenConcerto/src/org/openconcerto/utils	line 28	Java Problem
The return types are incompatible for the inherited methods Map.remove(Object, Object), MultiHashMap.remove(Object, Object)	CollectionMap.java	/OpenConcerto/src/org/openconcerto/utils	line 40	Java Problem

Avatar du membre
guillaume
Messages : 2429
Enregistré le : ven. févr. 11, 2011 7:15 pm

dim. juil. 09, 2017 2:06 pm

Bonjour,

Ça c'est juste un bug/une limitation du compilateur :)
Celui d'eclipse n'a pas le problème...
Pour ne pas limiter la compatibilité avec les PCs qui n'ont pas de Java à jour, nous compilons en Java 7, ce qui nous permet de fonctionner avec des JRE 7,8 et 9.
Quand Java 9 sera "la norme" nous basculerons en Java 8.

Cordialement,
Directeur technique d'OpenConcerto qui dans son temps libre s'occupe du forum.
Pour une assistance pro, nous sommes joignables à ILM Informatique contre quelques jetons.
Pensez aussi à lire le manuel !
Répondre