Gili Tzabari

Results 123 issues of Gili Tzabari

Version 3.5.9 saves the last 5 auto-saved sessions. In the past I sometimes mistakenly opened two windows of Chrome. On of them contained 100+ tabs and the other ~10 tabs....

**Jetty Version** 12.0.6 **Jetty Environment** core **Java Version** 21 **Question** When using HTTP/1.1 in the past, I remember `HttpResponse.getReason()` returning the equivalent of `HttpStatus.Code.getMessage()` but when using HTTP/2 I see...

Question

**Jetty Version** 12.0.6 **Jetty Environment** core **Java Version** 21 **Question** Given that https://www.w3.org/DesignIssues/MatrixURIs.html isn't part of any standard and very few libraries support it, what is their status in Jetty?...

Question

**Jetty version(s)** 12.0.6 **Jetty Environment** core **Description** I believe that `org.eclipse.jetty.util.Attributes.getAttribute()` returns `null` if no match is found, but the Javadoc does not specify either way. In contrast, the servlet...

Bug

Hi, I'd like to publish this Javascript file using http://www.webjars.org/. In order for users to reference your library, I need to introduce some sort of version number or tag. Is...

Given: ``` function third() { return new Future(function(future) { console.log("third"); future.resolve(); }).then(function() { console.log("third.then") }); } function second() { return new function() { console.log("second"); return third().catch(errorHandler); }; } return new...

I've been trying to get this project running on Amazon Linux 2. As far as I can tell, there are only 2 problems to be fixed: 1. `./run install_docker` needs...

**Is your feature request related to a problem? Please describe.** The default regex for LocalVariableNamingConventions should include `_` for unnamed variables, parameters, catch blocks.

an:enhancement

**Affects PMD Version:** 7.0.0 **Rule:** https://docs.pmd-code.org/latest/pmd_rules_java_design.html#avoidrethrowingexception **Description:** `AvoidRethrowingException` is meant to catch unnecessary catch blocks that simply rethrow the exception. However, there is an edge case that is not considered...

a:false-positive

**Affects PMD Version:** 7.0.0 **Rule:** Please provide the rule name and a link to the rule documentation: https://docs.pmd-code.org/latest/pmd_rules_java_performance.html#consecutiveappendsshouldreuse **Description:** It seems that invoking `StringBuilder.append()` within an if-statement triggers a false-positive...

a:false-positive