Mikayla Ray
Mikayla Ray
> _com/smartdevicelink/trace/Mime_ `NullPointerException` is thrown by the following unit tests on the [Mime](https://github.com/smartdevicelink/sdl_android/blob/develop/sdl_android_lib/src/com/smartdevicelink/trace/Mime.java) class. ``` java String actualNullResult1 = Mime.base64Encode((byte[]) null); // Exception String actualNullResult2 = Mime.base64Encode((String) null); String actualNullResult3...
> _com/smartdevicelink/util/ByteEnumer_ In the [ByteEnumer](https://github.com/smartdevicelink/sdl_android/blob/develop/sdl_android_lib/src/com/smartdevicelink/util/ByteEnumer.java) class the following two methods are redundant, but I am wondering if they are there as legacy code? ``` java public boolean equals(ByteEnumer other) {...