Skip to content

java.util.UnknownFormatConversionException #11

Open
@efueger

Description

@efueger

Repo hitting a format conversion error:

Exception in thread "main" java.util.UnknownFormatConversionException: Conversion = '"'
	at java.util.Formatter.checkText(Formatter.java:2579)
	at java.util.Formatter.parse(Formatter.java:2565)
	at java.util.Formatter.format(Formatter.java:2501)
	at java.util.Formatter.format(Formatter.java:2455)
	at java.lang.String.format(String.java:2940)
	at org.codeclimate.scalastyle.CodeClimateIssuePrinter.printIssue(CodeClimateIssuePrinter.scala:34)
	at org.codeclimate.scalastyle.CodeClimateEngine$.$anonfun$new$10(CodeClimateEngine.scala:45)
	at org.codeclimate.scalastyle.CodeClimateEngine$.$anonfun$new$10$adapted(CodeClimateEngine.scala:45)
	at scala.collection.immutable.List.foreach(List.scala:389)
	at org.codeclimate.scalastyle.CodeClimateEngine$.delayedEndpoint$org$codeclimate$scalastyle$CodeClimateEngine$1(CodeClimateEngine.scala:45)
	at org.codeclimate.scalastyle.CodeClimateEngine$delayedInit$body.apply(CodeClimateEngine.scala:13)
	at scala.Function0.apply$mcV$sp(Function0.scala:34)
	at scala.Function0.apply$mcV$sp$(Function0.scala:34)
	at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
	at scala.App.$anonfun$main$1$adapted(App.scala:76)
	at scala.collection.immutable.List.foreach(List.scala:389)
	at scala.App.main(App.scala:76)
	at scala.App.main$(App.scala:74)
	at org.codeclimate.scalastyle.CodeClimateEngine$.main(CodeClimateEngine.scala:13)
	at org.codeclimate.scalastyle.CodeClimateEngine.main(CodeClimateEngine.scala)

Maybe related to the custom message work done in #8 ?


troubleshooting resources:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions