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
05c1afc5
Commit
05c1afc5
authored
Apr 06, 2018
by
Simon Barner
Browse files
- @SuppressWarnings("javadoc") -> RED
- Delete unused class HistoryStaticImpl that also suffered from this problem
parent
c61969d0
Changes
9
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.component.ui/trunk/src/org/fortiss/af3/component/ui/generator/.ratings
View file @
05c1afc5
CCodeGeneratorEasyStartMenu.java 0ff9ab8229297bc08aec4e3deab92f958640db6a GREEN
CGeneratorExecutionTarget.java 1987bd2add540d4c82bb392b19cd87f5d9ef324a GREEN
FMUGeneratorEasyStartMenu.java 253342882ec92cc40f83f3de3efca432bfb08786 GREEN
FMUGeneratorExecutionTarget.java
8953eebe0c383f330a99c45485350c5193dcfc45 GREEN
FMUGeneratorExecutionTarget.java
14d95ac9219555185379caca1d29e895aa3335e0 RED
JavaCodeGeneratorEasyStartMenu.java 92dcdecd8c65b17cbd4177d333d996d3f21f361c GREEN
JavaGeneratorExecutionTarget.java f433c2230bf4946ef4ac34ad12cea8804cddb94f GREEN
org.fortiss.af3.component.ui/trunk/src/org/fortiss/af3/component/ui/generator/FMUGeneratorExecutionTarget.java
View file @
05c1afc5
...
...
@@ -318,6 +318,7 @@ public class FMUGeneratorExecutionTarget extends ExecutionTargetBase {
* Needed since a runtime execution blocks when the limited size output buffer is full.
* Therefore we need to concurrently read from BOTH the error and the output stream.
*/
// TODO
@SuppressWarnings
(
"javadoc"
)
private
static
final
class
InputStreamConsumer
implements
Callable
<
List
<
String
>>
{
InputStream
s
;
...
...
org.fortiss.af3.component.ui/trunk/src/org/fortiss/af3/component/ui/properties/.ratings
View file @
05c1afc5
ComponentSpecificationPropertySection.java d20927a428e18e7d03319e223452bcc837049a78 GREEN
PortDataPropagation.java 88c5090f294a6e97de3b0d8e2db83f0b6f0d31fa GREEN
PortInitValueSection.java
291c752de3452175e5887a21aae70157e6e4e42d GREEN
PortSpecificationPropertySection.java
a035fbfd9031f7ad4ac4a4486ba03ceb31517efa GREEN
PortInitValueSection.java
8f03466a7a703b258439735060ba39138abb6bd3 RED
PortSpecificationPropertySection.java
6a131662ac0eaa8372ffe1122970cb63c41744e5 RED
TypeLabelProvider.java e9b9733cee117eaabffb095d9808e098afec3e3f GREEN
org.fortiss.af3.component.ui/trunk/src/org/fortiss/af3/component/ui/properties/PortInitValueSection.java
View file @
05c1afc5
...
...
@@ -51,6 +51,7 @@ import org.fortiss.tooling.kernel.ui.util.ObservableUtils;
*
* @author aziz
*/
// TODO
@SuppressWarnings
(
"javadoc"
)
public
class
PortInitValueSection
extends
PropertySectionBase
{
...
...
org.fortiss.af3.component.ui/trunk/src/org/fortiss/af3/component/ui/properties/PortSpecificationPropertySection.java
View file @
05c1afc5
...
...
@@ -72,6 +72,7 @@ import org.fortiss.tooling.kernel.ui.util.WidgetsFactory;
*
* @author eder
*/
// TODO
@SuppressWarnings
(
"javadoc"
)
public
final
class
PortSpecificationPropertySection
extends
PropertySectionBase
implements
PortDataPropagation
.
PortDataAccess
{
...
...
org.fortiss.af3.exploration.ui/trunk/src/org/fortiss/af3/exploration/ui/perspective/service/.ratings
View file @
05c1afc5
DSEPerspectiveManager.java b09710c2963faaffb79f3efba66ece32800b845a GREEN
ExternalDSEExtensionService.java 4c9f25697ecbcc380ca0ef17bf9a9669b25eeb46 RED
IDSEPerspectiveManager.java b53eb0a20d3e64400bb42fb4e2212c1959a45dc5 GREEN
IExternalDSEExtensionService.java
c5379c604d14cd16871c8a3a5ac3c210a87a98e9
RED
IExternalDSEExtensionService.java
f523b9d917af11ed16b3166c9f9571cee7238ba1
RED
org.fortiss.af3.exploration.ui/trunk/src/org/fortiss/af3/exploration/ui/perspective/service/IExternalDSEExtensionService.java
View file @
05c1afc5
...
...
@@ -87,6 +87,7 @@ public interface IExternalDSEExtensionService {
public
boolean
isCustomLogoAvailable
();
/** Struct for storing external pattern information. */
// TODO
@SuppressWarnings
(
"javadoc"
)
public
class
PatternStruct
{
public
boolean
isUtilizationPattern
;
...
...
org.fortiss.af3.exploration/trunk/src/org/fortiss/af3/exploration/model/impl/.ratings
View file @
05c1afc5
HistoryStaticImpl.java edad962cd5620f7dc107ff60317f51c8f45b4f08 GREEN
SuperSetMapStaticImpl.java 5080580ae8dfb6008fa6189b07fa01c70e612fc3 GREEN
org.fortiss.af3.exploration/trunk/src/org/fortiss/af3/exploration/model/impl/HistoryStaticImpl.java
deleted
100644 → 0
View file @
c61969d0
/*-------------------------------------------------------------------------+
| Copyright 2012 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.exploration.model.impl
;
import
org.eclipse.emf.common.util.BasicEList
;
import
org.eclipse.emf.common.util.EList
;
import
org.fortiss.af3.efficientdeployment.model.History
;
import
org.fortiss.af3.efficientdeployment.model.PlatformEntry
;
/**
* Class for schedule extraction of {@link History} Elements.
*
* @author eder
*/
// TODO (#3283): Could be removed.
@SuppressWarnings
({
"javadoc"
,
"deprecation"
})
public
class
HistoryStaticImpl
{
// The method below is called by the schedule synthesis indirectly by the DSE Navigator.
// Removing this method now is too invasive, so delay removal until the release is done. See
// above ticket for tracking this issue.
/** Returns all platform entries of the given history */
public
static
EList
<
PlatformEntry
>
getAllPlatformEntries
(
History
history
)
{
EList
<
PlatformEntry
>
platformEntries
=
new
BasicEList
<
PlatformEntry
>();
platformEntries
.
addAll
(
history
.
getGeneratedPlatformEntries
());
platformEntries
.
addAll
(
history
.
getManualPlatformEntry
());
return
platformEntries
;
}
}
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