Giter Club home page Giter Club logo

dojo's People

Contributors

bendisposto avatar dgelessus avatar dlaps avatar ititus avatar marcelwgn avatar miwer106 avatar n2o avatar riggs333 avatar ytvwld avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dojo's Issues

Improve error message in case of ArrayOutOfBoundsException

Given this code

    public static int spielregel(int nachbarn, int aktiv) {
    	int[] is = {1, 2};
        System.out.println(is[3]);
        return 0;
    }

dojo prints the following error message:

Compiler Output:
================
Compile Errors: 0
Successful Tests: 0
Ignored Tests: 15
Failed Tests: 1
Failures:
Class: GameOfLifeTest, Method: einsameZellenSterbenKeineNachbarn
3

There is no hint that an ArrayOutOfBoundsException has been thrown and the “error message” 3 is not very helpful.

The Travis CI is broken

Relevant log lines:

Expected feature release number in range of 9 to 14, but got: 8

The command "~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license "BCL"" failed and exited with 3 during .

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.