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
7b2c499c
Commit
7b2c499c
authored
Jul 31, 2012
by
Daniel Ratiu
Browse files
review - everything is now GREEN
refs 862
parent
002e3d58
Changes
7
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.component.ui/trunk/src/org/fortiss/af3/component/ui/editor/code/CodeEditorConfiguration.java
View file @
7b2c499c
...
...
@@ -65,7 +65,7 @@ import org.fortiss.tooling.base.ui.fieldassist.FieldAssistImageRegistry;
* @author doebber
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
YELLOW
Hash:
EFA289DAEE4071906D0DD498CF81350D
* @ConQAT.Rating
GREEN
Hash:
5D139BC57AB4C39778F6FAD53B268F08
*/
public
class
CodeEditorConfiguration
extends
SourceViewerConfiguration
{
...
...
@@ -79,6 +79,7 @@ public class CodeEditorConfiguration extends SourceViewerConfiguration {
/** Color constant used to display code dark red. */
private
Color
DARK_RED
=
new
Color
(
null
,
128
,
0
,
0
);
/** Color constant used to display code dark blue. */
private
Color
DARK_BLUE
=
new
Color
(
null
,
0
,
0
,
128
);
...
...
@@ -96,7 +97,6 @@ public class CodeEditorConfiguration extends SourceViewerConfiguration {
/** Returns the scanner. */
private
ITokenScanner
getScanner
()
{
return
getScannerForSyntaxHighlighting
();
}
...
...
org.fortiss.af3.component.ui/trunk/src/org/fortiss/af3/component/ui/editor/package.html
View file @
7b2c499c
<!--
$Id: package.html 2715 2012-01-09 16:50:31Z becker $
@version $Rev: 2715 $
@ConQAT.Rating
YELLOW
Hash:
1B85C4259B423B11EBB7A56090D1ADC2
@ConQAT.Rating
GREEN
Hash:
BF281D1CC4EEDCE55797ECB7812021BA
-->
<body>
...
...
org.fortiss.af3.component.ui/trunk/src/org/fortiss/af3/component/ui/properties/PortSpecificationPropertySection.java
View file @
7b2c499c
...
...
@@ -51,7 +51,7 @@ import org.fortiss.tooling.kernel.ui.extension.base.PropertySectionBase;
* @author eder
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
YELLOW
Hash:
62B6A1D0990D42296DDEAF8A086DE1C2
* @ConQAT.Rating
GREEN
Hash:
5E2417E4D271780B2B3EA742FA15407D
*/
public
final
class
PortSpecificationPropertySection
extends
PropertySectionBase
implements
PortDataPropagation
.
PortDataAccess
{
...
...
org.fortiss.af3.component.ui/trunk/src/org/fortiss/af3/component/ui/utils/ComponentCompletionProposalUtils.java
View file @
7b2c499c
...
...
@@ -32,7 +32,7 @@ import org.fortiss.tooling.base.ui.fieldassist.ProposalProviderBase;
* @author doebber
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
YELLOW
Hash:
A972D8786A33F251793408582C8297F3
* @ConQAT.Rating
GREEN
Hash:
2F04072C1745E9EBFD19A6BD2DF9FA74
*/
public
class
ComponentCompletionProposalUtils
{
...
...
org.fortiss.af3.component/trunk/src/org/fortiss/af3/component/constraint/ComponentConstraintChecker.java
View file @
7b2c499c
...
...
@@ -45,7 +45,7 @@ import org.fortiss.tooling.kernel.model.INamedElement;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
YELLOW
Hash:
69D1D306A0C4A2A106E1A8E9F3BA12F3
* @ConQAT.Rating
GREEN
Hash:
F7C883139C713D27C30734D6DAF36186
*/
public
class
ComponentConstraintChecker
extends
MultiViolationConstraintCheckerBase
<
Component
,
Component
>
{
...
...
org.fortiss.af3.component/trunk/src/org/fortiss/af3/component/generator/component/TermReplacement.java
View file @
7b2c499c
...
...
@@ -50,7 +50,7 @@ import org.fortiss.af3.project.model.typesystem.IVariableDefinition;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
YELLOW
Hash:
748D06E34016843EED34C58613EB896B
* @ConQAT.Rating
GREEN
Hash:
8909620D31A95CEF10DB135A58927E3F
*/
public
class
TermReplacement
extends
TermReplacementVisitor
{
...
...
org.fortiss.af3.component/trunk/src/org/fortiss/af3/component/generator/component/package.html
View file @
7b2c499c
<!--
$Id: package.html 2715 2012-01-09 16:50:31Z becker $
@version $Rev: 2715 $
@ConQAT.Rating
YELLOW
Hash:
83264F626CA9C60F029D879F06EC5852
@ConQAT.Rating
GREEN
Hash:
43094F182F02B794D7A74FE7785D0547
-->
<body>
...
...
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