Bonjour,
Le serveur SVN est à jour sur la version 1.5 et les modules.
Cordialement,
			
									
									Version 1.5
Bonjour Guillaume, 
Cette version n'est toujours pas compilable sous Java 8 ??
			
									
									
						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
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,
			
									
									
						Ç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,
