Community
Participate
Working Groups
I get this error each time the Java discoverer parameters dialog is opened: "deserialization of type org.eclipse.core.resources.IProject is not implemented".
Also, there is a warning: Plugin org.eclipse.modisco.java.discoverer.org.eclipse.emf.facet.util.emf.core.serialization: Several serializers are provided for the type: org.eclipse.core.resources.IProject. Only the first one will be used. (org.eclipse.emf.facet.infra.common.core_0.1.0.qualifier) The IProject serializer "org.eclipse.modisco.java.discoverer.internal.serialization.ProjectSerializer" seems useless since there is a IResource serializer ("org.eclipse.emf.facet.util.emf.core.internal.serialization.serializers.IResourceSerializer") which the EMF Facet serialization mechanism always chooses instead, since it is more general.
I have one error "Several serializers are provided for the type..." but i not encounter some "deserialization of type IProject is not implemented". I agree with removal of useless serialization implemented in MoDisco.
(In reply to comment #2) > I have one error "Several serializers are provided for the type..." but i not > encounter some "deserialization of type IProject is not > implemented". Yes, I don't understand exactly how that could happen in my workspace. This error would be possible if I had serialized when the "IProject" serializer was present but not the "IResource" serializer. And then when the "IResource" serializer was added, it took the priority over the "IProjet" serializer. Or maybe my launchers were serialized before I finished the current implementation. > I agree with removal of useless serialization implemented in MoDisco. Removed in revision 4347.
Bug solved.