Paolo Fulgoni

Results 2 issues of Paolo Fulgoni

A very nice feature is the new element creation specifying only the tag name (e.g. `$("p")`). I think it may be useful to allow the creation of an element specifying...

P: Medium
T: Enhancement

If the `@ParametersAreNonnullByDefault` annotation applies to the class, then the `equals` method should override that annotation by adding `@Nullable` to the parameter. Example: ``` java @ParametersAreNonnullByDefault public class Example {...