Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Maggi2017-12-14 13:39:15 +0000
committerBenoit Maggi2017-12-14 13:39:15 +0000
commita397b00ba629a57b92c7442e266f81827b41ce07 (patch)
tree4f1d954797a702a700295c738b727ce830479eac /tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra
parentef349fa5b7a8eff25748a7cc8c8371c4bf86b525 (diff)
downloadorg.eclipse.papyrus-a397b00ba629a57b92c7442e266f81827b41ce07.tar.gz
org.eclipse.papyrus-a397b00ba629a57b92c7442e266f81827b41ce07.tar.xz
org.eclipse.papyrus-a397b00ba629a57b92c7442e266f81827b41ce07.zip
Bug 528776 - [Quality] Remove auto-generated TODO
- remove: // TODO Auto-generated method stub // TODO Auto-generated constructor stub // TODO: Auto-generated Javadoc Change-Id: Ia754c343b5dd76c17b34d041ae938318b6030522 Signed-off-by: Benoit Maggi <benoit.maggi@cea.fr>
Diffstat (limited to 'tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra')
-rw-r--r--tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/IPageMngrTest.java4
-rw-r--r--tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/CheckVisitor.java6
-rw-r--r--tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/FakePageModel.java4
-rw-r--r--tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContentProviderUtils.java2
-rw-r--r--tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/FakeEditorModel.java2
-rw-r--r--tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakePagePart.java16
-rw-r--r--tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/pagesmodel/BadNameException.java10
-rw-r--r--tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/pagesmodel/NotFoundException.java10
-rw-r--r--tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/pagesmodel/PanelTerm.java2
-rw-r--r--tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/utils/trace/SimpleTraceRecord.java2
10 files changed, 29 insertions, 29 deletions
diff --git a/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/IPageMngrTest.java b/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/IPageMngrTest.java
index 73ae5b404ea..eba378cc13c 100644
--- a/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/IPageMngrTest.java
+++ b/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/IPageMngrTest.java
@@ -38,14 +38,14 @@ public abstract class IPageMngrTest extends TestCase {
@Before
@Override
protected void setUp() throws Exception {
- // TODO Auto-generated method stub
+
super.setUp();
}
@After
@Override
protected void tearDown() throws Exception {
- // TODO Auto-generated method stub
+
super.tearDown();
}
diff --git a/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/CheckVisitor.java b/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/CheckVisitor.java
index 2acf33b4c6e..4a521e5ac17 100644
--- a/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/CheckVisitor.java
+++ b/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/CheckVisitor.java
@@ -47,7 +47,7 @@ public class CheckVisitor extends SimpleContentProviderBaseVisitor implements IP
*/
@Override
public void visit(WindowTerm windowTerm, RootModel windowModel) {
- // TODO Auto-generated method stub
+
}
/**
@@ -68,7 +68,7 @@ public class CheckVisitor extends SimpleContentProviderBaseVisitor implements IP
*/
@Override
public void visit(HSash sash, SashPanelModel sashModel) {
- // TODO Auto-generated method stub
+
}
@@ -79,7 +79,7 @@ public class CheckVisitor extends SimpleContentProviderBaseVisitor implements IP
*/
@Override
public void visit(VSash sash , SashPanelModel sashModel) {
- // TODO Auto-generated method stub
+
}
diff --git a/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/FakePageModel.java b/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/FakePageModel.java
index e3b72e57d75..891d9cefe23 100644
--- a/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/FakePageModel.java
+++ b/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/FakePageModel.java
@@ -51,7 +51,7 @@ public class FakePageModel implements IPageModel {
* {@inheritDoc}
*/
public Image getTabIcon() {
- // TODO Auto-generated method stub
+
return null;
}
@@ -59,7 +59,7 @@ public class FakePageModel implements IPageModel {
* {@inheritDoc}
*/
public String getTabTitle() {
- // TODO Auto-generated method stub
+
return null;
}
diff --git a/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContentProviderUtils.java b/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContentProviderUtils.java
index f6d5b221a93..c8ea88008a6 100644
--- a/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContentProviderUtils.java
+++ b/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContentProviderUtils.java
@@ -320,7 +320,7 @@ public class SimpleSashWindowContentProviderUtils implements ISashWindowsContent
* @param string
*/
public void setActivePage(String string) {
- // TODO Auto-generated method stub
+
}
diff --git a/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/FakeEditorModel.java b/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/FakeEditorModel.java
index 892cb0522b2..53c97ea8dde 100644
--- a/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/FakeEditorModel.java
+++ b/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/FakeEditorModel.java
@@ -68,7 +68,7 @@ public class FakeEditorModel implements IEditorModel {
* @return
*/
public Object getRawModel() {
- // TODO Auto-generated method stub
+
return this;
}
diff --git a/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakePagePart.java b/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakePagePart.java
index 5846412e14b..efb0891f534 100644
--- a/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakePagePart.java
+++ b/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakePagePart.java
@@ -20,49 +20,49 @@ public class FakePagePart extends PagePart {
@Override
boolean visit(IPartVisitor visitor) {
- // TODO Auto-generated method stub
+
return false;
}
@Override
public void createPartControl(Composite parent) {
- // TODO Auto-generated method stub
+
}
@Override
public Control getControl() {
- // TODO Auto-generated method stub
+
return null;
}
@Override
public void reparent(TabFolderPart parent) {
- // TODO Auto-generated method stub
+
}
@Override
public void setFocus() {
- // TODO Auto-generated method stub
+
}
@Override
public void garbage() {
- // TODO Auto-generated method stub
+
}
@Override
public void dispose() {
- // TODO Auto-generated method stub
+
}
@Override
public void disposeThisAndChildren() {
- // TODO Auto-generated method stub
+
}
diff --git a/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/pagesmodel/BadNameException.java b/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/pagesmodel/BadNameException.java
index 7bc18bbf52f..175ec400e74 100644
--- a/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/pagesmodel/BadNameException.java
+++ b/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/pagesmodel/BadNameException.java
@@ -32,7 +32,7 @@ public class BadNameException extends PagesModelException {
*
*/
public BadNameException() {
- // TODO Auto-generated constructor stub
+
}
/**
@@ -42,7 +42,7 @@ public class BadNameException extends PagesModelException {
*/
public BadNameException(String arg0) {
super(arg0);
- // TODO Auto-generated constructor stub
+
}
/**
@@ -52,7 +52,7 @@ public class BadNameException extends PagesModelException {
*/
public BadNameException(Throwable arg0) {
super(arg0);
- // TODO Auto-generated constructor stub
+
}
/**
@@ -63,7 +63,7 @@ public class BadNameException extends PagesModelException {
*/
public BadNameException(String arg0, Throwable arg1) {
super(arg0, arg1);
- // TODO Auto-generated constructor stub
+
}
/**
@@ -76,7 +76,7 @@ public class BadNameException extends PagesModelException {
*/
public BadNameException(String arg0, Throwable arg1, boolean arg2, boolean arg3) {
super(arg0, arg1, arg2, arg3);
- // TODO Auto-generated constructor stub
+
}
}
diff --git a/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/pagesmodel/NotFoundException.java b/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/pagesmodel/NotFoundException.java
index 5efb1e54db5..d7f5fce4a1e 100644
--- a/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/pagesmodel/NotFoundException.java
+++ b/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/pagesmodel/NotFoundException.java
@@ -32,7 +32,7 @@ public class NotFoundException extends PagesModelException {
*/
public NotFoundException() {
super();
- // TODO Auto-generated constructor stub
+
}
/**
@@ -45,7 +45,7 @@ public class NotFoundException extends PagesModelException {
*/
public NotFoundException(String arg0, Throwable arg1, boolean arg2, boolean arg3) {
super(arg0, arg1, arg2, arg3);
- // TODO Auto-generated constructor stub
+
}
/**
@@ -56,7 +56,7 @@ public class NotFoundException extends PagesModelException {
*/
public NotFoundException(String arg0, Throwable arg1) {
super(arg0, arg1);
- // TODO Auto-generated constructor stub
+
}
/**
@@ -66,7 +66,7 @@ public class NotFoundException extends PagesModelException {
*/
public NotFoundException(String arg0) {
super(arg0);
- // TODO Auto-generated constructor stub
+
}
/**
@@ -76,7 +76,7 @@ public class NotFoundException extends PagesModelException {
*/
public NotFoundException(Throwable arg0) {
super(arg0);
- // TODO Auto-generated constructor stub
+
}
}
diff --git a/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/pagesmodel/PanelTerm.java b/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/pagesmodel/PanelTerm.java
index ebd4e7d7ade..f345101dc1a 100644
--- a/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/pagesmodel/PanelTerm.java
+++ b/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/pagesmodel/PanelTerm.java
@@ -53,7 +53,7 @@ public abstract class PanelTerm implements IModelExp {
*/
public <M> void accept(IPagesModelVisitor<M> visitor, M panel)
throws PagesModelException {
- // TODO Auto-generated method stub
+
}
diff --git a/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/utils/trace/SimpleTraceRecord.java b/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/utils/trace/SimpleTraceRecord.java
index c1273c6e855..7a9a6b06567 100644
--- a/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/utils/trace/SimpleTraceRecord.java
+++ b/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/utils/trace/SimpleTraceRecord.java
@@ -66,7 +66,7 @@ public class SimpleTraceRecord extends TraceRecord {
*/
@Override
public void clear() {
- // TODO Auto-generated method stub
+
super.clear();
value = null;
}

Back to the top