[JIRA] [jslint] (JENKINS-21982) JSLint reports bitwise issues even though default is to allow them

2015-10-09 Thread shannonck...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Shannon Kerr commented on  JENKINS-21982 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: JSLint reports bitwise issues even though default is to allow them  
 
 
 
 
 
 
 
 
 
 
Any update on this? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [jslint] (JENKINS-21982) JSLint reports bitwise issues even though default is to allow them

2014-02-27 Thread shannonck...@gmail.com (JIRA)














































Shannon Kerr
 created  JENKINS-21982


JSLint reports bitwise issues even though default is to allow them















Issue Type:


Bug



Assignee:


Gavin Davies



Components:


jslint



Created:


27/Feb/14 4:38 PM



Description:


The default mode, according the the jslint documentation, is that bitwise operators are tolerated.  Even though this is the case, we are still getting:

Unexpected use of ''.
Unexpected use of '|'.
Unexpected use of ''.

We tried adding an explicit include of -Dbitwise=true (and even tried false), but that did not help.

Sample code that this is being reported on:

this.id = newCtx  28 | newP | newD  8 | newI;





Environment:


Host OS is Ubuntu 12.04 Server.  Slave is Win7




Project:


Jenkins



Priority:


Major



Reporter:


Shannon Kerr

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.