No subsystem | Bug | IDEA-152472 | Editor looses focus on entering Distraction Free or Presentatipn Modes |
Bug | IDEA-151875 | "Access can be private" suggested for abstract method | |
Bug | IDEA-143263 | Find In Path is not autopopulating a selection from Find Preview window | |
Usability | IDEA-156750 | IDE launch delays a long time if using slow cellular network | |
Usability | IDEA-132667 | Provide user friendly action to remove license information when JetBrains Account is used | |
Usability | IDEA-155780 | Pointless License Choice on new Install | |
Exception | IDEA-156811 | NPE with any dm server activity | |
Exception | IDEA-148715 | ClassCastException on creating new project | |
Ant | Bug | IDEA-154504 | Deadlock in AntResourcesClassLoader |
Clouds | Cosmetics | IDEA-151377 | No space for some elements on clouds configuration screen |
Code Analysis. Inspection | Bug | IDEA-154422 | Method reference can be replaced with qualifier breaks code |
Bug | IDEA-154467 | Suggested fix: Make method return void | |
Bug | IDEA-153817 | 'Optional.get() without isPresent() check' inspection should support while statement | |
Compiling Project | Bug | IDEA-154638 | Making desktop app IDEA does not copy resource bundle files located in source code into target |
Bug | IDEA-152998 | Can't find classes in different module | |
Bug | IDEA-154699 | Canceling compilation results in Error:java: java.lang.reflect.UndeclaredThrowableException | |
Cucumber JVM | Bug | IDEA-152821 | Allow Cucumber tests run configuration under JDK 7 |
Database | Bug | IDEA-153625 | 'Go To Referenced Data' not working properly when target table is already open in editor |
Bug | IDEA-149736 | ERD fails to respect the object filter | |
Usability | IDEA-146810 | When you attach an previously-never-attached file to a console the console chooser shows lazily | |
Debugger | Bug | IDEA-153972 | Exception when evaluating a Groovy expression with a Closure with parameters are named |
Bug | IDEA-155291 | Debugger customize data view show expression as "undefined" | |
Bug | IDEA-155877 | Tests in fork mode does not work with kotlin | |
Decompiler | Bug | IDEA-156371 | IDEA says that bytecode version 46 is Java 1.3, actually it's Java 1.2 |
Documentation | Bug | IDEA-141620 | Duplicating entries in the Expression Type popup |
Editor. Error Highlighting | Bug | IDEA-154645 | Accessing a constructor method reference on a type parameter isn't highlighted as an error |
Bug | IDEA-154622 | Incorrect "Non-static method cannot be referenced from static context" | |
Find, Replace, Find Usages | Feature | IDEA-150915 | Find in Path Dialog: Preview tab does allow F4 to jump to source when focus in code preview pane (lower half) |
Bug | IDEA-153014 | Slow delete performance for results of Find in Path | |
Bug | IDEA-154525 | "Find in path"-Action // Previous searches popdown conflicts with live preview | |
Bug | IDEA-154342 | Find Usages: Editor preview should not animate scrolling to the selected line for newly opened file | |
Bug | IDEA-151531 | Amount of matches reported in search bar doesn't correspond to reality | |
Flash_Flex | Bug | IDEA-153623 | Autocomplete isn't working (AssertionError: Stub and PSI element type mismatch in library.swf) |
Bug | IDEA-154681 | Using "create constructor" with Flash/Flex generates constructor outside of class | |
Bug | IDEA-153666 | flex: mxml SpriteVisualElement percent width and height shown as invalid Number value | |
Bug | IDEA-153722 | Exception occurs while importing flex project:java.lang.IllegalArgumentException: Argument for @NotNull parameter 'document' of com/intellij/openapi/util/JDOMUtil.writeDocument must not be null | |
Gradle | Feature | IDEA-153010 | Map Gradle's compileOnly configuration to provided |
Bug | IDEA-152976 | Gradle tooling API for Scala projects is incompatible with Gradle 2.12 due to missing ScalaCompileOptions.getForce() method | |
Bug | IDEA-156080 | Gradle integration: turning off Create separate module per source set" breaks Gradle tasks and Run Configurations | |
Bug | IDEA-155963 | Gradle war 'providedCompile' dependencies not observed since version 2016.1.2 | |
Bug | IDEA-155475 | Gradle: Disabling transitive dependencies for compile config marks all dependencies as runtime | |
Bug | IDEA-152254 | Gradle project substitutions not working in IDEA 2016.1 | |
Grails | Bug | IDEA-154456 | Editor crashes when loading .gsp file when grails plugin is enabled and JSP plug-in is disabled |
Exception | IDEA-154602 | Throwable at org.jetbrains.java.decompiler.IdeaLogger.writeMessage(IdeaLogger.kt:32) | |
Groovy | Bug | IDEA-154705 | IDE hangs editing Groovy code |
IDE Configuration | Bug | IDEA-152606 | IDEA fails on startup if one of plugins required for ruby or python plugin cannot be loaded |
Bug | IDEA-155871 | Page 'http://localhost:63342/m?jar/resources/inherit.gif' requested without authorization popups | |
Java. Error Highlighting | Bug | IDEA-154305 | Good code red. Reference to final field inside lambda in anonymous class constructor |
Bug | IDEA-154722 | False syntax error and incorrect refactoring | |
Bug | IDEA-154283 | bad code green: Unhandled exception IOException | |
Bug | IDEA-154619 | Quick fix 'Change parameter of method..' changes parameter type and leaves code uncompilable | |
Bug | IDEA-151387 | Good code is red: captured bounds | |
Bug | IDEA-155627 | incorrect "inference variable has incompatible bounds" | |
Bug | IDEA-155900 | Java 8 type annotation inside diamond should not compile | |
Bug | IDEA-154377 | Error 'Methods A(List<T>) from y.A and A(List) from x.A are inherited with the same signature' should not happen on constructors. | |
Bug | IDEA-154278 | Good code red. Pass raw to generic method | |
Bug | IDEA-154174 | Bad code green. Lambda forward reference to this | |
Bug | IDEA-154968 | False error in lambda: 'compareTo(capture<? extends java.lang.Number>)' in 'java.lang.Comparable' cannot be applied to '(java.lang.Number)' | |
Bug | IDEA-154419 | Misleading tooltip error | |
Bug | IDEA-155551 | false "incompatible types" error when assigning to primitive type | |
Usability | IDEA-155153 | Unclear error message on red code: incompatible types | |
Usability | IDEA-155192 | IntelliJ erroneously highlights inner lambda when outer lambda is missing needed return type. | |
Java. Intention Actions | Bug | IDEA-147577 | Expression type action slightly broken |
Bug | IDEA-154929 | Create missing 'switch' branches breaks logic | |
Bug | IDEA-154185 | Unable to replace if-else with ternary operator inside lambda | |
Java. Refactoring | Bug | IDEA-154833 | "Convert to Instance Method" should be able to create default methods in Java 8 interfaces |
Bug | IDEA-153174 | In-place refactoring of parameter types does none-required searches | |
Bug | IDEA-152837 | Need casting for inlined variables | |
Java.Inspections | Bug | IDEA-153966 | False inspection alert for "Optional.get() without isPresent check" |
Bug | IDEA-152766 | Replace anonymous class with lambda produces uncompilable source | |
Bug | IDEA-154759 | Lost cast during conversion from Anonymous type to Lambda | |
Bug | IDEA-154751 | Nested anonymous classes could cause problem during conversion to lambdas | |
Bug | IDEA-153599 | ‘Private member access between outer and inner classes’ when creating an array of inner classes | |
Bug | IDEA-154861 | Redundant type cast false positive / intention causes broken code | |
Bug | IDEA-153358 | Inspection Declaration access can be weaker: false positive for lambda usage | |
Bug | IDEA-153661 | False positive 'Redundant type cast' inspection | |
Bug | IDEA-155045 | Inspections: Redundant local variable quick fix creates uncompilable code | |
Bug | IDEA-154805 | Ambiguous call after conversion anonymous class to lambda. | |
Bug | IDEA-153701 | False positive 'Redundant type cast' on lambda parameter | |
Bug | IDEA-149950 | Bad typo in "Declaration access can be weaker" inspection | |
Exception | IDEA-154354 | can't commit if Reformat and Cleanup are selected | |
Exception | IDEA-155017 | Incorrect expression 'new Map<StList<BaseClass>[]{0}' | |
Maven | Bug | IDEA-155258 | Duplicate ejb dependency added to ear when non bundled maven is used (>3.0.x?) |
Bug | IDEA-155733 | maven integration does not work with jgitver maven plugin | |
Packaging and Installation | Feature | IDEA-154854 | Windows installer should offer option to associate IDEA with *.kt |
Bug | IDEA-155856 | After update from 2016.1.1 to 2016.1.2 IntelliJ IDEA won't start anymore on mac os x | |
Bug | IDEA-156078 | "Open recent project" from Windows taskbar does nothing | |
Spring | Bug | IDEA-154605 | Spring Dependency Diagram gutter icon not working in Gradle project |
Bug | IDEA-155161 | Spring Initializr: Artifact generated from project name strips dashes | |
Exception | IDEA-154796 | Spring Boot: CCE when navigating of usages of @ConfigurationProperties method via gutter | |
Task Management | Bug | IDEA-147006 | Task Manager - Youtrack Server - Wrong values for "update issue state" |
Unit Testing. JUnit | Bug | IDEA-155036 | Wrong resource used in "Tests in package > whole project" |
Unit Testing. TestNG | Bug | IDEA-153832 | How to turn off separation test log to each test |
User Interface | Bug | IDEA-100683 | Cannot display Project Structure |
Bug | IDEA-156246 | About font on Windows is hardcoded to Tahoma, doesn't support some glyphs (Chinese) | |
Bug | IDEA-153827 | Log tool window loses focus by TAB. | |
Bug | IDEA-152525 | IDE loses focus after closing toolwindow with a `Alt+[0-9]` shortcut | |
Usability | IDEA-156077 | Empty space instead of CLion app icon when minimize Welcome screen | |
Version Control. Git | Bug | IDEA-153870 | Git throws exception on commit if a submodule is not registered in the Settings (even if trying to commit a file from the main repository) |
Bug | IDEA-101222 | Non-Ascii name of Git branch is displayed incorrectly | |
Version Control. Subversion | Bug | IDEA-153710 | Window drive root problem: names truncated in Version Control view |
No subsystem | Bug | WEB-21007 | JSON Schema: absolute URLs in $ref cause java.lang.RuntimeException: Non-relative reference |
Bug | WEB-20986 | JSON Schema Files that are updated require a close and relauch to be used | |
Bug | WEB-21235 | Should be possible to attach .jsx files to JavaScript library | |
Build tools | Feature | WEB-18917 | Grunt: make file paths clickable in Grunt console when using 'grunt-concurrent' task |
Bug | WEB-20220 | babel syntax error source references do not get resolved as links to source | |
Bug | WEB-18416 | npm scripts/Gulp/Grunt: cannot add new file via popup with mouse | |
Bug | WEB-20560 | run gulp/grunt/npm task popup does not dissapear if applciation loses focus | |
Bug | WEB-21246 | "Cyclic scrolling in list" option doesn't save value if Settings dialog was opened over the opened Grunt/Gulp/npm popup | |
Bug | WEB-20472 | Gulp Settings menu closes when trying to open the Node interpreter dropdown menu | |
Dart | Bug | WEB-21071 | Project view crashing/ being redrawn, instead of red squiggles appearing. |
Bug | WEB-21123 | Using setUpAll in Dart Test omits test cases from Test Results panel | |
Bug | WEB-21189 | Live template autocompletion moves inserted text after previous line | |
Debugger | Bug | WEB-19583 | Node.js debugging: properties with numeric names are not displayed in the debugger variables |
JavaScript | Bug | WEB-21037 | Javascript code highlighting of Local and Global Variables overrides more specific highlighting |
Bug | WEB-21191 | "Insert import statement" inserts import statement locally in jsx components | |
JavaScript. Frameworks | Feature | WEB-21462 | Angular2 templates variables |
JavaScript. Inspections | Feature | WEB-20744 | ESLint: recognize configuration file in all supported file formats |
Bug | WEB-21650 | JavaScript analysis never finishes if a variable named "i" is missing "var" | |
Bug | WEB-20613 | 'Run Inspection by name' doesn't found ESLint | |
Bug | WEB-21151 | JSCS Fix doesn't work for .jsx file | |
Bug | WEB-21387 | ESLint configuration: auto detect config files with JS/YAML/YML extensions | |
Live Edit | Bug | WEB-20587 | Debugger: Live Edit: changes from JavaScript file are not applied: "Uncaught Script not found" message |
Node.js | Feature | WEB-20706 | NPM script runner - optimize for 'test' keyword |
Bug | WEB-21448 | A core node.js module is unknown to WS? | |
Bug | WEB-21558 | Node not found, "npm install" fails | |
Bug | WEB-21368 | Scoped npm modules are not detected as installed | |
Bug | WEB-21363 | Please specify npm package | |
SASS | Bug | WEB-21764 | Incorrect "Generated source files should not be edited..." warning |
TypeScript | Bug | WEB-21528 | Good Code Red - angular-cli importing index.ts pattern |
Bug | WEB-21612 | Chrome not loading ts files after security update | |
Bug | WEB-21013 | Typecript error "Element is not exported" | |
Bug | WEB-20872 | Stop appending .ts extension to paths altered during move refactoring in Typescript projects | |
Bug | WEB-21331 | Ws generates wrong code for constructor | |
spy-js | Bug | WEB-21228 | Spy-js: "Node interpreter" field doesn't show current version or (Project) label for selected Node |
DB Introspection | Bug | DBE-2485 | Database-Window: OR-ing object filters does not work in datasource properties |
Data Viewer | Bug | DBE-2569 | MSSQL: unable to delete or update duplicate rows in table editor |
IDE General | Feature | DBE-2552 | Perforce support? |
User Interface | Exception | DBE-2720 | Modify table dialog not showing in DataGrip |
Editor | Usability | EDU-591 | Find in Path - Preview: Keeps refreshing - unuseable |
Overview
Content Tools