jferard / fastods

A very fast and lightweight (no dependency) library for creating ODS (Open Document Spreadsheet, mainly for Calc) files in Java. It's a Martin Schulz's SimpleODS fork
GNU General Public License v3.0
36 stars 6 forks source link

Can't run benchmarks #81

Closed jferard closed 7 years ago

jferard commented 7 years ago
[ERROR] /home/jferard/prog/java/fastods/fastods/src/misc/bench/java/com/github/jferard/fastods/BenchFastFlushWithThreads.java:[39,35] constructor OdsFactory in class com.github.jferard.fastods.OdsFactory cannot be applied to given types;
  required: java.util.logging.Logger,com.github.jferard.fastods.util.PositionUtil,com.github.jferard.fastods.util.WriteUtil,com.github.jferard.fastods.util.XMLUtil,com.github.jferard.fastods.datastyle.DataStyles
  found: java.util.logging.Logger,java.util.Locale
  reason: actual and formal argument lists differ in length
[ERROR] /home/jferard/prog/java/fastods/fastods/src/misc/bench/java/com/github/jferard/fastods/BenchFastFlushWithThreads.java:[121,47] cannot find symbol
  symbol:   class HeavyTableRow
  location: class com.github.jferard.fastods.BenchFastFlushWithThreads.Producer
[ERROR] /home/jferard/prog/java/fastods/fastods/src/misc/bench/java/com/github/jferard/fastods/BenchFast.java:[38,35] constructor OdsFactory in class com.github.jferard.fastods.OdsFactory cannot be applied to given types;
  required: java.util.logging.Logger,com.github.jferard.fastods.util.PositionUtil,com.github.jferard.fastods.util.WriteUtil,com.github.jferard.fastods.util.XMLUtil,com.github.jferard.fastods.datastyle.DataStyles
  found: java.util.logging.Logger,java.util.Locale
  reason: actual and formal argument lists differ in length
[ERROR] /home/jferard/prog/java/fastods/fastods/src/misc/bench/java/com/github/jferard/fastods/BenchFast.java:[58,31] cannot find symbol
  symbol:   class HeavyTableRow
  location: class com.github.jferard.fastods.BenchFast
[ERROR] /home/jferard/prog/java/fastods/fastods/src/misc/bench/java/com/github/jferard/fastods/BenchFastFlush.java:[38,35] constructor OdsFactory in class com.github.jferard.fastods.OdsFactory cannot be applied to given types;
  required: java.util.logging.Logger,com.github.jferard.fastods.util.PositionUtil,com.github.jferard.fastods.util.WriteUtil,com.github.jferard.fastods.util.XMLUtil,com.github.jferard.fastods.datastyle.DataStyles
  found: java.util.logging.Logger,java.util.Locale
  reason: actual and formal argument lists differ in length
[ERROR] /home/jferard/prog/java/fastods/fastods/src/misc/bench/java/com/github/jferard/fastods/BenchFastFlush.java:[58,31] cannot find symbol
  symbol:   class HeavyTableRow
  location: class com.github.jferard.fastods.BenchFastFlush
[INFO] 6 errors