Fred Eckertson
Fred Eckertson
### Prerequisites - [x] Checked that your issue hasn't already been filed by cross-referencing [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3Afaq%20) - [x] Checked next-gen ES issues and syntax problems by using...
I am not seeing mutations for the Boolean operators || and && similar to OBBN1, OBBN2 and OBBN3 for bitwise operators. Do these not exist? ``` a || b a...
All bugs are excluded if the exclude filter file contains an unrecognized tag. Wouldn't it me more appropriate to exclude none? I am using the maven plugin if that matters....
```java public Whatever doIt() { ..... return thing.doIt(); .... return thing.doIt(); //genrates PRMC_POSSIBLY_REDUNDANT_METHOD_CALLS } ``` These calls cannot possibly be *redundant* because they both exit the method meaning there can...
Add `JSch.setLogger(new JschLogger());` to the public key createSession method like is done for the username/password method.
Errors can occur when a single-table database query does not use an alias for the table if a referenced table attribute matches the name of a variable that is in...