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
AF3
Commits
a506ee2f
Commit
a506ee2f
authored
Nov 28, 2017
by
Sudeep Kanav
Browse files
ratings migrated
refs 3177
parent
76c6d0fb
Changes
16
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.safety.ui/trunk/src/org/fortiss/af3/safety/ui/.ratings
0 → 100644
View file @
a506ee2f
AF3SafetyUIActivator.java 90486b019fef4374ae9892a6083bd10e738d561a GREEN
org.fortiss.af3.safety.ui/trunk/src/org/fortiss/af3/safety/ui/AF3SafetyUIActivator.java
View file @
a506ee2f
...
...
@@ -23,7 +23,6 @@ import org.osgi.framework.BundleContext;
* The activator class controls the plug-in life cycle.
*
* @author hoelzl
* @ConQAT.Rating GREEN Hash: 6852FF8405DC051CB2D0D4FBB8BB47B1
*/
public
class
AF3SafetyUIActivator
extends
AbstractUIPlugin
{
...
...
org.fortiss.af3.safety/trunk/src/org/fortiss/af3/safety/.ratings
0 → 100644
View file @
a506ee2f
AF3SafetyActivator.java f563c19b7fa6bc649c2c0bbf80d5a9400eb59381 GREEN
org.fortiss.af3.safety/trunk/src/org/fortiss/af3/safety/AF3SafetyActivator.java
View file @
a506ee2f
...
...
@@ -21,7 +21,6 @@ import org.osgi.framework.BundleContext;
/**
* The activator class controls the plug-in life cycle.
*
* @ConQAT.Rating GREEN Hash: 519B07BBAAD03135FE4A0483AFE44212
*/
public
class
AF3SafetyActivator
extends
Plugin
{
...
...
org.fortiss.af3.safety/trunk/src/org/fortiss/af3/safety/annotation/valueprovider/.ratings
0 → 100644
View file @
a506ee2f
.ratings 75794576359ec444c277747c378f6d7e30abc3cc GREEN
HwComplexityValueProvider.java 421d71ad5f07cfecc880dab34ca5236fe43d5d4a GREEN
PmfhSafetyValueProvider.java 87d712f60b96e7399bf8a774887bf352b652a21d GREEN
ProbabilityFailuresDemandValueProvider.java a159d7b0a1d9e0c5fc9981457546fe214b4ec3aa GREEN
ProbabilityFailuresHourValueProvider.java 33bf163f8bd03d81cce63bb7373d4a7ee8e6ca6e GREEN
SafeFailureFractionValueProvider.java 7b73476a6b422dc1b1d0dd3314694641d4641bfb GREEN
SafetyIntegrityLevelValueProvider.java fa20bed4b8ca8648cee9c324ce146afbda4f24e0 GREEN
org.fortiss.af3.safety/trunk/src/org/fortiss/af3/safety/annotation/valueprovider/HwComplexityValueProvider.java
View file @
a506ee2f
...
...
@@ -24,7 +24,6 @@ import org.fortiss.tooling.base.annotation.valueprovider.IAnnotationValueProvide
* {@link IAnnotationValueProvider} for {@link HwComplexity} annotations.
*
* @author diewald
* @ConQAT.Rating GREEN Hash: F9CD344D2D889EC3C3342EAC9F4C58B2
*/
public
class
HwComplexityValueProvider
extends
DerivedAnnotationValueProviderBase
<
HwComplexity
>
{
...
...
org.fortiss.af3.safety/trunk/src/org/fortiss/af3/safety/annotation/valueprovider/PmfhSafetyValueProvider.java
View file @
a506ee2f
...
...
@@ -23,7 +23,6 @@ import org.fortiss.tooling.base.annotation.valueprovider.EStructuralFeatureValue
* Value provider for {@link ProbabilisticMetricHardwareFailure} annotation.
*
* @author zverlov
* @ConQAT.Rating GREEN Hash: AD5F111613D4D30EA330CA42A6100FAE
*/
public
class
PmfhSafetyValueProvider
extends
EStructuralFeatureValueProviderBase
<
ProbabilisticMetricHardwareFailure
>
{
...
...
org.fortiss.af3.safety/trunk/src/org/fortiss/af3/safety/annotation/valueprovider/ProbabilityFailuresDemandValueProvider.java
View file @
a506ee2f
...
...
@@ -23,7 +23,6 @@ import org.fortiss.tooling.base.annotation.valueprovider.EStructuralFeatureValue
* Value provider for {@link ProbabilityFailuresDemand} annotation.
*
* @author diewald
* @ConQAT.Rating GREEN Hash: 8F5F23A77CA980049C9FAA9DEBD7479C
*/
public
class
ProbabilityFailuresDemandValueProvider
extends
EStructuralFeatureValueProviderBase
<
ProbabilityFailuresDemand
>
{
...
...
org.fortiss.af3.safety/trunk/src/org/fortiss/af3/safety/annotation/valueprovider/ProbabilityFailuresHourValueProvider.java
View file @
a506ee2f
...
...
@@ -23,7 +23,6 @@ import org.fortiss.tooling.base.annotation.valueprovider.EStructuralFeatureValue
* Value provider for {@link ProbabilityFailuresHour} annotation.
*
* @author diewald
* @ConQAT.Rating GREEN Hash: 1E152570953C3E4331C30EB821AF53F6
*/
public
class
ProbabilityFailuresHourValueProvider
extends
EStructuralFeatureValueProviderBase
<
ProbabilityFailuresHour
>
{
...
...
org.fortiss.af3.safety/trunk/src/org/fortiss/af3/safety/annotation/valueprovider/SafeFailureFractionValueProvider.java
View file @
a506ee2f
...
...
@@ -30,7 +30,6 @@ import org.fortiss.tooling.base.annotation.valueprovider.IAnnotationValueProvide
* Value provider for the {@link SafeFailureFraction}-annotation.
*
* @author diewald
* @ConQAT.Rating GREEN Hash: 7A65FAAB08E498097F8D7A4795C0AE8D
*/
public
class
SafeFailureFractionValueProvider
extends
DerivedAnnotationValueProviderBase
<
SafeFailureFraction
>
{
...
...
org.fortiss.af3.safety/trunk/src/org/fortiss/af3/safety/annotation/valueprovider/SafetyIntegrityLevelValueProvider.java
View file @
a506ee2f
...
...
@@ -33,7 +33,6 @@ import org.fortiss.tooling.base.annotation.valueprovider.IAnnotationValueProvide
* {@link SafetyIntegrityLevel} annotation itself.
*
* @author diewald
* @ConQAT.Rating GREEN Hash: D55EDB7A442B5B6B4CDCDF9770762C49
*/
public
class
SafetyIntegrityLevelValueProvider
extends
DerivedAnnotationValueProviderBase
<
SafetyIntegrityLevel
>
{
...
...
org.fortiss.af3.safety/trunk/src/org/fortiss/af3/safety/model/annotation/impl/.ratings
0 → 100644
View file @
a506ee2f
.ratings 9551627f55288efade72bf0043959092e5837b2b GREEN
HwComplexityStaticImpl.java d5402be92b627f960288340a37bbb099c09b9baf GREEN
SafetyIntegrityLevelStaticImpl.java aec639c2f235eba9db5218d11360dd5080d9f6a4 GREEN
org.fortiss.af3.safety/trunk/src/org/fortiss/af3/safety/model/annotation/impl/HwComplexityStaticImpl.java
View file @
a506ee2f
...
...
@@ -23,7 +23,6 @@ import org.fortiss.tooling.base.model.element.IDerivedAnnotation;
* Provides the methods of {@link HwComplexity} {@link IDerivedAnnotation}s.
*
* @author diewald
* @ConQAT.Rating GREEN Hash: DB1FBB244C05BC29C771D3E3AF228CE5
*/
public
class
HwComplexityStaticImpl
{
...
...
org.fortiss.af3.safety/trunk/src/org/fortiss/af3/safety/model/annotation/impl/SafetyIntegrityLevelStaticImpl.java
View file @
a506ee2f
...
...
@@ -44,7 +44,6 @@ import org.fortiss.tooling.kernel.model.IProjectRootElement;
* Static implementation for {@link EOperation}s of {@link SafetyIntegrityLevel} annotation.
*
* @author diewald
* @ConQAT.Rating GREEN Hash: 9D162BAA5D25FD182861FF997DBCB1DB
*/
public
class
SafetyIntegrityLevelStaticImpl
{
...
...
org.fortiss.af3.safety/trunk/src/org/fortiss/af3/safety/utils/.ratings
0 → 100644
View file @
a506ee2f
.ratings d6f02455b001e3516aafc928aeab7fb8e03d54c3 GREEN
SafetyUtils.java 7f94f1a431eef68a50285c6e67e35a3fa02a460f GREEN
org.fortiss.af3.safety/trunk/src/org/fortiss/af3/safety/utils/SafetyUtils.java
View file @
a506ee2f
...
...
@@ -22,7 +22,6 @@ import org.fortiss.tooling.base.model.element.IModelElement;
/**
* Utility methods for dealing with safety-related parts of the model.
*
* @ConQAT.Rating GREEN Hash: 4A7B33282ADCECD0455FEE2047E6DF3B
*/
public
class
SafetyUtils
{
...
...
Write
Preview
Markdown
is supported
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