Skip to content
GitLab
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
3a7891e2
Commit
3a7891e2
authored
Jul 02, 2013
by
Christoph Döbber
Browse files
YELLOW
refs 1007
parent
d86724f5
Changes
10
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.mira.ui/trunk/src/org/fortiss/af3/mira/ui/editor/images/ImageBox.java
View file @
3a7891e2
...
...
@@ -62,7 +62,7 @@ import org.fortiss.tooling.kernel.service.ICommandStackService;
* @author kisslinger
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 8
EC1DB1A33A41BDBB6D7A2B70B1A4734
* @ConQAT.Rating YELLOW Hash: 8
A3854F5295CF507F9D439A05858CD82
*/
public
class
ImageBox
{
/** composite on which all elements should created */
...
...
org.fortiss.af3.mira.ui/trunk/src/org/fortiss/af3/mira/ui/editor/images/ImageSection.java
View file @
3a7891e2
...
...
@@ -58,7 +58,7 @@ import org.fortiss.tooling.kernel.ui.extension.base.EditorBase;
* @author kisslinger
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash:
5EAC13633DADCF195A5EA033B4AEDC3E
* @ConQAT.Rating YELLOW Hash:
D14E84FA44F564B29BB17C88DB5A99ED
*/
public
class
ImageSection
{
/** the editor, which contains this {@link ImageSection} */
...
...
org.fortiss.af3.mira.ui/trunk/src/org/fortiss/af3/mira/ui/editor/requirementSource/FileSection.java
View file @
3a7891e2
...
...
@@ -51,7 +51,7 @@ import org.fortiss.tooling.kernel.service.ICommandStackService;
* @author wenwenchen
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating YELLOW Hash:
4B09E5292CB712001E87B5D3C1FF9437
* @ConQAT.Rating YELLOW Hash:
6CB0039B8420037EFE56C85332C31B3E
*/
public
class
FileSection
{
/** Composite on which all elements should created */
...
...
org.fortiss.af3.mira.ui/trunk/src/org/fortiss/af3/mira/ui/utils/ImageUtils.java
View file @
3a7891e2
...
...
@@ -46,7 +46,7 @@ import org.fortiss.tooling.base.ui.editpart.ExtendedLayerRootEditPart;
* @author kisslinger
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
GREEN
Hash:
505CE2F1415C248A79119C0372A2795C
* @ConQAT.Rating
YELLOW
Hash:
ED75756310B58FC55474E1856E23584E
*/
public
class
ImageUtils
{
...
...
org.fortiss.af3.mira.ui/trunk/src/org/fortiss/af3/mira/ui/utils/RequirementDocumentFileUtils.java
View file @
3a7891e2
...
...
@@ -39,7 +39,7 @@ import org.eclipse.swt.widgets.Shell;
* @author wenwenchen
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating
GREEN
Hash:
032639BE49A60C653E933268B57ADB30
* @ConQAT.Rating
YELLOW
Hash:
29A017B2FE10AAD5B4E70666F296DD01
*/
public
class
RequirementDocumentFileUtils
{
...
...
org.fortiss.af3.mira/trunk/src/org/fortiss/af3/mira/model/migration/AnalysisMigrationProvider.java
View file @
3a7891e2
...
...
@@ -53,7 +53,7 @@ import org.fortiss.tooling.kernel.model.IProjectRootElement;
* @author teufl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
RED Hash:
* @ConQAT.Rating
YELLOW Hash: FF85AEAEE30BCF9BDA3F498831AF8097
*/
public
class
AnalysisMigrationProvider
implements
IMigrationProvider
{
...
...
org.fortiss.af3.mira/trunk/src/org/fortiss/af3/mira/model/migration/Test.java
deleted
100644 → 0
View file @
d86724f5
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2013 ForTISS GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
+--------------------------------------------------------------------------*/
package
org.fortiss.af3.mira.model.migration
;
import
java.io.File
;
/**
*
* @author doebber
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash:
*/
public
class
Test
{
/**
* @param args
*/
public
static
void
main
(
String
[]
args
)
{
String
a
=
"/Users/doebber/Desktop/AF3 old models/DoorsManagementSystemECBS2013.af3_23"
;
String
b
=
"http://www.iso.org/iso/home/store/catalogue_tc/catalogue_detail.htm?csnumber=43464"
;
File
af
=
new
File
(
a
);
File
bf
=
new
File
(
b
);
System
.
out
.
println
(
af
.
exists
());
System
.
out
.
println
(
bf
.
exists
());
System
.
out
.
println
(
af
.
toURI
());
System
.
out
.
println
(
bf
.
toURI
());
}
}
org.fortiss.af3.project.ui/trunk/src/org/fortiss/af3/project/ui/utils/ExportProjectUtils.java
View file @
3a7891e2
...
...
@@ -48,7 +48,7 @@ import org.fortiss.af3.project.utils.ExternalFileUtils;
* @author becker
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
GREEN
Hash:
DD0D506FEF49AAEF3D940F359D56A76E
* @ConQAT.Rating
YELLOW
Hash:
F88AD74D8BD1FCA6DCA8DEECF3AAD231
*/
public
class
ExportProjectUtils
{
...
...
org.fortiss.af3.project.ui/trunk/src/org/fortiss/af3/project/ui/utils/ImportProjectUtils.java
View file @
3a7891e2
...
...
@@ -51,7 +51,7 @@ import org.fortiss.af3.project.utils.ExternalFileUtils;
* @author becker
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
GREEN
Hash:
98C652359B12CD09E5E8C4AE52C4F26F
* @ConQAT.Rating
YELLOW
Hash:
2535944F0EBE3089655661520AE45F19
*/
public
class
ImportProjectUtils
{
...
...
org.fortiss.af3.project/trunk/src/org/fortiss/af3/project/utils/ExternalFileUtils.java
View file @
3a7891e2
...
...
@@ -34,7 +34,7 @@ import org.fortiss.tooling.kernel.model.IExternalDocumentReference;
* @author eder
* @author $Author$
* @version $Rev$
* @ConQAT.Rating
RED Hash:
* @ConQAT.Rating
YELLOW Hash: 2FF4D484C6222C00E9CD90E45C3CCBA3
*/
public
class
ExternalFileUtils
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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