Skip to content
Snippets Groups Projects
Commit d80b49e5 authored by Florian Hölzl's avatar Florian Hölzl
Browse files

RED

refs 2490
parent 183d43a7
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 37981DA46553DAAD045452E37DC2B324
* @ConQAT.Rating GREEN Hash: 52CDC61CFABB702141979961A910CAB3
*/
public abstract class AnnotationViewPartBase extends ViewPart implements ISelectionListener,
IAnnotationViewPart {
......@@ -228,6 +228,7 @@ public abstract class AnnotationViewPartBase extends ViewPart implements ISelect
//
// int Integer.compare(int x, int y) requires JDK 1.7 which is not available
// on the build server
// TODO (FH): JDK argument no longer valid
return new Integer(a1.getModelElement().hashCode()).compareTo(a2
.getModelElement().hashCode());
}
......
......@@ -83,6 +83,7 @@ import org.fortiss.tooling.base.ui.annotation.view.generic.filter.AnnotationFilt
*/
public class GenericAnnotationView extends AnnotationViewPartBase {
/** Root composite of {@link GenericAnnotationView}. */
// TODO (FH): why package private and not protected
Composite rootComposite;
/** The table viewer used to implement the view. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment