bug de cast à la compil
Posté : dim. janv. 13, 2013 8:49 pm
Bonjour,
j'ai correctement téléchargé le code source et intégrer celui ci à eclipse.
Toutes les librairies semblent présentes...
Mon problème actuellement est que j'ai de nombreuses erreurs de cast.
Description Resource Path Location Type
The method add(Item, Integer) in the type Group is not applicable for the arguments (Group, LayoutHints) LeadGroup.java /openconcerto/Modules/Module Lead/src/org/openconcerto/modules/customerrelationship/lead line 19 Java Problem
Description Resource Path Location Type
The method add(Item) in the type Group is not applicable for the arguments (String) LeadGroup.java /openconcerto/Modules/Module Lead/src/org/openconcerto/modules/customerrelationship/lead line 17 Java Problem
Description Resource Path Location Type
Type mismatch: cannot convert from AbstractBaseGraph<V,E>.UndirectedSpecifics to AbstractBaseGraph<V,E>.Specifics AbstractBaseGraph.java /openconcerto/OpenConcerto/src/org/jgrapht/graph line 520 Java Problem
Description Resource Path Location Type
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized AbstractComponentAddon.java /openconcerto/OpenConcerto/src/org/jdesktop/swingx/plaf line 133 Java Problem
Des petites idées pour corriger ces problèmes ?
Merci
Aurélien
j'ai correctement téléchargé le code source et intégrer celui ci à eclipse.
Toutes les librairies semblent présentes...
Mon problème actuellement est que j'ai de nombreuses erreurs de cast.
Description Resource Path Location Type
The method add(Item, Integer) in the type Group is not applicable for the arguments (Group, LayoutHints) LeadGroup.java /openconcerto/Modules/Module Lead/src/org/openconcerto/modules/customerrelationship/lead line 19 Java Problem
Description Resource Path Location Type
The method add(Item) in the type Group is not applicable for the arguments (String) LeadGroup.java /openconcerto/Modules/Module Lead/src/org/openconcerto/modules/customerrelationship/lead line 17 Java Problem
Description Resource Path Location Type
Type mismatch: cannot convert from AbstractBaseGraph<V,E>.UndirectedSpecifics to AbstractBaseGraph<V,E>.Specifics AbstractBaseGraph.java /openconcerto/OpenConcerto/src/org/jgrapht/graph line 520 Java Problem
Description Resource Path Location Type
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized AbstractComponentAddon.java /openconcerto/OpenConcerto/src/org/jdesktop/swingx/plaf line 133 Java Problem
Des petites idées pour corriger ces problèmes ?
Merci
Aurélien