org.fosstrak.reader.rprm.core.ReadPoint | Line |
---|
Auto-generated catch block | 199 |
Auto-generated catch block | 206 |
Auto-generated catch block | 222 |
org.fosstrak.reader.rprm.core.ReadPointTest | Line |
---|
Auto-generated catch block | 57 |
org.fosstrak.reader.rprm.core.Source | Line |
---|
catch the concrete exception and not Exception | 1147 |
catch the concrete exception and not Exception | 1255 |
anders strukturieren: erst checken welcher service vorhanden dann fuer alle HALs die Abfragen machen | 1353 |
Remove this parameter. | 1466 |
catch the concrete exception and not Exception | 2186 |
catch the concrete exception and not Exception | 2200 |
org.fosstrak.reader.rprm.core.mgmt.agent.snmp.table.EpcgGlobalCountersTableRow | Line |
---|
Remove the comment operators and the code of this case statement after the region commented out (except the break statement). readPoints = readerDevice.getAllReadPoints(); for (int i = 0; i < readPoints.length; i++) { if (readPoints[i] instanceof AntennaReadPoint) { value += ((AntennaReadPoint) readPoints[i]) .getWriteCount(); } } | 190 |
Remove the comment operators and the code of this case statement after the region commented out (except the break statement). readPoints = readerDevice.getAllReadPoints(); for (int i = 0; i < readPoints.length; i++) { if (readPoints[i] instanceof AntennaReadPoint) { value += ((AntennaReadPoint) readPoints[i]) .getKillCount(); } } | 215 |
Remove the comment operators and the code of this case statement after the region commented out (except the break statement). readPoints = readerDevice.getAllReadPoints(); for (int i = 0; i < readPoints.length; i++) { if (readPoints[i] instanceof AntennaReadPoint) { value += ((AntennaReadPoint) readPoints[i]) .getMemReadCount(); } } | 309 |
org.fosstrak.reader.rprm.core.mgmt.agent.snmp.table.EpcgGlobalCountersTableRowTest | Line |
---|
Remove the comment operators and the code of this case statement after the region commented out (except the break statement). readPoints = readerDevice.getAllReadPoints(); for (int i = 0; i < readPoints.length; i++) { if (readPoints[i] instanceof AntennaReadPoint) { value += ((AntennaReadPoint) readPoints[i]) .getWriteCount(); } } | 101 |
Remove the comment operators and the code of this case statement after the region commented out (except the break statement). readPoints = readerDevice.getAllReadPoints(); for (int i = 0; i < readPoints.length; i++) { if (readPoints[i] instanceof AntennaReadPoint) { value += ((AntennaReadPoint) readPoints[i]) .getKillCount(); } } | 126 |
Remove the comment operators and the code of this case statement after the region commented out (except the break statement). readPoints = readerDevice.getAllReadPoints(); for (int i = 0; i < readPoints.length; i++) { if (readPoints[i] instanceof AntennaReadPoint) { value += ((AntennaReadPoint) readPoints[i]) .getMemReadCount(); } } | 220 |
org.fosstrak.reader.rprm.core.mgmt.agent.snmp.table.EpcgNotificationChannelTableRow | Line |
---|
find out the address type | 111 |
org.fosstrak.reader.rprm.core.mgmt.agent.snmp.table.EpcgReaderServerTableRow | Line |
---|
create the server, if all required values are given | 93 |
do something | 153 |
do something | 156 |
org.fosstrak.reader.rprm.core.mgmt.agent.snmp.table.EpcgReaderServerTableRowTest | Line |
---|
implement row.setValue(EpcglobalReaderMib.idxEpcgReaderServerAddressType, ...); assertEquals(..., ...); | 51 |
org.fosstrak.reader.rprm.core.msg.CommandDispatcher | Line |
---|
Exception werfen, wenn kein Kommando ausgeführt?? | 301 |
Typ in Schema ändern auf HexStringReturn Type */ | 305 |
cast von long auf int evtl. problematisch | 419 |
passwords currently not implemented in the HAL - set passwords to null | 1395 |
Fehler in XSD | 1532 |
Fehler in XSD | 1537 |
existierende Verbindung schliessen | 1900 |
org.fosstrak.reader.rprm.core.msg.MessageLayer | Line |
---|
Was ist genauer Semantik von reset?? Connections auch zumachen? */ | 291 |
org.fosstrak.reader.rprm.core.msg.ReadReportNotificationListener | Line |
---|
IDs der notifications werden einfach raufgezählt. Korrekt so?? | 153 |
Veschieben in eigenen JUnit Test | 470 |
füllen der tags welche zu dieser source gehören | 505 |
org.fosstrak.reader.rprm.core.msg.TextMessageParser | Line |
---|
notification parsing } return null; } catch (TokenStreamException e) { throw new MessageParsingException(MessagingConstants.ERROR_UNKNOWN, MessagingConstants.ERROR_UNKNOWN_STR, "[TEXT_PARSING_EXCEPTION] " + e.getMessage()); } catch (ParameterMissingException e) { throw new MessageParsingException( MessagingConstants.ERROR_PARAMETER_MISSING, MessagingConstants.ERROR_PARAMETER_MISSING_STR, e .getMessage()); } catch (ParameterWrongTypeException e) { throw new MessageParsingException( MessagingConstants.ERROR_PARAMETER_INVALID_DATATYPE, MessagingConstants.ERROR_PARAMETER_INVALID_DATATYPE_STR, e .getMessage()); } catch (CommandNotSupportedException e) { throw new MessageParsingException( MessagingConstants.ERROR_COMMAND_NOT_SUPPORTED, MessagingConstants.ERROR_COMMAND_NOT_SUPPORTED_STR, e .getMessage()); } catch (TextCommandParserException e) { throw new MessageParsingException(MessagingConstants.ERROR_UNKNOWN, MessagingConstants.ERROR_UNKNOWN_STR, e.getMessage()); } catch (RecognitionException e) { throw new MessageParsingException(MessagingConstants.ERROR_UNKNOWN, MessagingConstants.ERROR_UNKNOWN_STR, "[TEXT_PARSING_EXCEPTION] " + e.getMessage()); } catch (Exception e) { throw new MessageParsingException(MessagingConstants.ERROR_UNKNOWN, MessagingConstants.ERROR_UNKNOWN_STR, "[TEXT_PARSING_EXCEPTION] " + e.getMessage()); } } | 182 |
org.fosstrak.reader.rprm.core.msg.TextMessageSerializer | Line |
---|
Gibts ReaderInfo in n.getReader() im Text-Format nicht? | 164 |
Should we really report the event triggers??? if (tagEvent.getEventTriggers() != null && tagEvent.getEventTriggers().getTrigger() != null) { //add all the trigger names EventTriggersType eventTrigger = tagEvent.getEventTriggers(); Iterator eventTriggerIt = eventTrigger.getTrigger().iterator(); while(eventTriggerIt.hasNext()) { String triggerName = (String)eventTriggerIt.next(); reportAttributes.add(triggerName); } } | 424 |
How to serialize the tagfield name-value-pairs?? | 447 |
Should we really report the event triggers??? if (tagEvent.getEventTriggers() != null && tagEvent.getEventTriggers().getTrigger() != null) { //add all the trigger names org.fosstrak.reader.msg.notification.EventTriggersType eventTrigger = tagEvent.getEventTriggers(); Iterator eventTriggerIt = eventTrigger.getTrigger().iterator(); while(eventTriggerIt.hasNext()) { String triggerName = (String)eventTriggerIt.next(); reportAttributes.add(triggerName); } } | 535 |
How to serialize the tagfield name-value-pairs?? | 558 |
org.fosstrak.reader.rprm.core.msg.command.TextCommandParser | Line |
---|
Evtl. recognition exception werfen | 1883 |
Evtl. recognition exception werfen | 1901 |
Evtl. recognition exception werfen | 1923 |
Evtl. RecognitionException werfen | 2022 |
org.fosstrak.reader.rprm.core.msg.transport.TCPNotificationListenConnection | Line |
---|
Was für ein Handshake soll gesendet werden? Sender oder Receiver Handshake?? | 136 |
org.fosstrak.reader.rprm.core.msg.util.ThreadPoolTester | Line |
---|
auslagern in JUnit test case | 22 |
org.fosstrak.reader.rprm.core.triggers.KeyIOEdgeTriggerPortManager | Line |
---|
Auto-generated method stub | 56 |