Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SWE_de.bsvrz.sys.funclib.bitctrl
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
ERZ
SWE_de.bsvrz.sys.funclib.bitctrl
Commits
e4178830
Commit
e4178830
authored
Oct 18, 2018
by
Christian Hoesel
🎺
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Nochmal die Initialisierung des NetCaches korrigiert
parent
5f2558e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
NetzCache.java
...svrz/sys/funclib/bitctrl/modell/util/cache/NetzCache.java
+4
-4
No files found.
subprojects/de.bsvrz.sys.funclib.bitctrl.modell.util/src/main/java/de/bsvrz/sys/funclib/bitctrl/modell/util/cache/NetzCache.java
View file @
e4178830
...
...
@@ -195,13 +195,13 @@ public class NetzCache extends AbstractCache {
final
ObjektFactory
objektFactory
=
verbindungsCache
.
getObjektFactory
();
@SuppressWarnings
(
"unchecked"
)
final
List
<
GesamtStrasse
>
g
esamtStrassen
=
(
List
<
GesamtStrasse
>)
objektFactory
final
List
<
GesamtStrasse
>
alleG
esamtStrassen
=
(
List
<
GesamtStrasse
>)
objektFactory
.
bestimmeModellobjekte
(
GesamtStrasse
.
PID
);
objektFactory
.
getDaten
(
g
esamtStrassen
,
KdGesamtStrasse
.
class
);
objektFactory
.
getDaten
(
alleG
esamtStrassen
,
KdGesamtStrasse
.
class
);
final
Set
<
Strasse
>
alleStrassenDesNetzes
=
s2ss
.
keySet
();
for
(
final
GesamtStrasse
g
:
g
esamtStrassen
)
{
for
(
final
GesamtStrasse
g
:
alleG
esamtStrassen
)
{
final
KdGesamtStrasse
.
Daten
datum
=
g
.
getKdGesamtStrasse
().
getDatum
();
if
(
datum
!=
null
)
{
boolean
enthalten
=
datum
.
getStrasseFR1
().
stream
().
anyMatch
(
s
->
alleStrassenDesNetzes
.
contains
(
s
));
...
...
@@ -210,7 +210,7 @@ public class NetzCache extends AbstractCache {
}
if
(
enthalten
)
{
gesamt
S
trassen
.
add
(
g
);
gesamt
s
trassen
.
add
(
g
);
}
}
}
...
...
Write
Preview
Markdown
is supported
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