Closed eclipse-modisco-bot closed 5 days ago
By Nicolas Bros on Feb 08, 2011 05:51
Created attachment 188505 (attachment deleted)\
XML discoverer refactoring
Here is a patch that adapts the XML discoverer to the new framework, and delegates the old discoverer to the new implementation and marks it deprecated.
By Nicolas Bros on Feb 08, 2011 09:07
Created attachment 188517 (attachment deleted)\
XML discoverer patch v2
The "silent" parameter is not meaningful in the context of the new discovery framework => removed from this new version of the patch.
By Nicolas Bros on Feb 08, 2011 09:11
Created attachment 188519 ejb-jar discoverer patch
Here is a patch with a refactoring of the ejb-jar discoverer on top of the new framework (but old discoverer doesn't delegate to the new one yet).
:notepad_spiral: ejbjar discoverer refactoring.patch
By Nicolas Bros on Feb 09, 2011 07:38
Created attachment 188583 (attachment deleted)\
XML discoverer patch v3
A new version of the patch, modified to adapt it to the latest version of the framework
By Nicolas Bros on Feb 09, 2011 08:16
Created attachment 188584 (attachment deleted)\
XML discoverer patch v4
rebased the patch on top of the latest version
By Nicolas Bros on Feb 09, 2011 11:15
Created attachment 188596 (attachment deleted)\
XML discoverer patch v5
By Nicolas Bros on Feb 09, 2011 11:16
Created attachment 188597 new project org.eclipse.modisco.xml.discoverer.ui
UI part of the XML discoverer
:compression: org.eclipse.modisco.xml.discoverer.ui.zip
By Nicolas Bros on Feb 10, 2011 04:57
Created attachment 188666 (attachment deleted)\
XML discoverer patch v6
This new patch handles Files as well as IFiles, to stay compatible with the old version of the discoverer.
By Nicolas Bros on Feb 10, 2011 11:51
Created attachment 188699 XML discoverer patch v7
old XML Discoverer : open model browser unless "silent" parameter is true, to keep the same behavior as before
:notepad_spiral: XML discoverer patch v7.patch
By Nicolas Bros on Feb 11, 2011 06:41
Created attachment 188765 org.eclipse.modisco.xml.discoverer.tests
Here is a test project for the new XML discoverer. I adapted the old tests to the new framework.
:compression: org.eclipse.modisco.xml.discoverer.tests.zip
By Nicolas Bros on Feb 14, 2011 11:55
Created attachment 188912 new project org.eclipse.modisco.jee.ejbjar.discoverer.ui
:compression: org.eclipse.modisco.jee.ejbjar.discoverer.ui.zip
By Nicolas Bros on Feb 14, 2011 11:56
Created attachment 188913 new project org.eclipse.modisco.jee.webapp.discoverer.ui
:compression: org.eclipse.modisco.jee.webapp.discoverer.ui.zip
By Nicolas Bros on Feb 16, 2011 09:43
I committed in revision 3943 the refactoring of the JSP discoverer and its tests.
By Nicolas Bros on Feb 16, 2011 09:45
Created attachment 189098 new plugin : org.eclipse.modisco.jee.jsp.discoverer.ui
new plugin : org.eclipse.modisco.jee.jsp.discoverer.ui (registers the JSP discoverer in the MoDisco menu)
:compression: org.eclipse.modisco.jee.jsp.discoverer.ui.zip
By Nicolas Bros on Feb 25, 2011 09:08
Created attachment 189799 2 new plugins : org.eclipse.modisco.kdm.source.discoverer & UI
I refactored the KDM Source discoverer.
:compression: org.eclipse.modisco.kdm.source.discoverer.zip
By Nicolas Bros on Feb 28, 2011 11:38
Bug 338437 is currently preventing me from creating a cell editor for selecting input projects/packages in the Java discoverer UI.
By Fabien Giquel on Mar 25, 2011 06:49
kdm source discoverer : I committed some fix on checkstyle warning (rev 4184).
By Fabien Giquel on May 06, 2011 02:49
No more work on this planned MoDisco framework evolution for Indigo.
By Hugo Bruneliere on Aug 18, 2011 07:43
Refactoring done.
| --- | --- | | Bugzilla Link | 335003 | | Status | CLOSED FIXED | | Importance | P2 enhancement | | Reported | Jan 21, 2011 07:29 EDT | | Modified | Apr 26, 2013 09:16 EDT | | Version | 0.9.0 | | Depends on | 338437 | | Reporter | Fabien Giquel |
Description
Here is an entry for a planned task in MoDisco Indigo roadmap : existing discoverers impelmentations (Java, JSP, XML, ...) must be refactored on the base of new Discovery Framework. Old implementations must go deprecated.