Coder Social home page Coder Social logo

Comments (6)

yegor256 avatar yegor256 commented on August 24, 2024

@elbraulio definitely a bug. Let us try to fix. Or maybe you can help with a pull request?)

from qulice.

elbraulio avatar elbraulio commented on August 24, 2024

@yegor256 this is my try:
this dependency in qulice-checkstyle

<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.15</version>
<exclusions>
<exclusion>
<groupId>org.abego.treelayout</groupId>
<artifactId>org.abego.treelayout.core</artifactId>
</exclusion>
<exclusion>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
</exclusion>
</exclusions>
</dependency>

is the one that logs the error unexpected token: record at this line

the ticket checkstyle/checkstyle#9085 suggests to use the version 8.38 to get it fixed.
from the release notes, java 14 was supported from 8.36 https://checkstyle.org/releasenotes.html#Release_8.36

The problem is that the dependency can't be updated up to 8.38 because of some methods that qulice uses were removed after 8.15 instead of being deprecated. Therefore, it is not backwards compatible :(

from qulice.

yegor256 avatar yegor256 commented on August 24, 2024

@Graur maybe you can help here?

from qulice.

0pdd avatar 0pdd commented on August 24, 2024

@elbraulio 2 puzzles #1180, #1181 are still not solved.

from qulice.

0pdd avatar 0pdd commented on August 24, 2024

@elbraulio the puzzle #1180 is still not solved; solved: #1181.

from qulice.

0pdd avatar 0pdd commented on August 24, 2024

@elbraulio all 2 puzzles are solved here: #1180, #1181.

from qulice.

Related Issues (20)

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.