Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
languages
EmbeddedMontiArc
Commits
8fd20589
Commit
8fd20589
authored
Dec 15, 2018
by
Alexander David Hellwig
Browse files
Fix: outgoing array Ports sized by generics have wrong size
parent
2a501c99
Pipeline
#91395
failed with stage
in 3 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/monticore/lang/embeddedmontiarc/embeddedmontiarc/_symboltable/cncModel/EMAComponentSymbolReference.java
View file @
8fd20589
...
...
@@ -116,7 +116,7 @@ public class EMAComponentSymbolReference extends EMAComponentSymbol implements
for
(
ResolutionDeclarationSymbol
resDeclSym
:
getResolutionDeclarationSymbols
())
{
//Log.debug("" + ((ASTUnitNumberResolution) getResolutionDeclarationSymbols().get(count).getASTResolution()).getNumber().get().intValue(), "resolus:");
String
lastNameStart
=
""
;
for
(
EMAPortSymbol
emaPortSymbol
:
get
Incoming
Ports
())
{
for
(
EMAPortSymbol
emaPortSymbol
:
getPorts
List
())
{
Log
.
debug
(
emaPortSymbol
.
getName
(),
"Found Port:"
);
if
(!
emaPortSymbol
.
getNameWithoutArrayBracketPart
().
equals
(
lastNameStart
))
{
lastNameStart
=
emaPortSymbol
.
getNameWithoutArrayBracketPart
();
...
...
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