Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #308 #314

Merged
merged 2 commits into from
Jan 10, 2024

Remove unused import

8df6246
Select commit
Loading
Failed to load commit list.
Merged

Fix #308 #314

Remove unused import
8df6246
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Jan 10, 2024 in 10m 5s

Build Passed

The build passed. This is a change from the previous build, which canceled.

Details

This is a normal build for the 308-potential-false-positive-on-primitive-parameter branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Java
Operating System Linux (Focal)
Python Version 3.10
JDK Version openjdk11
Build Configuration
{
  "language": "java",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "jdk": [
    "openjdk11"
  ],
  "python": [
    "3.10"
  ],
  "cache": {
    "apt": true,
    "pip": true,
    "directories": [
      "$HOME/.m2",
      "$HOME/.p2",
      "$HOME/.cache/pip"
    ]
  },
  "before_install": [
    "git show HEAD --check",
    "curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10"
  ],
  "addons": {
    "apt": {
      "sources": [
        {
          "sourceline": "ppa:deadsnakes/ppa"
        }
      ],
      "packages": [
        "python3.10",
        "python3.10-distutils"
      ]
    }
  },
  "services": [
    "xvfb"
  ],
  "install": [
    "pip3 install -r edu.cuny.hunter.hybridize.tests/requirements.txt"
  ],
  "before_script": [
    "python3 --version",
    "python3.10 --version"
  ],
  "script": [
    "mkdir \"$HOME/git\"",
    "pushd .",
    "cd \"$HOME/git\"",
    "pwd",
    "git clone --depth=50 --branch=pydev_9_3 https://github.com/ponder-lab/Pydev.git",
    "popd",
    "mvn -U -s .travis.settings.xml -Dgithub.username=$GITHUB_USERNAME -Dgithub.password=$GITHUB_TOKEN -Dlogging.config.file=\\${maven.multiModuleProjectDirectory}/logging.ci.properties -DtrimStackTrace=true -Dtycho.showEclipseLog=false clean verify -Pjacoco coveralls:report -B"
  ],
  "notifications": {
    "slack": [
      {
        "rooms": [
          {
            "secure": "MVF8H5hIhaBw4NiT16g8KmFJMGKb64H410Sdc/UDaRXnZBHxUV8Qg4Lf70V5usWRsttqJPWCM/XzDf3vjDhx9gKq9zj+D+KchUzEu3W0UTan80JxJ8HrzDbgl5/30KXstmeTQseB1nkkwInsP49AJQh4w0fsoTjkYXNfp07TUPYqs7WM9ygyz9g7AR4kSpqjQh9b1ZAOVMKdP6we86OrWU/R6Je//4TIXiG3la60XCqB0Ad283yB7K+0wuPKVlp0SMo0sq1Wq+Pfm64wJHDPSTzVFomN7nNRFngts5GlCzEqPkEzSnQUgSYTzx+oQpPJLln48UrM9876DEKCJYV8xA01jxb0mdBwW5MWclsb+NgM8Z4rX3+kUdUixxfYEFBcPHFcFNGPLIoaq6hjFqMKOrv1xUu0SEi2wzkb245Uvd6o4ZCYOWavKo8f9m2abxID+A6pOtvx7N+VYiYgs91+OV/2goQYP9D3lng6ZzKvqGoP3SoejyV2EJb/GSYXLc7YAQ4SJWhY8NZUCpD3B72zx6Y4gPixy7/KZ6i2pvJHDEVSeA04nvPs4vPXgWnXdY7wbjJu4pRg8l4jYhJtyIzUlnu8ShGU1j7EZhNj3H1LxnFgvjRBtU2GYNuzukse5oKrh53J8d7dQZXJnB8+wcnyiN/VPym9Mc47uBGz5SPqkMM="
          }
        ]
      }
    ]
  }
}