Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMADL2CPP
Commits
0efad449
Commit
0efad449
authored
Jan 22, 2019
by
Christopher Jan-Steffen Brix
Browse files
Bugfix
parent
aaf11d2d
Pipeline
#99132
passed with stages
in 4 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/de/monticore/lang/monticar/emadl/generator/EMADLGenerator.java
View file @
0efad449
...
...
@@ -137,7 +137,7 @@ public class EMADLGenerator {
fileContentMap
.
put
(
f
.
getFileName
(),
f
.
getFileContent
());
}
List
<
FileContent
>
fileContentsTrainingHashes
=
new
HashSe
t
<>();
List
<
FileContent
>
fileContentsTrainingHashes
=
new
ArrayLis
t
<>();
for
(
ExpandedComponentInstanceSymbol
componentInstance
:
allInstances
)
{
ComponentSymbol
component
=
componentInstance
.
getComponentType
().
getReferencedSymbol
();
Optional
<
ArchitectureSymbol
>
architecture
=
component
.
getSpannedScope
().
resolve
(
""
,
ArchitectureSymbol
.
KIND
);
...
...
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