epctagcoder icon indicating copy to clipboard operation
epctagcoder copied to clipboard

Java library for RFID EPC encode / decode

Results 1 epctagcoder issues
Sort by recently updated
recently updated
newest added

When using `org.epctagcoder.parse.GIAI.ParseGIAI.Builder()` to create a new instance, setting an invalid RFID tag in the method `org.epctagcoder.parse.GIAI.ParseGIAI.ChoiceStep.withRFIDTag(String)` produces a `NullPointerException` when finally calling `org.epctagcoder.parse.GIAI.ParseGIAI.BuildStep.build()` method. For example, the following snippet...

enhancement