Closed stefandrissen closed 8 months ago
A new attribute (fileExtension
for example) could be added, but the default value will still be .out
, as this is hard-coded in the OpenEdge plugin for SonarQube.
Added extension
attribute to Profiler. Merged in main
Describe the bug When using the profiler, the profiler file extension defaults to
.out
. PDSOE however expects a profiler file to have extension.prof
.To Reproduce
A profiler file with name
profiler#.out
is created.Expected behavior Create
profiler#.prof
which can be directly opened in PDSOE without a rename.Environment