Skip to content

Instantly share code, notes, and snippets.

package ru.spbau.mit;
import java.util.ArrayList;
import java.util.List;
public class Main {
static void baz(ArrayList z) {
z.add(1);
z.add("");
z.get(2);
This file has been truncated, but you can view the full file.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building assignments-2 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-assembly-plugin:2.2-beta-5:assembly (default-cli) @ torrent >>>
[INFO]
[INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle) @ torrent ---
[INFO] There are 55 errors reported by Checkstyle 6.11.2 with src/test/resources/checkstyle.xml ruleset.