Atharv Chavan

Results 6 issues of Atharv Chavan

I used dependency ``` org.springdoc springdoc-openapi-starter-webmvc-ui 2.8.8 ``` from `https://springdoc.org/` `openapi: 3.1.0` is not supported ![Image](https://github.com/user-attachments/assets/fee75c51-4274-4905-a6c6-b72174f541b5) **Error** ``` Structural error at openapi should match pattern "^3\.0\.\d(-.+)?$" pattern: ^3\.0\.\d(-.+)?$ Jump to...

Issue: #17104 Migrating IDEA inspection to most recent version image used: atharv3321/idea-image

Issue #14986 Status: Ongoing ``` package com.puppycrawl.tools.checkstyle.checks.coding; import java.util.HashMap; import java.util.Map; import com.puppycrawl.tools.checkstyle.StatelessCheck; import com.puppycrawl.tools.checkstyle.api.AbstractCheck; import com.puppycrawl.tools.checkstyle.api.DetailAST; import com.puppycrawl.tools.checkstyle.api.TokenTypes; @StatelessCheck public class UnnecessaryPermitsClauseCheck extends AbstractCheck { /** * A key...

Issue: #17104 Updating idea version to 2025.1 `ENV IDEA_VERSION="ideaIC-2025.1"` https://github.com/checkstyle/checkstyle/pull/17235

Follow up of #17845 ``` Source File: "AbbreviationAsWordInNameCheck.java" Bug Pattern: "JdkObsolete" Description: "It is very rare for LinkedList to out-perform ArrayList or ArrayDeque. Avoid it unless you're willing to invest...

approved
good fifth issue

Blocked by https://github.com/spotbugs/spotbugs/issues/1338 As [#1338](https://github.com/spotbugs/spotbugs/issues/1338) was closed expected spotbugs violations where none. But found: ``` [ERROR] Medium: Redundant nullcheck of stream, which is known to be non-null in com.puppycrawl.tools.checkstyle.Main.loadProperties(File) [com.puppycrawl.tools.checkstyle.Main,...

approved
miscellaneous
blocked