- 25 Feb, 2019 7 commits
-
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
In "pom.xml" and "VadereGui/pom.xml", use latest version of Maven's Mockito plugin to avoid mocking errors during unit test phase. See: - https://github.com/calypsonet/keyple-java/issues/443 - https://mvnrepository.com/artifact/org.mockito/mockito-core - https://mvnrepository.com/artifact/org.mockito/mockito-all/1.9.5
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
Maven's JaCoCo plugin version 0.8.3 newly uses a whitespace character to separate numbers and percentage sign. Therefore, adapted regular expression.
-
Benedikt Kleinmeier authored
Moved configuration of Maven's code coverage plugin "JaCoCo" from subprojects to top-level "pom.xml".
-
Daniel Lehmberg authored
Merge branch '210-seed-test-fails-on-windows-worker-with-modulenotfounderror-no-module-named-vadere_analysis_tool' into java_migration
-
- 24 Feb, 2019 2 commits
-
-
Daniel Lehmberg authored
-
Benedikt Kleinmeier authored
# Conflicts: # pom.xml
-
- 22 Feb, 2019 14 commits
-
-
Daniel Lehmberg authored
Merge branch 'master' into 210-seed-test-fails-on-windows-worker-with-modulenotfounderror-no-module-named-vadere_analysis_tool
-
Benedikt Kleinmeier authored
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Kleinmeier authored
-
adrianhollow authored
-
Daniel Lehmberg authored
-
Daniel Lehmberg authored
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
-
- 21 Feb, 2019 7 commits
-
-
Benedikt Kleinmeier authored
-
Daniel Lehmberg authored
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
Extended "BangEvent" to hold a "Target" and use this new information in "UpdateSchemeEventDriven" and "UpdateSchemeSequential".
-
Daniel Lehmberg authored
Merge branch 'master' into 210-seed-test-fails-on-windows-worker-with-modulenotfounderror-no-module-named-vadere_analysis_tool
-
- 20 Feb, 2019 4 commits
-
-
Benedikt Zoennchen authored
-
Benedikt Zoennchen authored
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
VadereSimulator/src/org/vadere/simulator/control/Simulation.java: - Extracted new method "createControllers()" which is used in constructor. VadereState/src/org/vadere/state/attributes/scenario/AttributesAbsorbingArea.java: - Removed unused attribute "waitingTime". - Changed default value for attribute "deletionDistance" from "0.1" to "0.0".
-
- 19 Feb, 2019 3 commits
-
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
New scenario element "AbsorbingArea" is not handled in: - AbsorbingAreaController (this class is missing completely at the moment). - MigrationAssistant (must add node '"absorbingAreas" : [ ]' to topography tree). - DefaultConfig (to be able to change color). - TikzGenerator (must use "topography.getAbsorbingAreas()" to iterate over the new scenario element).
-
- 18 Feb, 2019 1 commit
-
-
Benedikt Kleinmeier authored
Added two additional test scenarios: - wait_event_2_sources_2_targets_osm_event_driven.scenario - wait_event_recurring_2_sources_2_targets_osm_sequential.scenario VadereSimulator/tests/org/vadere/simulator/control/events/EventControllerTest.java: - Adapted unit tests for this logical change.
-
- 17 Feb, 2019 2 commits
-
-
adrianhollow authored
-
adrianhollow authored
-