jdeb
jdeb copied to clipboard
Update PermMapper.java
The bug in the toMode method is caused by the lack of error handling when parsing the mode string. If an invalid mode string is passed to the method, it will throw a NumberFormatException and cause the program to crash.
Sorry for the late reply. Can you explain how/when you encountered this to be a problem?