Skip to content
Snippets Groups Projects
Commit 53eb9a93 authored by Simon Barner's avatar Simon Barner
Browse files

- Remove JavaDoc tags from inner classes

- Remove @ConQAT tags from test source
- Add missing @ConQAT where needed
- No functional changes, keeps code existing ratings
parent a2e5d1df
No related branches found
No related tags found
No related merge requests found
Showing
with 12 additions and 12 deletions
......@@ -31,7 +31,7 @@ import com.google.common.collect.Multimap;
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating RED Hash: FB163322A476AC709F455BCD72E8B64E
*/
public interface ConstrainedEncoding extends IExplorationEncoding {
......
......@@ -34,7 +34,7 @@ import org.fortiss.af3.exploration.alg.service.IExplorationTransformationService
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating RED Hash: 6E36CF4C1EE8EB5B1B0A2586C8077806
*/
public abstract class ElementTransformationModuleBase<T extends EObject, O extends EObject> extends
TransformationModuleBase<T> implements IElementTransformationModule<T, O> {
......
......@@ -44,7 +44,7 @@ import org.fortiss.tooling.kernel.extension.data.ITopLevelElement;
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating RED Hash: F5D71CF3F8BD16B74A83B825A8736373
*/
public abstract class ElementTransformationStrategyBase<T extends EObject, O extends EObject>
extends TransformationStrategyBase<T> {
......
......@@ -57,7 +57,7 @@ import org.fortiss.tooling.base.model.layout.Point;
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating RED Hash: E4F4F66ACD90F1346160A73F400C2AFA
*/
public class ComponentArchitectureInserter extends TransformationModuleBase<ComponentArchitecture> {
......
......@@ -29,7 +29,7 @@ import org.fortiss.af3.exploration.alg.graph.DependencyGraph;
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating RED Hash: 62D039E116387664688AC5C1C77105FA
*/
public class ElementModuleDependencyGraph<O extends EObject>
extends
......
......@@ -47,7 +47,7 @@ import org.fortiss.af3.exploration.alg.service.IExplorationTransformationService
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating RED Hash: C027673BF2CA40B93BCFFB8C2D848554
*/
public class SafetyChannelPortReplicator extends TransformationModuleBase<ComponentArchitecture> {
......
......@@ -42,7 +42,7 @@ import com.google.common.collect.Multimap;
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating RED Hash: 4A757BEFD4DC271BCA27A8E131953CC4
*/
public class SystemParameterContainer {
......
......@@ -35,7 +35,7 @@ import com.google.common.collect.HashBiMap;
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating RED Hash: 61D141A942DCC63BB01CCCB03E96D8C0
*/
public class HashTypedBiMap<K, V> extends ForwardingMap<TypedPair<K, V>, TypedPair<V, K>> implements
TypedBiMap<K, V>/* , BiMap<TypedPair<K, V>, TypedPair<V, K>> */{
......
......@@ -26,7 +26,7 @@ import java.util.Collection;
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating RED Hash: 15C2804564EEF90274824F42727178C9
*/
public interface IAssociativeElement<T extends IAssociativeElement<?>> {
......
......@@ -24,7 +24,7 @@ import org.fortiss.tooling.kernel.introspection.IIntrospectionItem;
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating RED Hash: AAA680418C0CCCB395ACA156289AB2D0
*/
public interface IExplorationModule extends IIntrospectionItem {
// Marker interface.
......
......@@ -30,7 +30,7 @@ import org.fortiss.af3.safety.model.annotation.SafetyIntegrityLevel;
* @author alex
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating RED Hash: EFE01687D21E30B46F1CF8B675DEAC8B
*/
public class SafetyIntegrityLevelConstraintStaticImpl {
......
......@@ -27,7 +27,7 @@ import org.fortiss.af3.exploration.moea.model.solutions.SingleExplorationSolutio
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash:
* @ConQAT.Rating RED Hash: F3A72F82B0887E116A69B4CA93C4D7D5
*/
public class SingleExplorationSolutionMapStaticImpl {
......
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