Activity for MichaeL

  • MichaeL MichaeL committed [r670] on Code

    - new File(FTLReport.class.getClassLoader().getResource(TEMPLATE_PATH).toURI()) throws an exception in java 25 if the path is a UNC-path

  • MichaeL MichaeL posted a comment on ticket #241

    FYI: The version 25.0.1 is correctly detected. Perhaps it is just a problem with the comparison operator "greater than" or "greater than or equal to".

  • MichaeL MichaeL created ticket #241

    Java 25 is not detected

  • MichaeL MichaeL committed [r669]

    - replaced call of method getResouce by getClassLoader().getResource to avoid conflicts with Java's module style

  • MichaeL MichaeL committed [r668]

    - replaced call of method getResouce by getClassLoader().getResource to avoid conflicts with Java's module style

  • MichaeL MichaeL committed [r667]

    - replaced call of method getResouce by getClassLoader().getResource to avoid conflicts with Java's module style

  • MichaeL MichaeL posted a comment on ticket #247

    Hello, a simple fix reads if (!isset($callback_2)) { // create_function has been removed in php8 --> replaced by anonymous function //$callback_2 = create_function('$matches', 'return "[" . str_replace("|", "", $matches[1]) . "]";'); $callback_2 = function($matches) { return (count($matches) > 1) ? "[" . str_replace("|", "", $matches[1]) . "]" : "[]"; }; } regards Micha

  • MichaeL MichaeL committed [r666]

    - add MGI for Bosnia, cf. https://github.com/loesler/applied-geodesy/issues/169

  • MichaeL MichaeL committed [r665]

    - check for singular matrix an apply pseudo-inverse (if necessary) during approximation estimation

  • MichaeL MichaeL committed [r664]

    Changed path to libs

  • MichaeL MichaeL committed [r663]

    - increase resolution of exported parameters

  • MichaeL MichaeL committed [r662]

    - increase version number v20201027

  • MichaeL MichaeL committed [r661]

    - add variance of unit weight and degree of freedom to exported parameter file

  • MichaeL MichaeL committed [r660]

  • MichaeL MichaeL committed [r659]

    - remove compiler warnings

  • MichaeL MichaeL posted a comment on discussion General Discussion

    Hi, currently, JDistLib does not support Java's module-concept Jigsaw and, thus, does not contain a module-info . Is it possible, to provide an official module version of JDistLib? kind reagrds Micha

  • MichaeL MichaeL posted a comment on discussion Help

    Hello, my compiled version is currently under review. For that reason, it is not public yet. However, I uploaded/attached my solution (temporary) here. Please let me know, if it works for you. kind regards Micha

  • MichaeL MichaeL posted a comment on discussion Help

    Thank you Fred for helping me!

  • MichaeL MichaeL posted a comment on discussion Help

    Hello, You could omit the org.hsqldb.lib from the org.hsqldb module and see if it works. I removed exports org.hsqldb.lib; from the module-info but the error still occurs, Error occurred during initialization of boot layer java.lang.LayerInstantiationException: Package org.hsqldb.lib in both module org.hsqldb and module org.hsqldb.cmdline The same error occurs also for the resources package, i.e., Error occurred during initialization of boot layer java.lang.LayerInstantiationException: Package org.hsqldb.resources...

  • MichaeL MichaeL posted a comment on discussion Help

    Hello, I added the required classes taken from the lib package to the Sqltool. Now, I get the error: *Error occurred during initialization of boot layer java.lang.LayerInstantiationException: Package org.hsqldb.lib in both module org.hsqldb.cmdline and module org.hsqldb * module org.hsqldb.cmdline { exports org.hsqldb.cmdline; exports org.hsqldb.cmdline.sqltool; requires java.logging; requires java.sql; } and module org.hsqldb { exports org.hsqldb.auth; exports org.hsqldb.jdbc; exports org.hsqldb.jdbc.pool;...

  • MichaeL MichaeL modified a comment on discussion Help

    Hello, I've try to follow your instructions but I was not able to compile HSQLDB and the Sqlool as separated modules. The problem is/was the resource bundles of the Sqltool, i.e., a MissingResourceException is thrown. I was unable to get access to the properties files inside the package (the files themselves exist). However, I was able to compile a combined version of HSQLDB and Sqltool as module, if I changed the getResourceAsStream call in RefCapablePropertyResourceBundle#getMostSpecificStream,...

  • MichaeL MichaeL posted a comment on discussion Help

    Hello, I've try to follow your instructions but I was not able to compile HSQLDB and the Sqlool as separated modules. The problem is/was the resource bundles of the Sqltool, i.e., a MissingResourceException is thrown. I was unable to get access to the properties file inside the package (the files themselves exist). However, I was able to compile a combined version of HSQLDB and Sqltool as module, if I changed the getResourceAsStream call in RefCapablePropertyResourceBundle#getMostSpecificStream,...

  • MichaeL MichaeL posted a comment on discussion Help

    Hmm, okay, thank you for your reply. I don't like to compile it by my own because I have to do it every time a newer version is available. It doesn't feel like a final solution. ;-)

  • MichaeL MichaeL posted a comment on discussion Help

    Hello, I'd like to use the HSQLDB and the SQLFile class, taken from the SQL tool, in my application. If I add both to my module-info.java, i.e., requires hsqldb; requires sqltool; an errors is thrown: Error occurred during initialization of boot layer java.lang.module.ResolutionException: Module hsqldb contains package org.hsqldb.lib, module sqltool exports package org.hsqldb.lib to hsqldb How to set up the module-info.java to use both parts together in application? Any suggestions? regards Mich...

  • MichaeL MichaeL posted a comment on discussion General Discussion

    Okay, thank you very much for this information. regards and keep well Micha

  • MichaeL MichaeL posted a comment on discussion General Discussion

    Hello, I wonder about the version 0.5.1 of JDistLib at mvnrepository. Is it an offical version of this library? kind regards Micha

  • MichaeL MichaeL committed [r658]

    - corrected value of a-posteriori variance of unit weight w.r.t. to a-priori value

  • MichaeL MichaeL committed [r657]

    - correcting estimation of variance of minor axis

  • MichaeL MichaeL committed [r656]

    - remove print statement

  • MichaeL MichaeL committed [r655]

    - check number of equations to allocate matrix space during estimation of Cww = BCB'

  • MichaeL MichaeL committed [r654]

    - switch to java 8

  • MichaeL MichaeL committed [r653]

    - added Dutch file translated by Bas Altena

  • MichaeL MichaeL committed [r652]

    - added Dutch file translated by Bas Altena

  • MichaeL MichaeL committed [r651]

    - added Dutch file translated by Bas Altena

  • MichaeL MichaeL committed [r66]

    - remove old files

  • MichaeL MichaeL committed [r65]

    - remove base database

  • MichaeL MichaeL committed [r64]

    - add option for applying sigma2apost

  • MichaeL MichaeL committed [r650]

    - Bestimme 3D-Strecke anstelle des 2D-Abstandes

  • MichaeL MichaeL posted a comment on ticket #1526

    Thank you for your effort.

  • MichaeL MichaeL committed [r649]

    - Replace CTRL_MASK by CTRL_DOWN_MASK (see: https://docs.oracle.com/javase/9/docs/api/java/awt/event/InputEvent.html#CTRL_MASK)

  • MichaeL MichaeL committed [r648]

    - Update URI

  • MichaeL MichaeL committed [r647]

    - Replace CTRL_MASK by CTRL_DOWN_MASK (see: https://docs.oracle.com/javase/9/docs/api/java/awt/event/InputEvent.html#CTRL_MASK)

  • MichaeL MichaeL committed [r646]

    - Korrekturen in engl. Sprachdatei

  • MichaeL MichaeL committed [r63]

    - Lib-Austausch hsqldb.jar

  • MichaeL MichaeL committed [r62]

    - v20180430

  • MichaeL MichaeL committed [r61]

    - Beruecksichtigung des geschaetzten Varianzfaktors ist optional waehlbar

  • MichaeL MichaeL posted a comment on ticket #1526

    Hello, I can confirm this issue. I use the epsg database and get the following warning (using java 9 and hsqldb 2.4.1): ... INFORMATION: dataFileCache commit end WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.hsqldb.persist.RAFileNIO (file:/D:/lib/hsqldb.jar) to method java.nio.DirectByteBuffer.cleaner() WARNING: Please consider reporting this to the maintainers of org.hsqldb.persist.RAFileNIO WARNING: Use --illegal-access=warn to enable warnings...

  • MichaeL MichaeL committed [r645]

    BUILD 20180909

  • MichaeL MichaeL committed [r644]

    - add iteration for NTv2 inv trans

  • MichaeL MichaeL committed [r643]

    - remove iteration steps from invtrans method

  • MichaeL MichaeL committed [r642]

    - removed compiler warnings due to new java version

  • MichaeL MichaeL committed [r641]

    - removed compiler warnings due to new java version

  • MichaeL MichaeL posted a comment on ticket #1517

    Hello Fred, thank you for your reply and for fixing this issue. /Micha

  • MichaeL MichaeL created ticket #1517

    Handling of pos./neg. infinity values in HSQLDB 2.4.1

  • MichaeL MichaeL created ticket #189

    Wrong range of supported JRE for launching Launch4J

  • MichaeL MichaeL committed [r640]

    - Hinweisnachricht auf neue Version hinzugefuegt

  • MichaeL MichaeL created ticket #179

    Launching application using Java 9 (32 bit) on windows 7 failed

  • MichaeL MichaeL posted a comment on discussion Help

    Hello Fred, thank you for your reply! I will try your suggestion and cast the values. regards Micha

  • MichaeL MichaeL posted a comment on discussion Help

    Hello, has someone notice my posting and was able to reproduce the behavior? Are more information needed, e.g.: + OS: WIN7 as well as WIN10 + HSQLDB: 2.4.0 + JAVA: java version "9.0.1"; Java(TM) SE Runtime Environment (build 9.0.1+11); Java HotSpot(TM) 64-Bit Server VM (build 9.0.1+11, mixed mode) I'm looking forward to a reply. regards Micha

  • MichaeL MichaeL posted a comment on discussion Help

    Hello, it seems to be a problem, if a NaN/Infinity value is inserted/updated to a DOUBLE column by a MERGE INTO statement. Whereas a pure INSERT or UPDATE handles NaN/Infinity values correctly, the MERGE INTO statement runs in a SQLDataException, i.e.: * java.sql.SQLDataException: data exception: invalid character value for cast* The following code demonstrate my current problem: import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; public class MergeIntoTest...

  • MichaeL MichaeL committed [r639]

    - Typ-Korrektur beim Vergleich mittels equals()

  • MichaeL MichaeL committed [r638]

    - Erweiterung der Sprachdateien

  • MichaeL MichaeL committed [r637]

    - Redundanzanteil der Varianzkomponenten wird nicht gerundet gespeichert

  • MichaeL MichaeL committed [r636]

    BUILD: 20180125

  • MichaeL MichaeL committed [r635]

    - Korrektur bei der Bestimmung der Naeherungswerte der Orientierungsunbekannten (nach Umsortierung fuer PCA) durch doppelten Aufruf

  • MichaeL MichaeL committed [r634]

    - Compiler einstellungen auf 1.7 explizit gesetzt

  • MichaeL MichaeL committed [r633]

    - BUILD: 20180109

  • MichaeL MichaeL committed [r632]

    - Nutze expliziten NS fuer XML-Dateien (alter Stand) um Fehler beim Import zu umgehen, vgl. http://forum.derletztekick.com/index.php?id=3195

  • MichaeL MichaeL committed [r631]

    - Ausgabe der Freiheitsgrade auf drei Stellen bei Teststatistiken

  • MichaeL MichaeL committed [r630]

    - DB angepasst v1.30

  • MichaeL MichaeL committed [r629]

    - DB-Version auf 1.30 gesetzt und GNSS-Gruppeneinstellungen angepasst

  • MichaeL MichaeL committed [r628]

    - Entfernen von nicht mehr benoetigten Code

  • MichaeL MichaeL committed [r627]

    - Streckenabhaenigen Ansatz zur Bestimmung der Unsicherheiten von GNSS-Basislinienkomponenten hinzugefuegt

  • MichaeL MichaeL committed [r626]

    - Korrektur der Fehlermeldung

  • MichaeL MichaeL committed [r625]

    - Pruefung, ob Teststatistik den Wert 'unedlich' besitzt (z.B. bei nicht-Redundanten Ausgleichungen) um FormatException abzufangen

  • MichaeL MichaeL committed [r624]

    - FractionCellEditor hinzugefuegt, der mehr Stellen im Editiermodus der Tabelle anzeigt

  • MichaeL MichaeL committed [r623]

    - Freemarker 2.3.27

  • MichaeL MichaeL committed [r622]

    - TrimToSize entfernt, da Datensaetze sonst (optisch) ueberschrieben werden beim Duplizieren

  • MichaeL MichaeL committed [r621]

    - Duplizieren von Defo.-Ties hinzugefuegt

  • MichaeL MichaeL committed [r620]

    - Duplizieren von Defo.-Ties hinzugefuegt

  • MichaeL MichaeL committed [r619]

    - CAST INTEGER aus RegExp zur Bestimmung der nachsten freien Punktbezeichnung

  • MichaeL MichaeL committed [r618]

    - Kontextmenue erweitert um "Duplizierung" von Daten

  • MichaeL MichaeL committed [r617]

    - CoordTrans

  • MichaeL MichaeL committed [r616]

    - BUILD: 20171110

  • MichaeL MichaeL committed [r615]

    - Umrechnung der Winkel korrigiert (vgl. http://forum.derletztekick.com/index.php?id=3182)

  • MichaeL MichaeL committed [r614]

    - BUILD: 20171030

  • MichaeL MichaeL committed [r613]

    - Null-Pointer beim Import via TreeMenu abgefangen, wenn keine Streckeninformation vorhanden ist

  • MichaeL MichaeL committed [r612]

    BUILD: 20171007

  • MichaeL MichaeL committed [r611]

    - Info-Datei erweitert um eine Spalte, die Anzahl der Beobachtungen enthaelt (bspw. fuer statistische Auswertungen)

  • MichaeL MichaeL committed [r610]

    - Beruecksichtigung der Strecke zur Bildung der Messunsicherheiten bei allen Beobachtungstypen beim Import via TreeMenu

  • MichaeL MichaeL committed [r609]

    - Variablenbezeichnung korrigiert

  • MichaeL MichaeL committed [r608]

    - DB-Version korrigiert

  • MichaeL MichaeL committed [r607]

    - Defaultwerte in DB eingefuegt

  • MichaeL MichaeL committed [r606]

    - BUILD 20171001

  • MichaeL MichaeL committed [r605]

    - Rangdefekt-Analyse hinzugefuegt

  • MichaeL MichaeL committed [r604]

    - Erfassung der abgeleiteten Parameter (Quaternion --> Drehwinkel) um korrekte Anzahl an Zusatzparameter zu bestimmen

  • MichaeL MichaeL committed [r603]

    - Umstellung auf Enum fuer Plottypen

  • MichaeL MichaeL committed [r602]

    - Icon in UI-Leiste hinzugefuegt

  • MichaeL MichaeL committed [r601]

    - Icon in UI-Leiste hinzugefuegt

  • MichaeL MichaeL committed [r600]

    - Erweiterung der DB 1.29

1 >
MongoDB Logo MongoDB