Commit Graph
28 Commits
Author SHA1 Message Date
Axel Uhl 7eb626dc48 removed use of high-complexity regexp;
this addresses https://github.com/SAP/sailing-analytics/security/code-scanning/113
2025-01-31 11:07:33 +01:00
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 a8b065f839 bug5797: comments and formatting 2022-12-29 13:36:50 +01:00
Finn Huelsbusch d888c1fad9 added configuration for eclipse 2022-06 and updated the onboarding 2022-07-07 16:51:33 +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 6553c40c2c bug4881: added ScoreCorrectionProvider.getScoreCorrections(InputStream) 2020-02-07 13:47:37 +01:00
Axel Uhl 89e8bef9c8 Revert "removed PluginNature from our OSGi bundles; they are not Eclipse plugins";
according to https://bugs.eclipse.org/bugs/show_bug.cgi?id=544977#c21 the
scenario of using the ManifestBuilder without setting the PluginNature is
not a supported scenario. Besides, it doesn't help to get rid of the new
Eclipse warning regarding non-exported packages.

This reverts commit 063484e29f.
2019-05-28 21:54:20 +02:00
Axel Uhl 063484e29f removed PluginNature from our OSGi bundles; they are not Eclipse plugins 2019-05-27 22:53:30 +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
Axel Uhl 25b92a71f9 made SailWave import tolerant for rank formatting (1st, 2nd, ... instead of 1, 2, ..., as documented in Wiki but not implemented so far...
Change-Id: I4eff90780c1f3f36159c25a7b227d39f49148571
2016-07-06 14:29:43 +02:00
Axel Uhl 3c7009cc80 support blanks instead of , as separator of score and max points reason in CSV / SailWave result importer
Change-Id: I6e179457b664f45545941370ae1d68e4b680d1ee
2016-07-05 18:21:46 +02:00
Axel Uhl bbc2796d59 renamed com.sap.sailing.server.replication bundle to com.sap.sse.replication 2014-11-07 21:47:57 +01:00
Axel Uhl 69de0f2d76 upgraded project settings to Java8, fixed gwt.ui to JavaSE-1.7 explicitly 2014-10-01 15:00:44 +02:00
Axel Uhl 161d823dee updated project compliance settings to JavaSE-1.8 2014-10-01 14:44:22 +02:00
Axel Uhl e9130d38f3 upgraded classpaths to JavaSE-1.8 2014-10-01 14:16:18 +02:00
Axel Uhl 7ece44052d upgraded manifests from JavaSE-1.7 to JavaSE-1.8 as runtime environment 2014-10-01 14:08:19 +02:00
Axel Uhl 53a0b36e8e consolidated all Util stuff in com.sap.sse.common.Util now 2014-06-03 00:01:14 +02:00
Axel Uhl cb9354b1a0 moved Util from com.sap.sailing.common to com.sap.sse.common 2014-06-02 23:57:16 +02:00
Axel Uhl 0c47e86304 moved Pair and Triple from com.sap.sailing.common.Util to com.sap.sse.common.Util and introduced all missing dependencies on com.sap.sse.common 2014-06-02 23:31:26 +02:00
fmittag e7c0186fb2 improved naming of velum and sailwave result importer 2013-07-03 21:35:36 +02:00
fmittag bb3be71747 fixed name of sailwave result importer 2013-07-03 21:27:46 +02:00
fmittag 5a71c366fa changed default dir for sailwave import scanning 2013-07-03 21:19:20 +02:00
fmittag c8c2af7ae1 finished initial version of csv based result importer (with tests) for sailwave 2013-07-03 20:56:06 +02:00
fmittag 0703fd1ef2 replaced the XRR based import from sailwave with a .csv based import cause of missing features of the sailwave XRR exporter 2013-07-03 19:30:58 +02:00
fmittag 930de79e22 initial version of a result importer for sailwave (based on ISAF XRR format) 2013-07-01 18:59:51 +02:00
fmittag 87b1694318 added velum and sailwave result importer to launch configs 2013-05-02 17:17:39 +02:00
fmittag 71f174b0ed initial project creation for Velum and Sailwave result importer 2013-04-29 18:25:12 +02:00