You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are few functions for working with umask and access rights in RoddyIOHelper in the RoddyToolLib.
As far as I can see only symbolicToIntegerAccessRights is called from externally, and it is only used in the SSHExecutionService in RoddyCore. Move the code into RoddyCore and remove it from RoddyToolLib.
Consider using an apache-commons library, or similar for this. Then the code could be completely removed.
The text was updated successfully, but these errors were encountered:
There are few functions for working with umask and access rights in RoddyIOHelper in the RoddyToolLib.
As far as I can see only
symbolicToIntegerAccessRights
is called from externally, and it is only used in the SSHExecutionService in RoddyCore. Move the code into RoddyCore and remove it from RoddyToolLib.Consider using an apache-commons library, or similar for this. Then the code could be completely removed.
The text was updated successfully, but these errors were encountered: