| Summary: | [Java Discovery] improve Discoverers implementation | ||
|---|---|---|---|
| Product: | [Modeling] MoDisco | Reporter: | Fabien Giquel <fabien.giquel> |
| Component: | Technologies | Assignee: | Fabien Giquel <fabien.giquel> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | hugo.bruneliere, modisco.web-inbox, nicolas.bros |
| Version: | 0.9.0 | Flags: | fabien.giquel:
indigo+
|
| Target Milestone: | 0.9.0 M7 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Fabien Giquel
I removed UI dependencies from these plug-ins: org.eclipse.modisco.java.discoverer org.eclipse.modisco.java.discoverer.cdo But UI dependencies cannot be removed from these plug-ins: org.eclipse.modisco.java.composition.discoverer org.eclipse.modisco.java.composition.discoverer.benchmark org.eclipse.modisco.jee.ejbjar.discoverer org.eclipse.modisco.jee.jsp.discoverer org.eclipse.modisco.jee.webapp.discoverer because they still contain compatibility versions of discoverers, which depend on org.eclipse.gmt.modisco.infra.discoverymanager, which has UI dependencies (org.eclipse.ui, org.eclipse.debug.ui, org.eclipse.ui.ide). I fixed the warnings in the discovery projects. You are right about ui dependencies. There are still jdt undocumented warnings (some coming from old code). I will work on it now. Fix on warnings have been commited (serveral revisions up to 4344) No one of the 15 oem.java.* project contains jdt or checkstyle warning anymore. Refactoring done. |