| position |
error |
code |
| 218:1 |
Missing semicolon. |
} |
| 279:0 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.debug( "Get beginSession response. Session ID="+this.sid+", hold="+this.hold+", wait="+this.wait+", polling="+this.polling ); |
| 279:1 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.debug( "Get beginSession response. Session ID="+this.sid+", hold="+this.hold+", wait="+this.wait+", polling="+this.polling ); |
| 279:2 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.debug( "Get beginSession response. Session ID="+this.sid+", hold="+this.hold+", wait="+this.wait+", polling="+this.polling ); |
| 291:0 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.info( "Starting up transport" ); |
| 291:1 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.info( "Starting up transport" ); |
| 291:2 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.info( "Starting up transport" ); |
| 302:0 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.info( "End Session. Session ID="+this.sid ); |
| 302:1 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.info( "End Session. Session ID="+this.sid ); |
| 302:2 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.info( "End Session. Session ID="+this.sid ); |
| 320:0 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.info( "Transport Shutdown (stopping tasks)" ); |
| 320:1 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.info( "Transport Shutdown (stopping tasks)" ); |
| 320:2 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.info( "Transport Shutdown (stopping tasks)" ); |
| 335:0 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.debug( "Sending packet." ); |
| 335:1 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.debug( "Sending packet." ); |
| 335:2 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.debug( "Sending packet." ); |
| 358:0 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.error( "write: Not Implemented" ); |
| 358:1 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.error( "write: Not Implemented" ); |
| 358:2 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.error( "write: Not Implemented" ); |
| 368:0 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.error( "onWriteResponse: Not Implemented" ); |
| 368:1 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.error( "onWriteResponse: Not Implemented" ); |
| 368:2 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.error( "onWriteResponse: Not Implemented" ); |
| 399:34 |
Use '===' to compare with '0'. |
if( this.openRequestCount == 0 && this.queue.length == 0 ) { |
| 399:60 |
Use '===' to compare with '0'. |
if( this.openRequestCount == 0 && this.queue.length == 0 ) { |
| 400:0 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.debug( "Send Poll." ); |
| 400:1 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.debug( "Send Poll." ); |
| 400:2 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.debug( "Send Poll." ); |
| 415:30 |
Use '===' to compare with '0'. |
if( this.queue.length == 0 || this.openRequestCount > this.maxRequests ) { |
| 419:0 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.debug( "sendQueue with "+this.queue.length+" waiting stanzas." ); |
| 419:1 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.debug( "sendQueue with "+this.queue.length+" waiting stanzas." ); |
| 419:2 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.debug( "sendQueue with "+this.queue.length+" waiting stanzas." ); |
| 478:0 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.debug( "Resetting key sequence." ); |
| 478:1 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.debug( "Resetting key sequence." ); |
| 478:2 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.debug( "Resetting key sequence." ); |
| 511:0 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.info( "Pausing session." ); |
| 511:1 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.info( "Pausing session." ); |
| 511:2 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.info( "Pausing session." ); |
| 582:0 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.info( "Resume session. Session ID="+pauseStruct.sid+", Request ID="+pauseStruct.rid ); |
| 582:1 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.info( "Resume session. Session ID="+pauseStruct.sid+", Request ID="+pauseStruct.rid ); |
| 582:2 |
Unnecessary semicolon. |
;;; Xmpp4Js.Transport.Base.logger.info( "Resume session. Session ID="+pauseStruct.sid+", Request ID="+pauseStruct.rid ); |
| 598:22 |
Use '===' to compare with 'null'. |
if( errorNode == null && (packetNode.getAttribute("type").toString() == "terminate" || |
| 620:28 |
Use '!==' to compare with 'null'. |
} else if(errorNode != null) { |
| 635:66 |
'errorCode' used out of scope. |
this.fireEvent( "streamerror", packetNode, errorNode, errorCode, text ); |
| 635:77 |
'text' used out of scope. |
this.fireEvent( "streamerror", packetNode, errorNode, errorCode, text ); |
| 639:1 |
Missing semicolon. |
} |