Skip to content
Snippets Groups Projects
Commit 263ad4a5 authored by Alexander Schnitzler's avatar Alexander Schnitzler Committed by Anja Leichsenring
Browse files

[TASK] Make Permission class a BitSet instead of Enumeration

The Permission class unnecessarily had been implemented as
Enumeration although the features of the Enumeration base
class hadn't been used.

As the Permission class only handles boolean flags, it is
now implemented as bit set, which improves the performance
in comparison to Enumeration classes.

Releases: master
Resolves: #89465
Change-Id: I73eff34090a7ea8e02f7d538e2db52045c86d438
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61099


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
parent a7cd6421
Branches
Tags
No related merge requests found
Showing
with 146 additions and 97 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment