Simon N.

Results 8 issues of Simon N.

The `com.jcabi.aspects.@Immutable` annotates an immutable class. As soon as you try to instantiate this class a `runtime exception` will be thrown, because this class is mutable. However, the following code...

`com.jcabi.aspects.aj.MethodScheduler.instantiate(JoinPoint)` at `else if (object instanceof Callable) {` `com.jcabi.aspects.aj.MethodAsyncRunner.wrap(ProceedingJoinPoint)` at `if (result instanceof Future) {`

The method `getNext()` from the type `Parallelizer.ParallelException` is never used locally at `com.jcabi.aspects.aj.Parallelizer.ParallelException#getNext()`

In the interface: `com.jcabi.http.Request` , the following additional constants for HTTP method should be added to the existing ones. (according to https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html) ``` /** * TRACE method name. */ String...

bug
15 mins
scope
role/DEV
good first issue

public String constants in `com.jcabi.aether.MavenClasspath` already exist and are defined in the interface `org.apache.maven.artifact.Artifact` https://github.com/apache/maven/blob/master/maven-artifact/src/main/java/org/apache/maven/artifact/Artifact.java https://maven.apache.org/ref/3-LATEST/maven-artifact/apidocs/index.html?overview-summary.html Let's use those defined in the interface class and delete those in our implementation...

``` final XSL xsl = new XSLDocument( StringUtils.join( "", "" ) ); ``` http://www.java2s.com/Code/XML/XSLT-stylesheet/Emptytransform.htm

`inputStream` in `com.jcabi.xml.XSDDocumentTest` doesn't specify encoding type ``` com.jcabi.xml.XSDDocumentTest.validatesXml(); com.jcabi.xml.XSDDocumentTest.detectsSchemaViolations(); ``` We're not quite sure which encoding type these tests pass against or which they may fail against. Please supply...

bug
30 mins
DEV

While trying to create a JAR for this project using the command: `./qulice>mvn clean package` the BUILD sometimes fails or succeeds. This happens intermittently. ``` [INFO ] com.qulice.checkstyle.CheckstyleValidator: No Checkstyle...

bug
postponed