Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
kernel
Commits
192f7ae6
Commit
192f7ae6
authored
Nov 28, 2017
by
Sudeep Kanav
Browse files
ratings migrated
refs 3177
parent
4e83e2c7
Changes
50
Hide whitespace changes
Inline
Side-by-side
org.fortiss.tooling.common.ui/trunk/src/org/eclipse/gmf/runtime/draw2d/ui/figures/.ratings
0 → 100644
View file @
192f7ae6
PolylineConnectionEx.java a3189cad07bcc026330b9c310788ed627f3fefa7 GREEN
package.html 9277ea4f3defea531318874c9bb24b8c2ca9ff4d GREEN
org.fortiss.tooling.common.ui/trunk/src/org/eclipse/gmf/runtime/draw2d/ui/figures/PolylineConnectionEx.java
View file @
192f7ae6
...
...
@@ -60,7 +60,6 @@ import org.eclipse.swt.widgets.Display;
*
* @author sshaw
* @canBeSeenBy %partners
* @ConQAT.Rating GREEN Hash: 907A201091F5734606CD0E627017C4D3
*/
@SuppressWarnings
({
"javadoc"
,
"rawtypes"
,
"unused"
,
"deprecation"
,
"null"
,
"cast"
,
"unchecked"
})
public
class
PolylineConnectionEx
extends
PolylineConnection
{
...
...
org.fortiss.tooling.common.ui/trunk/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/.ratings
0 → 100644
View file @
192f7ae6
LineSeg.java 6e71e8b6d73e7e375105e098c803ba2d2b160b7c GREEN
PointListUtilities.java 1ca6d6279c1f59e3c001deaf094a4628563c96c3 GREEN
package.html 9277ea4f3defea531318874c9bb24b8c2ca9ff4d GREEN
org.fortiss.tooling.common.ui/trunk/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/LineSeg.java
View file @
192f7ae6
...
...
@@ -31,7 +31,6 @@ import org.eclipse.draw2d.geometry.Translatable;
*
* @author sshaw
* @canBeSeenBy %partners
* @ConQAT.Rating GREEN Hash: F901A92D0BAF10EF355992B0FC4597B9
*/
@SuppressWarnings
({
"javadoc"
,
"deprecation"
})
public
class
LineSeg
implements
Cloneable
,
java
.
io
.
Serializable
,
Translatable
{
...
...
org.fortiss.tooling.common.ui/trunk/src/org/eclipse/gmf/runtime/draw2d/ui/geometry/PointListUtilities.java
View file @
192f7ae6
...
...
@@ -25,7 +25,6 @@ import org.eclipse.draw2d.geometry.Transform;
* A set of utility methods around manipulating PointList objects
*
* @author sshaw
* @ConQAT.Rating GREEN Hash: CFE7913500B260DE5A0DA9E50C0F4084
*/
@SuppressWarnings
({
"javadoc"
,
"rawtypes"
,
"deprecation"
,
"null"
})
public
class
PointListUtilities
{
...
...
org.fortiss.tooling.common.ui/trunk/src/org/eclipse/jface/viewers/.ratings
0 → 100644
View file @
192f7ae6
TableLabelProviderBase.java 3893e924e140aec414d734106f83b90bb664adef GREEN
org.fortiss.tooling.common.ui/trunk/src/org/eclipse/jface/viewers/TableLabelProviderBase.java
View file @
192f7ae6
...
...
@@ -21,7 +21,6 @@ import org.eclipse.swt.graphics.Image;
* Base class for table-label providers that has empty implementation for methods.
*
* @author ratiud
* @ConQAT.Rating GREEN Hash: AEA79AB72E837515E303D4EEDC1B65CB
*/
public
abstract
class
TableLabelProviderBase
implements
ITableLabelProvider
{
...
...
org.fortiss.tooling.common.ui/trunk/src/org/eclipse/ui/actions/.ratings
0 → 100644
View file @
192f7ae6
TextStyledTextActionHandler.java d54ff38dc7003f7d89006c28d302ccae698e7f0c GREEN
org.fortiss.tooling.common.ui/trunk/src/org/eclipse/ui/actions/TextStyledTextActionHandler.java
View file @
192f7ae6
...
...
@@ -64,7 +64,6 @@ import org.eclipse.ui.internal.ide.IIDEHelpContextIds;
*
* @noextend This class is not intended to be subclassed by clients.
* @author doebber
* @ConQAT.Rating GREEN Hash: FB724F700DABD8A21CE929986E3A2EC3
*/
@SuppressWarnings
({
"javadoc"
,
"restriction"
})
public
class
TextStyledTextActionHandler
{
...
...
org.fortiss.tooling.common.ui/trunk/src/org/eclipse/wb/swt/.ratings
0 → 100644
View file @
192f7ae6
ResourceManager.java 028a77acb6e6fca9797b9dd92598b3ca653e6731 GREEN
SWTResourceManager.java fcca3b0f326f3b7f353671776525b5e78ed8afa8 GREEN
org.fortiss.tooling.common.ui/trunk/src/org/eclipse/wb/swt/ResourceManager.java
View file @
192f7ae6
...
...
@@ -42,7 +42,6 @@ import org.osgi.framework.Bundle;
*
* @author scheglov_ke
* @author Dan Rubel
* @ConQAT.Rating GREEN Hash: A9FD6C35BE77FCD71D42D9F28A698661
*/
public
class
ResourceManager
extends
SWTResourceManager
{
// //////////////////////////////////////////////////////////////////////////
...
...
org.fortiss.tooling.common.ui/trunk/src/org/eclipse/wb/swt/SWTResourceManager.java
View file @
192f7ae6
...
...
@@ -41,7 +41,6 @@ import org.eclipse.swt.widgets.Display;
*
* @author scheglov_ke
* @author Dan Rubel
* @ConQAT.Rating GREEN Hash: B70F6CEBDD560FD87945141D5B24622E
*/
public
class
SWTResourceManager
{
// //////////////////////////////////////////////////////////////////////////
...
...
org.fortiss.tooling.graphicsGL/trunk/src/org/fortiss/tooling/graphicsGL/.ratings
0 → 100644
View file @
192f7ae6
ToolingGraphicsGLActivator.java b470aa486a8121029f876ea2ae84aa8a4f450e31 GREEN
package.html 9c017829a79fa8643167fe33f9075acd5043047d GREEN
org.fortiss.tooling.graphicsGL/trunk/src/org/fortiss/tooling/graphicsGL/ToolingGraphicsGLActivator.java
View file @
192f7ae6
...
...
@@ -22,7 +22,6 @@ import org.osgi.framework.BundleContext;
* The activator class controls the plug-in life cycle.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: F2DE27C3ABF48D0127A1ED06513F0280
*/
public
class
ToolingGraphicsGLActivator
extends
Plugin
{
...
...
org.fortiss.tooling.graphicsGL/trunk/src/org/fortiss/tooling/graphicsGL/model/scene/impl/.ratings
0 → 100644
View file @
192f7ae6
.ratings 5feaf7840d5d204ea3586b81b7d1ac1ff7e9b1fc GREEN
Light3DStaticImpl.java 4dde45dc17b272fb42d3e8b989159dfa72ab5a27 GREEN
org.fortiss.tooling.graphicsGL/trunk/src/org/fortiss/tooling/graphicsGL/model/scene/impl/Light3DStaticImpl.java
View file @
192f7ae6
...
...
@@ -21,7 +21,6 @@ import org.fortiss.tooling.graphicsGL.model.scene.Light3D;
* Static implementations of {@link Light3D}.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 913C2C8751F8ABCAEBA8AE47E5BFF53D
*/
class
Light3DStaticImpl
{
...
...
org.fortiss.tooling.graphicsGL/trunk/src/org/fortiss/tooling/graphicsGL/util/.ratings
0 → 100644
View file @
192f7ae6
.ratings 94b3766ac5b872e9498754141e078753d79db0ed GREEN
Graph3DModelElementFactory.java 059734c786672d76bca570e744ea67669a47c902 GREEN
Graphics3DModelElementFactory.java bc15d47608563a4ac97d3ff393982fcf5c1d18fa GREEN
Mesh3DModelElementFactory.java df68eb2315e0937ff55beb074697a2d05357b866 GREEN
OBJLoaderUtil.java f35fa21fd6770f3acae8e256f15b1948ff8a81db GREEN
Scene3DModelElementFactory.java 1d1609d09cc3fcf76927fbea9cba653d26fa74fb GREEN
package.html 6d82e4a9e8d67ee9b6fb1f49fe618c3b390d8741 GREEN
org.fortiss.tooling.graphicsGL/trunk/src/org/fortiss/tooling/graphicsGL/util/Graph3DModelElementFactory.java
View file @
192f7ae6
...
...
@@ -34,7 +34,6 @@ import org.fortiss.tooling.graphicsGL.model.graph.GraphText3D;
* Model element factory for {@link GraphPackage}.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: B0E6B3232AE2E927A66F91C7330F3076
*/
public
class
Graph3DModelElementFactory
{
/** Creates a graph point. */
...
...
org.fortiss.tooling.graphicsGL/trunk/src/org/fortiss/tooling/graphicsGL/util/Graphics3DModelElementFactory.java
View file @
192f7ae6
...
...
@@ -24,7 +24,6 @@ import org.fortiss.tooling.graphicsGL.model.Vector3D;
* Model element factory for {@link ToolingGraphics3DPackage}.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 2E26512A834B59AE57134C1E11304DD1
*/
public
class
Graphics3DModelElementFactory
{
/** Black color. */
...
...
org.fortiss.tooling.graphicsGL/trunk/src/org/fortiss/tooling/graphicsGL/util/Mesh3DModelElementFactory.java
View file @
192f7ae6
...
...
@@ -33,7 +33,6 @@ import org.fortiss.tooling.graphicsGL.model.mesh.Vertex3D;
* Model element factory for {@link MeshPackage}.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 2EF88D34AA4473B86ED9787F1ACAD9F6
*/
public
class
Mesh3DModelElementFactory
{
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment