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
91a520d2
Commit
91a520d2
authored
Jul 10, 2012
by
Christoph Döbber
Browse files
code set to yellow
parent
2eac81b0
Changes
22
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.component.ui/trunk/src/org/fortiss/af3/component/ui/editor/datastate/DataStateEditorBase.java
View file @
91a520d2
...
...
@@ -52,7 +52,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
* @author ratiu
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating
GREEN
Hash:
0077A4C9EB79518CC4EF5027034AB656
* @ConQAT.Rating
YELLOW
Hash:
4FD1CFF717F7CA05C11B1677A97E5403
*/
public
abstract
class
DataStateEditorBase
<
T
extends
IDataStateVariableProvider
>
extends
FormsEditorBase
<
T
>
{
...
...
org.fortiss.af3.component.ui/trunk/src/org/fortiss/af3/component/ui/properties/PortSpecificationPropertySection.java
View file @
91a520d2
...
...
@@ -50,7 +50,7 @@ import org.fortiss.tooling.kernel.ui.extension.base.PropertySectionBase;
* @author eder
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
GREEN
Hash:
AE2E32A166560D2E30BEDAE72448B922
* @ConQAT.Rating
YELLOW
Hash:
6B55C6459BED2EB10EB4E9BA22231D2A
*/
public
final
class
PortSpecificationPropertySection
extends
PropertySectionBase
implements
PortDataPropagation
.
PortDataAccess
{
...
...
org.fortiss.af3.component.ui/trunk/src/org/fortiss/af3/component/ui/prototypes/PrototypeProvider.java
View file @
91a520d2
...
...
@@ -36,7 +36,7 @@ import org.fortiss.tooling.kernel.extension.base.PrototypeProviderBase;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
GREEN
Hash:
8ABCD23FBA1603E10D69ACD6577436B9
* @ConQAT.Rating
YELLOW
Hash:
6C644F1B74F2EE7EBC323772F696EE1E
*/
public
final
class
PrototypeProvider
extends
PrototypeProviderBase
{
...
...
org.fortiss.af3.component.ui/trunk/src/org/fortiss/af3/component/ui/utils/CompletionProposalProviderFactory.java
View file @
91a520d2
...
...
@@ -32,7 +32,7 @@ import org.fortiss.tooling.base.ui.fieldassist.ProposalProviderBase;
* @author doebber
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
RED Hash:
* @ConQAT.Rating
YELLOW Hash: 7369FBC11F59D0FA281F16753563F5D6
*/
public
class
CompletionProposalProviderFactory
{
...
...
org.fortiss.af3.deployment.ui/trunk/src/org/fortiss/af3/deployment/ui/prototypes/PrototypeProvider.java
View file @
91a520d2
...
...
@@ -29,7 +29,7 @@ import org.fortiss.tooling.kernel.extension.base.PrototypeProviderBase;
* @author hoelzl
* @author $Author: hoelzl $
* @version $Rev: 1255 $
* @ConQAT.Rating
GREEN
Hash:
CE9FB87B64C3633C7B7411F2ED8158AA
* @ConQAT.Rating
YELLOW
Hash:
158CA53580BA506335457575E67F72FE
*/
public
final
class
PrototypeProvider
extends
PrototypeProviderBase
{
...
...
org.fortiss.af3.deployment/trunk/src/org/fortiss/af3/deployment/utils/DeploymentUtils.java
View file @
91a520d2
...
...
@@ -51,7 +51,7 @@ import org.fortiss.tooling.kernel.model.IProjectRootElement;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
GREEN
Hash:
58891C7AB808CB7919ECF5DFF9AA0909
* @ConQAT.Rating
YELLOW
Hash:
3803AC55E243580743D893FBD205BCFD
*/
public
class
DeploymentUtils
{
...
...
org.fortiss.af3.expression.ui/trunk/src/org/fortiss/af3/expression/ui/properties/FunctionDefinitionPropertySection.java
View file @
91a520d2
...
...
@@ -53,7 +53,7 @@ import org.fortiss.tooling.kernel.ui.extension.base.PropertySectionBase;
* @author eder
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
GREEN
Hash:
F39C67E2F8AB60B026FA4297E0AD7F83
* @ConQAT.Rating
YELLOW
Hash:
7745AAF2410663AECAB16EB9F845BAF1
*/
public
final
class
FunctionDefinitionPropertySection
extends
PropertySectionBase
{
...
...
org.fortiss.af3.expression.ui/trunk/src/org/fortiss/af3/expression/ui/prototypes/PrototypeProvider.java
View file @
91a520d2
...
...
@@ -46,7 +46,7 @@ import org.fortiss.tooling.kernel.extension.base.PrototypeProviderBase;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
GREEN
Hash:
E0BF50BD9C2DD214B8051E43B529D9FF
* @ConQAT.Rating
YELLOW
Hash:
11092C7DFC6154F59C38AA1597CE8FA5
*/
public
final
class
PrototypeProvider
extends
PrototypeProviderBase
{
...
...
org.fortiss.af3.expression.ui/trunk/src/org/fortiss/af3/expression/ui/utils/CompletionProposalProviderFactory.java
View file @
91a520d2
...
...
@@ -35,7 +35,7 @@ import org.fortiss.tooling.base.ui.fieldassist.ProposalProviderBase;
* @author doebber
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
RED Hash:
* @ConQAT.Rating
YELLOW Hash: 878E6B6399242159AD5C5CAAC55BA9AB
*/
public
class
CompletionProposalProviderFactory
{
...
...
org.fortiss.af3.expression.ui/trunk/src/org/fortiss/af3/expression/ui/utils/ExpressionFieldAssistUtils.java
View file @
91a520d2
...
...
@@ -45,7 +45,7 @@ import org.fortiss.tooling.base.ui.fieldassist.FieldAssistImageRegistry;
* @author doebber
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating
GREEN
Hash:
40540513DDC486FE84327F531410A476
* @ConQAT.Rating
YELLOW
Hash:
9468858EEDFD893EB4D0BA8F48D3F8CE
*/
public
class
ExpressionFieldAssistUtils
{
...
...
org.fortiss.af3.mode.ui/trunk/src/org/fortiss/af3/mode/ui/properties/SwitchSegmentSpecificationPropertySection.java
View file @
91a520d2
...
...
@@ -45,7 +45,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
* @author li
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
GREEN
Hash:
DAA66A457DECBCA5D2D0835BA4703666
* @ConQAT.Rating
YELLOW
Hash:
1840D1DD4E16CC4C74E1293CB3B47A6C
*/
public
class
SwitchSegmentSpecificationPropertySection
extends
PropertySectionWithCopyPasteBase
<
SwitchSegmentSpecification
>
{
...
...
org.fortiss.af3.mode.ui/trunk/src/org/fortiss/af3/mode/ui/prototypes/PrototypeProvider.java
View file @
91a520d2
...
...
@@ -33,7 +33,7 @@ import org.fortiss.tooling.kernel.extension.base.PrototypeProviderBase;
* @author li
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
GREEN
Hash: 0
E188D8D009A729FA3757EDFACD3E586
* @ConQAT.Rating
YELLOW
Hash: 0
6AAD771BB6CC70B4CCBF0C735D4753A
*/
public
class
PrototypeProvider
extends
PrototypeProviderBase
{
...
...
org.fortiss.af3.mode.ui/trunk/src/org/fortiss/af3/mode/ui/utils/CompletionProposalProviderFactory.java
View file @
91a520d2
...
...
@@ -37,7 +37,7 @@ import org.fortiss.tooling.base.ui.fieldassist.ProposalProviderBase;
* @author doebber
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
RED Hash:
* @ConQAT.Rating
YELLOW Hash: AEFB9219DFF0A08665BE806FD4014AE1
*/
public
class
CompletionProposalProviderFactory
{
...
...
org.fortiss.af3.msc.ui/trunk/src/org/fortiss/af3/msc/ui/prototypes/PrototypeProvider.java
View file @
91a520d2
...
...
@@ -34,7 +34,7 @@ import org.fortiss.tooling.kernel.extension.base.PrototypeProviderBase;
* @author mou
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
GREEN
Hash: D
B3578953D2357461D1F7E86AB9FAAB2
* @ConQAT.Rating
YELLOW
Hash: D
0835AB2FA2B6DBF708E006C3DAF5C0B
*/
public
final
class
PrototypeProvider
extends
PrototypeProviderBase
{
...
...
org.fortiss.af3.operatorpanel.ui/trunk/src/org/fortiss/af3/operatorpanel/ui/prototypes/PrototypeProvider.java
View file @
91a520d2
...
...
@@ -35,7 +35,7 @@ import org.fortiss.tooling.kernel.extension.base.PrototypeProviderBase;
* @author doebber
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash:
6EA4D4EED32C99FFF8353061CD3B5C
B3
* @ConQAT.Rating YELLOW Hash:
13BAD73E189B3055EBEA3D51B73412
B3
*/
public
final
class
PrototypeProvider
extends
PrototypeProviderBase
{
...
...
org.fortiss.af3.platform.ui/trunk/src/org/fortiss/af3/platform/ui/prototypes/PrototypeProvider.java
View file @
91a520d2
...
...
@@ -46,7 +46,7 @@ import org.fortiss.tooling.kernel.extension.base.PrototypeProviderBase;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
GREEN
Hash:
A24365CF16E4010D7B3A3EE1C07407EB
* @ConQAT.Rating
YELLOW
Hash:
3DCE7077654859B010101BB674EED6B0
*/
public
final
class
PrototypeProvider
extends
PrototypeProviderBase
{
...
...
org.fortiss.af3.project/trunk/src/org/fortiss/af3/project/prototypes/PrototypeProvider.java
View file @
91a520d2
...
...
@@ -28,7 +28,7 @@ import org.fortiss.tooling.kernel.extension.base.PrototypeProviderBase;
* @author hoelzlf
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
GREEN
Hash:
E9487D6F0BDEE7A78165E90202211714
* @ConQAT.Rating
YELLOW
Hash:
BB15703515754A8B11DB380A43A72318
*/
public
final
class
PrototypeProvider
extends
PrototypeProviderBase
{
...
...
org.fortiss.af3.refinement/trunk/src/org/fortiss/af3/refinement/prototype/PrototypeProvider.java
View file @
91a520d2
...
...
@@ -28,7 +28,7 @@ import org.fortiss.tooling.kernel.extension.base.PrototypeProviderBase;
* @author kisslinger
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
GREEN
Hash:
26677350008B34528B605AEC143696EF
* @ConQAT.Rating
YELLOW
Hash:
68B66E23FB9113B035CBA843CF055E82
*/
public
class
PrototypeProvider
extends
PrototypeProviderBase
{
...
...
org.fortiss.af3.state.ui/trunk/src/org/fortiss/af3/state/ui/properties/StateSpecificationPropertySection.java
View file @
91a520d2
...
...
@@ -48,7 +48,7 @@ import org.fortiss.tooling.kernel.utils.LoggingUtils;
* @author ratiu
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating
GREEN
Hash:
093BA09473AE80170B67D9E8A0C9A26
9
* @ConQAT.Rating
YELLOW
Hash:
E5549F092B2DF0837B55D78D54CFFF1
9
*/
public
class
StateSpecificationPropertySection
extends
PropertySectionBase
{
...
...
org.fortiss.af3.state.ui/trunk/src/org/fortiss/af3/state/ui/properties/TransitionSegmentSpecificationPropertySection.java
View file @
91a520d2
...
...
@@ -51,7 +51,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
* @author ratiu
* @author $Author: ratiu $
* @version $Rev: 5320 $
* @ConQAT.Rating
GREEN
Hash:
5
B0
5BB7203B8D1AF57304C175FCC8FC7
* @ConQAT.Rating
YELLOW
Hash: B0
4532FBBE423045EAA4F9BE21056DCF
*/
public
class
TransitionSegmentSpecificationPropertySection
extends
PropertySectionWithCopyPasteBase
<
TransitionSegmentSpecification
>
{
...
...
Prev
1
2
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