Skip to content
Snippets Groups Projects

Frederic

Merged Carsten Fortmann-Grote requested to merge frederic into develop

Merge request reports

Merged by Carsten Fortmann-GroteCarsten Fortmann-Grote 3 years ago (Aug 20, 2021 7:34am UTC)

Loading

Pipeline #221981 failed

Pipeline failed for 5a12d3c3 on develop

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • requested review from @c.fortmanngrote

  • mentioned in commit 5a12d3c3

  • When trying to compile after merging the changes, I get this:

    /home/grotec/Repositories/RepinPop/REPIN_ecology/REPIN_ecology/src/repinEvolution/MakeREPINClusters.java:101: error: no suitable constructor found for REPINProperties(File,String,File,int,int,double,<null>,String,boolean,boolean)
                                    rp.get(id).addREPINPopulation(reps[j], new REPINProperties(outFolder,id+"_"+j,genomes[i],reps[j].length(),numMuts,minFrac,null,reps[j],false,analyseREPIN));
                                                                           ^
        constructor REPINProperties.REPINProperties(File,String,File,int,int,double,File,String,boolean,boolean,int) is not applicable
          (actual and formal argument lists differ in length)
        constructor REPINProperties.REPINProperties(File,REPINProperties,String,double,File,File,int) is not applicable
          (actual and formal argument lists differ in length)
    1 error
    
    FAILURE: Build failed with an exception.
    
    * What went wrong:
    Execution failed for task ':compileJava'.
    > Compilation failed; see the compiler error output for details.
    
    * Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
    
    * Get more help at https://help.gradle.org
    
    BUILD FAILED in 7s
    1 actionable task: 1 executed

    @bertels , can you fix this?

  • Fixed.

Please register or sign in to reply
Loading