Wessels, Udo (PPN)
2b66121265
bug5910: remove not supported line in .project files so that current Eclipse version (2023-09) can import the projects.
2023-10-09 18:00:50 +02:00
Axel Uhl
8d3c5c81d1
bug5867/bug5866: made center/radius final fields in CourseArea
2023-08-02 15:57:58 +02:00
Axel Uhl
e86232fc3b
bug5797: continued introducing Charset argument in more InputStreamReader constructor calls
2022-12-29 10:59:34 +01:00
Axel Uhl
cbe9204f19
mockito-4.8.1: refactored all tests so they compile with mockito-core 4.8.1
2022-12-20 18:25:58 +01:00
Axel Uhl
d9e54d475b
bug5792: removed version specification from javax.activation package import;
...
trackfiles.test shall load this from the JDK when on Java-1.8 and from a
separate bundle when on Java-11; in the JDK the package will not provide
a version number
2022-12-14 05:44:37 -08:00
Axel Uhl
7efbe2880d
bug5792: removed unused fragments; more manifest alignment
2022-12-14 05:19:02 -08:00
Axel Uhl
a6363406be
bug5792: introduce org.hamcrest-2.2.0, remove gwt-dev deps
2022-12-12 06:18:51 -08:00
Axel Uhl
804f5df550
bug5217: major refactoring, passing through MarkPassingRaceFingerprintRegistry "everywhere"
2022-10-12 15:08:42 +02:00
Axel Uhl
434743a578
bug5728: moved outlier filtering into separate class OutlierFilter and used it in FixLoaderAndTracker for competitor tracks
2022-08-10 16:16:02 +02:00
Axel Uhl
90de7fcaa2
bug5728: adjusted test verdict for Gallagher/Zelenka; the full track has 323 instead of 23 outliers remaining
2022-08-10 12:37:37 +02:00
Axel Uhl
9523ff3555
bug5728: improved test verdict message
2022-08-10 12:28:31 +02:00
Axel Uhl
00ef5169c6
bug5728: changed test verdict to eight times faster
2022-08-09 18:40:33 +02:00
Axel Uhl
4d9e7df16c
bug5728: run a comparison for mark passing analysis with adjusted and original track
2022-08-09 18:19:39 +02:00
Axel Uhl
1f94f2c3fd
bug5728: fixed exported track of Gallagher/Zelenka; fixed position of mark "Faulkner Island"
2022-08-09 16:42:52 +02:00
Axel Uhl
568cb0fa12
bug5728: test set-up to compute Gallagher/Zelenka's mark passings
2022-08-09 15:03:45 +02:00
Axel Uhl
8c85fc09a6
bug5728: added TODOs
2022-08-09 00:44:03 +02:00
Axel Uhl
00b050283a
bug5728: working towards a comparison of un-adjusted and adjusted tracks regarding mark passing analysis
2022-08-09 00:37:14 +02:00
Axel Uhl
2a2e9d18fb
bug5728: started to create a test frame with a TrackedRace to test mark passing calculation on adjusted tracks
2022-08-08 18:42:58 +02:00
Axel Uhl
03fdb37c0b
bug5728: assert the number of outliers remaining after filtering
2022-08-08 17:20:45 +02:00
Axel Uhl
05ab5b5360
bug5728: test for remaining "severe" inconsistencies after adjusting
2022-08-05 18:41:05 +02:00
Axel Uhl
f516e5dae2
bug5728: fixed NPE
2022-08-05 17:23:51 +02:00
Axel Uhl
584223804c
bug5728: JumpyTrackSmootheningTest now has an outlier adjustment implemented that seems to work quite well
2022-08-05 14:53:55 +02:00
Axel Uhl
6dc7c6cf49
bug5728: documented a new approach
2022-08-05 10:39:27 +02:00
Axel Uhl
d8bf61c1fb
bug5728: looking both ways at a boundary; still not solving the problem
2022-08-04 18:31:38 +02:00
Axel Uhl
c1485468c8
bug5728: record inferred speed vectors for debugging
2022-08-04 15:38:04 +02:00
Axel Uhl
a8ebab1fbd
bug5728: continuing to learn the offset
2022-08-03 18:26:33 +02:00
Axel Uhl
db9e1b5c9c
bug5728: use the greater absolute of the two offsets found
2022-08-02 18:56:10 +02:00
Axel Uhl
7bcb37bbab
bug5728: fixed outlier detection in Jumpy... test
2022-08-02 18:49:53 +02:00
Axel Uhl
5fd6103dec
comment changes only
2022-08-02 15:12:34 +02:00
Axel Uhl
dd1e9c582d
bug5728: introduced ScalableDuration; working on documentation
2022-08-01 14:57:01 +02:00
Axel Uhl
fe1e71cfcd
bug5728: added comment for implementation
2022-08-01 09:58:57 +02:00
Axel Uhl
36b207c762
Merge branch 'master' into bug5728
2022-07-27 17:15:26 +02:00
Axel Uhl
5c2d3bf095
took care of more 2022-06-based warnings
2022-07-08 00:32:02 +02:00
Finn Huelsbusch
d888c1fad9
added configuration for eclipse 2022-06 and updated the onboarding
2022-07-07 16:51:33 +02:00
Axel Uhl
962a487412
bug5728: started by adding examples of jumpy tracks and building a trivial "test case" around it
2022-05-24 18:23:00 +02:00
Axel Uhl
2c622e5b45
patched <!DOCTYPE projectDescription> into all project files to avoid info/warning in problems view about no grammar constraint
2021-06-19 12:45:03 +02:00
Axel Uhl
4db4b95b62
bug4811: set org.eclipse.jdt.core.compiler.codegen.methodParameters to generate in all preference files; Tycho respects them!
2021-02-16 14:58:38 +01:00
Axel Uhl
0c59c3f5ea
bug5036: adding null check and fixing sequence extension/creation in case of replacement fixes
...
Change-Id: I1c0bba322ef0462da01b61baf8417d296b01bdf9
2019-05-15 00:10:35 +02:00
Kai Börnert
250783b4ae
Merge branch 'master' into permission-vertical
...
Conflicts:
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/adminconsole/LeaderboardConfigPanel.java
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages.properties
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages_de.properties
2019-02-11 09:25:45 +01:00
Robin Kuck
ab27f9f155
Merge remote-tracking branch 'origin/master' into bug4469
...
Conflicts:
java/com.sap.sailing.server/src/com/sap/sailing/server/RacingEventService.java
2019-01-05 14:30:00 +01:00
Steffen Schaefer
1e00d2d194
Merge branch 'master' into permission-vertical
...
# Conflicts:
# java/com.sap.sailing.domain.persistence/META-INF/MANIFEST.MF
# java/com.sap.sailing.domain.racelogtrackingadapter/META-INF/MANIFEST.MF
# java/com.sap.sailing.domain.swisstimingadapter.persistence/META-INF/MANIFEST.MF
# java/com.sap.sailing.domain.swisstimingadapter.persistence/src/com/sap/sailing/domain/swisstimingadapter/persistence/impl/SwissTimingAdapterPersistenceImpl.java
# java/com.sap.sailing.domain.swisstimingadapter.test/META-INF/MANIFEST.MF
# java/com.sap.sailing.domain.tractracadapter.persistence/META-INF/MANIFEST.MF
# java/com.sap.sailing.domain.tractracadapter.persistence/src/com/sap/sailing/domain/tractracadapter/persistence/impl/MongoObjectFactoryImpl.java
# java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/server/DataMiningServiceImpl.java
# java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/server/SailingServiceImpl.java
# java/com.sap.sailing.polars.datamining/META-INF/MANIFEST.MF
# java/com.sap.sailing.server.gateway.test/src/com/sap/sailing/server/gateway/test/jaxrs/AbstractJaxRsApiTest.java
# java/com.sap.sailing.server.interface/src/com/sap/sailing/server/interfaces/RacingEventService.java
# java/com.sap.sailing.server.replication.test/META-INF/MANIFEST.MF
# java/com.sap.sailing.server.replication.test/src/com/sap/sailing/server/replication/test/TrackRaceReplicationTest.java
# java/com.sap.sailing.server.test/src/com/sap/sailing/server/test/TaggingServiceTest.java
# java/com.sap.sailing.server.testsupport/META-INF/MANIFEST.MF
# java/com.sap.sailing.server/META-INF/MANIFEST.MF
# java/com.sap.sailing.server/src/com/sap/sailing/server/impl/Activator.java
# java/com.sap.sailing.server/src/com/sap/sailing/server/impl/RacingEventServiceImpl.java
# java/com.sap.sailing.server/src/com/sap/sailing/server/tagging/TaggingServiceImpl.java
# java/com.sap.sse.mail.replication.testsupport/src/com/sap/sse/mail/replication/testsupport/AbstractMailServiceReplicationTest.java
# java/com.sap.sse.security.test/META-INF/MANIFEST.MF
# java/com.sap.sse.security.test/src/com/sap/sse/security/jaxrs/api/SecurityResourceTest.java
# java/com.sap.sse.security.test/src/com/sap/sse/security/test/UserStoreWithPersistenceTest.java
# java/com.sap.sse.security.userstore.mongodb/META-INF/MANIFEST.MF
# java/com.sap.sse.security.userstore.mongodb/src/com/sap/sse/security/userstore/mongodb/MongoObjectFactory.java
# java/com.sap.sse.security.userstore.mongodb/src/com/sap/sse/security/userstore/mongodb/impl/DomainObjectFactoryImpl.java
# java/com.sap.sse.security.userstore.mongodb/src/com/sap/sse/security/userstore/mongodb/impl/MongoObjectFactoryImpl.java
# java/com.sap.sse.security/src/com/sap/sse/security/impl/SecurityServiceImpl.java
2018-12-17 14:36:37 +01:00
Axel Uhl
4dd9f10e2c
removed further deprecations by switching imports from junit.* to org.junit
2018-12-10 03:46:28 +01:00
Axel Uhl
19ba366d65
fixed merge problem in test fragment manifest
...
Change-Id: I856436f296385ecf2c4872cc1629659458252870
2018-12-04 17:52:01 +01:00
Axel Uhl
b8c5fdffc3
Merge branch 'master' into permission-vertical
...
Change-Id: I983bec4adfd8e8c67e1af232a829ad1d8407b117
2018-12-04 15:20:22 +01:00
Axel Uhl
f3ab3d238c
added package imports for javax.xml.* and com.sun.istack stuff to trackfiles
...
Change-Id: Iaaaccceb770863eb7c413762762ae22e9b0cf2f1
2018-12-01 12:06:09 +01:00
Thomas Wiese
dd69e9cbf2
Competitor and Boat become SecuredDomainTypes
2018-11-16 11:12:47 +01:00
Robin Kuck
753897a917
Merge remote-tracking branch 'origin/master' into bug4469
2018-06-12 23:54:28 +02:00
Robin Kuck
28523ce624
Merge remote-tracking branch 'origin/master' into bug4469
...
# Conflicts:
# java/com.sap.sse/src/com/sap/sse/pairinglist/impl/PairingListTemplateImpl.java
2018-04-30 11:56:24 +02:00
Maximilian Groß
ed1fae0c8f
divided datamining from sailing specific classes
2018-04-12 07:40:59 +02:00
Axel Uhl
bd90f921dd
added Automatic-Module-Name headers to satisfy Oxygen.3 Java9 warnings rule
2018-03-24 01:45:37 +01:00