This repository was archived by the owner on May 4, 2020. It is now read-only.
Fix: NPE when trying to restore the module on Windows - #4
Open
Spalek wants to merge 2 commits into
Open
Conversation
writeExternal() and readExternal() was changed in order to initialize the CRSManager before calling setStandardSRS().
jechterhoff
approved these changes
Apr 30, 2020
jechterhoff
left a comment
There was a problem hiding this comment.
Funktioniert bei mir: nachdem per Skript die Testdatenbank angelegt wurde kann man in der BaseX GUI mehrere Testläufe ausführen, ohne dass ein Fehler auftaucht und ohne dass die Datenbank neu angelegt werden müsste (wie zuvor, um den Fehler zu umgehen).
Kurzer Hinweis am Rande: Im Script sollte man das Löschen der .obj-Dateien behalten, da ansonsten bei Anlegen einer neuen Testdatenbank es zu einem Fehler kam.
Insgesamt eine gute Verbesserung der Abläufe für die lokale Testentwicklung.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
writeExternal() and readExternal() was changed in order to initialize the CRSManager before calling setStandardSRS().
@jechterhoff könntest Du das bei Dir nochmal ausprobieren?
Verhalten vor dem Fix: Beim zweimaligen Ausführen eines Testlaufs auf dem selben Testdatensatz:
Der zweite Testlauf führt zu einem Fehler, wenn man die gespeicherten Ressourcen
tmp/*.objnicht löscht:[err:XPTY0004] java.lang.NullPointerException. Caused by: ReusableResource:restore(GmlGeoX, String).
C:/Users/spalek/Docume..."Verhalten nach dem Fix: Beim zweimaligen Ausführen eines Testlaufs auf dem selben Testdatensatz:
Der zweite Testlauf lädt alle Ressourcen aus dem ersten Testlauf und sollte ohne Exception durch laufen.
Falls du auch ein Skript nutzt, welches die Ressourcen löscht: Ich habe bei mir zum Testen die entsprechende Zeile mit REM auskommentiert:
REM del C:\Users\spalek\Documents\tmp\*.obj /s /q