Issue Type: Bug 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 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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to