Community
Participate
Working Groups
Created attachment 129433 [details] Zip file of the SID Import Tigerstripe project Hello, When importing the SID, the model from RSM have some associations that are not navigable in any direction. This should generate an error in Tigerstripe. However, often both end are never read locally,so 2 warnings are posted: The field XX is neverread locally. when this is the case, Tigerstripe does not detect the fact the association is not navigable and does not generate an error. If now, I add @SuppressWarnings("unused") before each field then the error appears. 2 examples in attachement: - ServiceDeviceInterfaceDetails in package Logical_View.Resource_Domain.Resource_ABE.LogicalResource_ABE.Device_Interface_ABE; This one has the suppress warnings - ResourceSpecificationPerfRole in package Logical_View.Resource_Domain.Resource_Specification_ABE; this one does not have the suppress warnings Best regards, Marc
Marc, choose the menu option Window / Preferences Go to Java - Compiler - Errors / Warnings In unnecessary code, set "Local Variable is never read" to Ignore (see attached screendump)
Created attachment 145373 [details] preferences to be set
I'm unable to reproduce the issue with the attached project on the latest build of Tigerstripe. Please reopen if you're still able to reproduce this. The I48 build will be release on Wednesday (March 7th)