if we join arrays with multiple dimensions (>1) or if we join multi-dimensional primitive arrays with (one-dimensional) arrays too much type information is lost

Issue #11 resolved
Michael Eichberg repo owner created an issue

No description provided.

Comments (2)

  1. Michael Eichberg reporter

    Merge branch 'master' of https://bitbucket.org/delors/bat

    By Michael Eichberg (18) and Marco Jacobasch (2)

    • 'master' of https://bitbucket.org/delors/bat: added a @suppressWarnings annotation for an irrelevant warning fixed the test fixture we now have the possibility to explicitly specify that a call is done using reflection removed debug output added support to facilitate matching fields with generic types Annotation cleanup refactoring of the call graph tests that moves all files to the folders corresponding to their package declarations updated the implementation of the call graph minor refactorings to make the code standards compliant Added callgraph test fixed issue #12 fixed issue #11 It is now possible to the number of dimension of arrays fixed issue #10 fixed issue #9 InterpretationFailedException now explicitly records the current instruction added some additional tracing facilities to better understand the control flow updated the documentation updated the tests for ScalaTest 2.0 defined a new "removeFirstWhile" utitly method and added some tests

    → <<cset d8b2c14aed94>>

  2. Log in to comment