-
- Downloads
registerConstraintUI(): Fix check for duplicate UI registrations
* Check for duplicates was based on "cstrClass" (of type Class), whereas the registration is based on the class name * Note: This change does not affect the actual registration, hence no change in behavior is expected. * Revealed by warning on unlikely argument of (type Class) for string2cstrMap.get() Issue-Ref: 3539 Issue-Url: https://af3-developer.fortiss.org/issues/3539 Signed-off-by:Simon Barner <barner@fortiss.org>
parent
7995b049
No related branches found
No related tags found
This commit is part of merge request !27. Comments created here will be created in the context of that merge request.
Showing
- org.fortiss.tooling.kernel.ui/src/org/fortiss/tooling/kernel/ui/internal/.ratings 1 addition, 1 deletion...el.ui/src/org/fortiss/tooling/kernel/ui/internal/.ratings
- org.fortiss.tooling.kernel.ui/src/org/fortiss/tooling/kernel/ui/internal/ConstraintUIService.java 3 additions, 3 deletions...rtiss/tooling/kernel/ui/internal/ConstraintUIService.java
Please register or sign in to comment