Marcello Urbani
Marcello Urbani
Thanks @chshersh .I'm quite interested and will look into all of these, on my own time. Probably later this week Cheers Marcello
Sorted all except the ColourOption constructors
Looking into this right now due to a demo project I'm working on. I think calling a form is really bad, and passing this stuff down is also messy. For...
login manager works fine. Thank you guys Relatively easy to spot too with hindsight :man_facepalming: Would probably like better a design where the popup is an alternative implementation of the...
for the record, we also have an injector, I used it to get rid of another popup: ``` create object dummy. zcl_abapgit_ui_injector=>set_gui_functions( dummy ). ``` I still think we should...
Trying to write a rule for this
where should it go then? implement_methods? I did manage to reproduce the bug there I think I might have misunderstood the issue: my new rule was to detect the alias...
Did a bit of debugging, the root cause is in the find reference functionality which misses the class usage
Had a go but I'm afraid it's above my paygrade. My best guess is to add an addReferences method to MethodParameters (or perhaps add that logic to checkExporting &c?) ,...
Latest release should fix this. Please reopen if not