intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

IntelliJ IDEA & IntelliJ Platform

Results 407 intellij-community issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi @BasLeijdekkers, This PR handles `Optional.isEmpty()` as it handles `Optional.isPresent()`. It wasn't the case before because the inspection has been created in 2016 and `Optional.isEmpty()` appeared in Java 11 (2018)....

Hi @BasLeijdekkers, ***What steps will reproduce the issue?*** 1. Go to *File* → *Settings..*. → *Editor* → *Inspections* 2. Enable *Unnecessary unboxing* 3. Enable Severity: *Warning* 4. Add the `Integer...

I tried to add a new inspection https://youtrack.jetbrains.com/issue/IDEA-298475 I hope I did it correctly, If you find any mistakes I will be happy to fix them.

The replaced methods in question were getters and setters

Add to the Settings menu, under Version Control | Git | Branching: * Checkbox to toggle if validation runs * Dropdown to select the string used to replace invalid branch...

Hello! This patches the command lines formatter to print how many files need reformatting. The report will look like this then: ```diff 247 file(s) scanned. 247 file(s) checked. 246 file(s)...

`OTHER_PARAMETERS_SECTION` is ignored when getting the parameter sections, even tho it is part of them. This leads to false positive in warnings and removes helpful warnings associated with them Issue...

Hi, Among other entries, we have: ---- **Find Usages** **Refactor** ---- Folding Analyze ---- **Go to** **Generate...** ---- _Find Usages_ and _Go to_ are both navigation features. _Refactor_ and _Generate..._...

I’m using `ByteBuffer` a lot and it’s a bit annoying when IDEA asks me to use property access syntax instead, which makes no sense, so I add ByteBuffer's methods to...

kotlin

This attempts to add back functionality that was present in intellij some time ago. Previously on OpenFile/Project/* Modal you used be able to open file in active pane using Alt+Shift+Enter...