larshp / abapOpenChecks

Open source checks for SAP Code Inspector / ABAP Test Cockpit
https://docs.abapopenchecks.org
MIT License
270 stars 79 forks source link

Check 095 - Object / Class member access - false positive with local classes #1156

Closed pcf0 closed 1 month ago

pcf0 commented 1 month ago

fixes #1155

Only the set_object_name method was added in zcl_aoc_unit_test.clas.abap, as the attribute is required in the check. The rest was automatically rearranged by the SE80.

larshp commented 1 month ago

thanks