strolch/model/src/main/java/li/strolch/model
Robert von Burg 22359e51d8
[New] Added CRUD services for notifications
2024-02-27 16:44:53 +01:00
..
activity [Fix] Fixed NPE in toString() 2024-02-06 15:22:43 +01:00
audit [Minor] Automated Code cleanup: unused imports 2023-04-04 13:05:54 +02:00
builder [New] Extended builder pattern 2024-02-27 14:46:41 +01:00
i18n [Major] Strolch version 2.x: renamed modules 2022-12-16 15:03:14 +01:00
json [Major] Privilege refactorings, remove unused services and actions 2023-10-05 13:43:57 +02:00
log [Minor] Automated Code cleanup 2023-04-04 15:02:07 +02:00
parameter [New] Added ListParameter.removeValueIf() 2023-05-19 13:34:00 +02:00
policy [Minor] Automated Code cleanup: Redundant local variable 2023-04-04 11:38:33 +02:00
timedstate [Fix] Qodana fix: Method 'fillClone()' overloads a compatible method of a superclass, when overriding might have been intended 2023-05-10 19:53:49 +02:00
timevalue [Minor] code cleanup 2023-04-17 08:51:04 +02:00
visitor [Minor] Automated Code cleanups 2023-04-04 10:06:47 +02:00
xml [Fix] Always use SAXParserFactory feature disallow-doctype-decl=true 2023-11-30 12:16:28 +01:00
AbstractStrolchElement.java [Minor] Changed the toString()-methods to include the Locator 2024-02-05 14:01:13 +01:00
AbstractStrolchRootElement.java [New] Changed StrolchRootElement.setRelations(String, Collection) 2023-07-18 16:33:11 +02:00
GroupedParameterizedElement.java [Fix] Qodana fix: Method 'fillClone()' overloads a compatible method of a superclass, when overriding might have been intended 2023-05-10 19:53:49 +02:00
Locator.java [Minor] Removed all //$NON-NLS-1$ 2023-04-04 11:24:12 +02:00
ModelGenerator.java [Major] Strolch version 2.x: renamed modules 2022-12-16 15:03:14 +01:00
ModelHelper.java [Minor] Code cleanup 2023-07-17 17:28:50 +02:00
ModelStatistics.java [Major] Strolch version 2.x: renamed modules 2022-12-16 15:03:14 +01:00
Order.java [Fix] Fixed NPE in toString() 2024-02-06 15:22:43 +01:00
ParameterBag.java [Major] Refactored equals/hashcode methods 2023-04-06 15:32:54 +02:00
ParameterBagContainer.java [Major] Strolch version 2.x: renamed modules 2022-12-16 15:03:14 +01:00
ParameterizedElement.java [Fix] Qodana fix: Method 'fillClone()' overloads a compatible method of a superclass, when overriding might have been intended 2023-05-10 19:53:49 +02:00
PolicyContainer.java [Major] Strolch version 2.x: renamed modules 2022-12-16 15:03:14 +01:00
Resource.java [Fix] Fixed NPE in toString() 2024-02-06 15:22:43 +01:00
State.java [New] State.canSetToError() is also for STOPPED 2023-10-27 16:22:05 +02:00
StrolchElement.java [Major] Strolch version 2.x: renamed modules 2022-12-16 15:03:14 +01:00
StrolchModelConstants.java [New] Added CRUD services for notifications 2024-02-27 16:44:53 +01:00
StrolchRootElement.java [New] Added StrolchRootElement.ensureReadOnly() and .readOnly() 2023-07-20 16:30:03 +02:00
StrolchValueType.java [Minor] Removed all //$NON-NLS-1$ 2023-04-04 11:24:12 +02:00
Tags.java [New] Added additional constants 2023-07-28 11:25:29 +02:00
Version.java [Minor] Automated Code cleanup: Redundant local variable 2023-04-04 11:38:33 +02:00