DaGeRe / peass

Tool for Performance analysis of software system
GNU Affero General Public License v3.0
10 stars 9 forks source link

Update the gradle file for sequentially execution depending on statement #93 #94

Closed bam-hbt closed 1 year ago

bam-hbt commented 1 year ago

Depending on the inline or block statement, a different syntax for system property must be used.

DaGeRe commented 1 year ago

Thanks, that looks fine overall.

In general, I would recommend to not use MutableBoolean since in such cases, because mutable objects in general might cause side-effects. As an alternative, result objects could be used. But since this seems to work, I'll just merge it and possibly refactor afterwards.