Community
Participate
Working Groups
1. Create a simple class "MyList" without any implementation 2. Sapphire-gallery.xml -> Value properties -> Java Type Names -> Required class 2 and enter "MyList" 3. Error "Class MyList does not implement or extend java.util.List." 4. In myList class implement java.util.List interface 5. save all 6. Notice, the validation message isn't removed. workaround: the validation error is removed by performing some editing to the class name field
Ram's Bug 12879828
Fixed in 0.3.1 and 0.4 streams. Please verify. This fixes the general problem of live listening on the Java model. In addition to the fix for the outlined scenario, this also fixed the case where there referenced type appears or disappears.
verified
Closed.