You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…ing-after-a-longer-pause
* main:
#4158 - Exception when annotating something after a longer pause
No issue: Enable parallel builds
#4158 - Exception when annotating something after a longer pause
#4158 - Exception when annotating something after a longer pause
#4192 - Upgrade dependencies
#4201 - Layer export as JSON does not include coloring rules
#4199 - Jumping to the end of a long annotation sometimes does not work
#4198 - Show layer name instead of no-label
#4196 - Save memory by not creating empty arrays in CAS
% Conflicts:
% inception/inception-diag/src/main/java/de/tudarmstadt/ukp/clarin/webanno/diag/checks/UnreachableAnnotationsCheck.java
% inception/inception-diag/src/main/java/de/tudarmstadt/ukp/clarin/webanno/diag/config/CasDoctorAutoConfiguration.java
Describe the refactoring action
Instead of storing empty arrays in the CAS, the array reference should just be set to null.
Expected benefit
Less memory usage (minimal, but ok).
The text was updated successfully, but these errors were encountered: