No subsystem |
|
IDEA-111565 (Feature) | Bug reporting tool has incomplete description |
IDEA-88210 (Feature) | "Remember" the global code style selection for each project |
IDEA-111691 (Bug) | While updating from EAP 13.0 to the most recent EAP IDEA failed to start |
IDEA-111128 (Bug) | IDEA should not try to update plugins when invoked with command line arguments |
WEB-8702 (Bug) | JSDoc "@throws" tag should not require a type |
IDEA-111523 (Bug) | NPE in ControlFlowAnalyzer and buggy workflow fixing "Math,max" with Alt+Enter |
WEB-6199 (Bug) | Double click to select hex color value |
Android |
|
IDEA-60269 (Feature) | Navigate from event handler declaration in layout xml to method in activity class |
IDEA-76862 (Feature) | Android Resource Editor - Make it easy to jump to usages in Java files |
IDEA-102169 (Feature) | Android XML: improve completion of dimension attribute values |
IDEA-102176 (Feature) | Support navigation in platform XML files: parent styles and style items |
IDEA-102177 (Feature) | Support navigation and documentation for permissions, actions and categories in manifest |
IDEA-85871 (Feature) | Add "Add method" intention action for method name attributes |
IDEA-93120 (Feature) | Quickfix to create unresolved event handler in layout.xml |
IDEA-111650 (Bug) | Android manifest: filter actions and categories to autocomplete |
IDEA-95992 (Bug) | Menu items' "onClick" are not handled, while views' are |
IDEA-111528 (Bug) | AssertionError: Cannot register font: /fonts/Inconsolata.ttf |
IDEA-111076 (Bug) | A lot of errors in Android project in 130.1365 |
IDEA-102173 (Bug) | Android XML: automatically insert app-level namespace when complete custom attrs instead of inserting it without any prefix |
CSS |
|
WEB-8597 (Bug) | CSS formatter doesn't normalize space in CSS selector |
WEB-8772 (Bug) | Reformat Code Breaks CSS When Using @MEDIA |
WEB-6987 (Bug) | Formatting of css calc(...) removes the space after the + or - |
WEB-8496 (Bug) | Border optimizations disabled for simple scenario |
WEB-6323 (Bug) | CSS autoformat breaks the imageset |
WEB-8735 (Bug) | Autoindent broken in at-rules |
WEB-234 (Bug) | Dashes should be included as part of the word when double-clicking in CSS |
Code Analysis. Inspection |
|
IDEA-111456 (Feature) | An inspection to check method contract well-formedness |
IDEA-111511 (Bug) | False negatives for the "Redundant type cast" inspection |
IDEA-111960 (Bug) | "while can be foreach" inspection should report on qualifierless iterator |
IDEA-111571 (Bug) | boxing and unboxing with a cast not reported by inspections |
IDEA-111445 (Bug) | "Constant conditions & exceptions" inspection message is incorrect |
IDEA-111465 (Bug) | "Overly-strong type cast" inspection false negative in foreach |
IDEA-111554 (Bug) | While loop can be replaced with foreach for super.iterator() |
IDEA-111452 (Bug) | false positive for "Auto-unboxing" inspection |
IDEA-111537 (Bug) | False negatives for "Auto-unboxing" inspection |
IDEA-111420 (Bug) | Code compiles by JDK, but IDEA highlight RED |
Code Coverage |
|
IDEA-111485 (Bug) | Upgrade jacoco jars to the most recent version to prevent VerifyError |
Code Navigation |
|
IDEA-111885 (Feature) | Go to line number < 1 |
CoffeeScript |
|
WEB-7579 (Bug) | Invalid "unresolved variable" error in coffeescript |
WEB-8009 (Bug) | Duplication intention: Replace single-quoted string with double-quoted string. |
Dart |
|
WEB-8623 (Feature) | Add a Install Packages option in Dart plugin |
WEB-1597 (Bug) | Dart: can't run unit tests |
Database |
|
IDEA-111402 (Feature) | Create DDL Data Source by drag-n-drop (project view/Finder/Explorer/etc) |
IDEA-111403 (Feature) | Detect SQLite DB files and create Data Source by drag-n-drop (project view/Finder/Explorer/etc) |
IDEA-111695 (Bug) | No structure or code completion for SQL Server script |
IDEA-111461 (Bug) | DB2 XML Support - dialect and XML Columns |
IDEA-111521 (Bug) | Database visualisation missing relationships after moving to Postgresql |
Debugger |
|
WEB-8816 (Bug) | Breakpoints are not recognised during nodejs debugging if sourcemap sources URLs specify 'file://' protocol |
WEB-8689 (Bug) | Debugger: Variables view: do not fold array length |
Editor. Editing Text |
|
IDEA-111500 (Feature) | Suggest the enclosing type as 1st element in return type suggestions list when creating the static method getInstance() of the singleton |
IDEA-111538 (Usability Problem) | "Copy String Concatenation Text to the Clipboard" requires check out |
IDEA-111004 (Bug) | Edit Fragment: Editing breaks code style, noise in VCS |
IDEA-111634 (Bug) | Bring back code selection |
File Watchers |
|
WEB-7161 (Feature) | Add /FileParentDir and /FilePath macros that use Unix path separators |
WEB-8709 (Exception) | Dart: File Watcher: avoid exception on updating SDK |
Find, Replace, Find Usages |
|
IDEA-111801 (Usability Problem) | FindInPath with focus in "Find window" has Scope "Directory" preselected. |
IDEA-111833 (Bug) | Search entry in analyze stack trace inserts text backwards |
Gradle |
|
IDEA-111910 (Feature) | External system: Make it possible to customize processing classpath in case of in-process mode |
IDEA-83168 (Feature) | Gradle: changes in a project layout (content roots) could be detected on Refresh |
IDEA-111532 (Feature) | External system: Expand the api in order to allow to customize notification shown to the end-user |
IDEA-111831 (Feature) | External system: Make it possible to communicate with external system at the ide process |
IDEA-109629 (Bug) | Gradle: just imported project is shown multiple times in Gradle tool window until reopening of the project |
IDEA-111342 (Bug) | Gradle: if root project is renamed by means of gradle, it is shown twice in tool window - as root project and as sub-project |
IDEA-111616 (Bug) | External System: Run Configurations: project selector passes selected project to default run configurations |
IDEA-111658 (Bug) | External System: no refresh is performed on project opening if build file has been changed since the last refresh |
IDEA-111651 (Bug) | External System: after opening of an external project tasks of sub-projects do not appear in External system tool window until project refresh |
IDEA-111467 (Bug) | Gradle: JVM options specified during project importing do not appear in Settings | Gradle |
IDEA-111241 (Bug) | Gradle: 'Open config' action is not available for subprojects with changed name |
IDEA-111551 (Bug) | Gradle: JVM options are not saved until changing some of the gradle settings |
IDEA-111637 (Bug) | Gradle: on running one from 7 recent tasks, number of recent tasks decrements by one |
IDEA-111626 (Bug) | External System tool window: selected task could be executed on pressing Enter |
IDEA-109519 (Bug) | Gradle: Don't ignore user-defined settings on initial project import |
HTML |
|
WEB-8773 (Feature) | Bootstrap template: change the Github URL of the project to the new one |
WEB-8334 (Usability Problem) | Wrong caret position using Emmet inside JS string |
WEB-8568 (Bug) | Angular templates no longer correctly syntax-hilighted |
IDE Configuration |
|
IDEA-111514 (Usability Problem) | Focus on filter text field in Add Action to Quick List window |
IDEA-110995 (Bug) | Custom variables dialog does not appear for included templates. |
IntelliLang |
|
IDEA-97264 (Feature) | IntelliLang support for "Path to File" language |
IDEA-97298 (Feature) | Inject Language: "Path Expression" |
J2EE.Jetty |
|
IDEA-111937 (Exception) | RCE at com.intellij.javaee.oss.jetty.server.JettyLocalEditor.applyEditorTo |
J2EE.Struts |
|
IDEA-111867 (Bug) | Struts 2: Spring plugin "struts.objectFactory.spring.autoWire" highlights "no" as error |
J2EE.Tomcat |
|
IDEA-109063 (Bug) | "Cannot find configuration of jsp built-in servlet" with Tomcat trunk |
IDEA-111925 (Exception) | Tomcat run configuration: CE at JavaeeRunSettingsEditor.getPort() on editing |
J2EE.WebLogic |
|
IDEA-110430 (Feature) | Support Weblogic 12.1.2.0.0 |
IDEA-107884 (Bug) | WebLogic: clean up sub-deployments |
JPA |
|
IDEA-110521 (Feature) | Support for custom functions in JPA QL |
IDEA-111962 (Bug) | IDEA Groovy version conflicts with project version when using JPA console |
IDEA-101041 (Bug) | jpql (eclipselink) good code is red in FUNC |
Java. Code Completion |
|
IDEA-110166 (Feature) | Suggest javadoc autocompletion for variables of the same name in other javadoc for this class |
IDEA-111144 (Usability Problem) | 'Generate Getter' should add @Override if needed |
IDEA-104677 (Usability Problem) | Selected completion item isn't inserted by typing a colon |
IDEA-111362 (Bug) | Generate constructor removes "m" from variable name |
Java. Error Highlighting |
|
IDEA-111451 (Bug) | Wrong warning on primitive and Object type comparison |
IDEA-111613 (Bug) | Bad code is green: IDEA doesn't show 'Unhandled exception' error when a method with parametrized 'throws' section is used with wildcard type argument |
IDEA-57439 (Bug) | False error 'Method cannot be applied' |
IDEA-67865 (Bug) | Error 'reference to foo is ambiguous, both method <T>foo(java.util.List<T>) in pck.Main and method <T>foo(java.util.Collection<T>) in pck.Main match' is not detected |
IDEA-57312 (Bug) | False error 'Method cannot be applied' |
IDEA-67676 (Bug) | False error 'Incompatible types' |
Java. Intention Actions |
|
IDEA-111478 (Bug) | Wrong 'replace with' quick fix with compound assignment operators |
IDEA-111715 (Bug) | Implement methods intention not works for enum |
IDEA-111785 (Bug) | 'Code | Generate | Constructor' for enum should generate 'package local' constuctor |
Java. Refactoring |
|
IDEA-111652 (Usability Problem) | Make Window 'Select Methods To Propagate Parameters' maximizable |
IDEA-111294 (Bug) | Rename sqlite3 table is applied twice |
IDEA-111739 (Bug) | Refactoring "Change signature" change type of the method incorrectly |
IDEA-111735 (Bug) | Change Signature refactoring corrupts javadoc @links references to the method |
JavaScript |
|
WEB-8591 (Bug) | JavaScript libraries: invalid download path for several typescript stubs |
WEB-8758 (Bug) | JSDoc: @returns considers primitives as objects |
WEB-8608 (Bug) | jQuery.on(): Missed argument for parameter one |
WEB-8592 (Bug) | JavaScript libraries: "Invalid library name" error for predefine lib name |
WEB-2290 (Bug) | module.exports breaks inheritance |
WEB-7260 (Bug) | support for a special type of JSDoc rest parameter |
WEB-8705 (Bug) | Doc comments or empty block comment shows as error in Json files |
WEB-8667 (Bug) | JSDoc: @returns excess types |
WEB-8655 (Bug) | Parser trips over `new function...method()` |
WEB-8642 (Bug) | JSDoc: @typedef does not work with @name |
WEB-8737 (Bug) | Files within directories which belongs to disabled libraries are not excluded from completion |
JavaScript. Inspections |
|
WEB-8607 (Bug) | JSON validation inspection doesn't work |
WEB-8782 (Bug) | Closure Linter: possiblity to pass real path of a file via argument |
JavaScript. Templates |
|
WEB-8644 (Bug) | Comment Shortcut not working in EJS files... CMD-Forwardslash |
WEB-8636 (Bug) | EJS - Expecting new line or semi-colon in <% include x > |
LESS |
|
WEB-8703 (Feature) | LESS: Double click on @import entry in Structure View should open that file |
WEB-7679 (Feature) | LESS: completion should suggest parameter name when typing named argument |
WEB-5778 (Bug) | Selection by double click on LESS variable should include the "@" character |
WEB-8704 (Bug) | LESS: Improvements for new @import syntax support (LESS v1.4) |
WEB-7678 (Bug) | LESS: refactor/rename for mixin parameter should update named argument |
WEB-8584 (Bug) | "&" combinator in LESS doesn't recognized. |
Maven |
|
IDEA-64302 (Feature) | maven: insert..dependency: better support for managed versions |
IDEA-111775 (Bug) | Darcula: Maven project and test nodes are invisible |
IDEA-111797 (Bug) | Cannot set Environment variable when run maven goal |
IDEA-109913 (Bug) | Maven -> Always Update Snapshots CHECKBOX - Not Aligned |
IDEA-107689 (Bug) | Dependency of type test-jar listed as external library |
Node.js |
|
WEB-8786 (Bug) | package.json: create new file correctly |
WEB-1907 (Bug) | Node.js plugin: module.exports brokes resolving |
OSGi |
|
IDEA-78529 (Feature) | OSGi run/debug configuration selected bundles table need search ability |
IDEA-77441 (Cosmetics) | Warning "Neither Export-Package, Private-Package, -testpackages is set, therefore no packages will be included" happens always while build bundles |
IDEA-111772 (Bug) | OSGi: manifest editing: wildcard symbols in package pattern are error-highlighted |
IDEA-107457 (Bug) | Abstract BundleActivator should not generate "Bundle Activator is not setup in facet configuration" error |
IDEA-111805 (Bug) | OSGi: framework configuration name should be kept on configuration editing and propagated to project settings and run configurations on change |
IDEA-111576 (Bug) | OSGi: manifest.mf: invalid imports are not highlighted |
IDEA-111575 (Bug) | OSGi: manifest.mf: no navigation to module package from Import-Package statement |
IDEA-111794 (Exception) | IOOBE at org.osmorc.facet.ui.AdditionalJARContentsTableModel.setValueAt |
Project View |
|
IDEA-111257 (Bug) | Custom scope + Autoscroll from Source |
Run | Debug configuration |
|
IDEA-111730 (Bug) | Updating IDEA changes XML of a run configuration |
SASS |
|
WEB-8812 (Bug) | Incorrect syntax error in SCSS extending selector sequence with interpolated variable |
WEB-7352 (Bug) | Implement 'unknown at-rule'-inspection and make it suppressible |
WEB-8586 (Bug) | Sass/Compass within @each marks hash (id) selector as invalid |
SQL |
|
IDEA-111636 (Usability Problem) | Create New Table dialog should not be modal |
IDEA-110508 (Bug) | SQL: Inspections: Each derived table should have alias: no inspection if there is join after derived table |
IDEA-111660 (Bug) | "Unique" checkbox on Add New Index dialog doesn't work |
IDEA-111306 (Bug) | good code yellow: GRANT FLASHBACK in Oracle (and Oracle SQL*Plus) dialect |
IDEA-110967 (Bug) | Mysql: charset reference |
IDEA-104329 (Bug) | SQL inspection: Adding not null column without default value: primary key without default value is green |
IDEA-110463 (Bug) | SQL Plugin: INSERT Export Bugs |
Spring |
|
IDEA-111954 (Bug) | Invalid generic class name generated when using quickfix "Create Spring bean" |
IDEA-109625 (Exception) | NPE at com.intellij.spring.toolWindow.SpringView$SpringFileSetFinderRecursivePanel.getListModel |
Task Management |
|
IDEA-111475 (Usability Problem) | Task management: Trello: Open Task shows cards from closed boards |
IDEA-111470 (Usability Problem) | Task management: Trello: tasks from archived list are shown as not archived |
IDEA-102144 (Usability Problem) | Time Tracking: Remove Task is disabled while indexes are being built |
IDEA-111810 (Usability Problem) | Task management: JIRA: would be nice to report invalid search criteria more precisely |
IDEA-111474 (Cosmetics) | Task management: Open Task dialog opens behind quick doc popup |
IDEA-64402 (Cosmetics) | Adding issue tracking servers window has strange dimensions |
IDEA-111299 (Bug) | Task management: JIRA: NPE at JiraIssue$Fields.access$1000() on calling code completion in Open Task |
IDEA-111656 (Bug) | GitHub Tasks Server: Use HTTP authentication checkbox doesn't change its state on click |
IDEA-111819 (Bug) | Task management: Trello: closed board is not erased from URL in Settings, tasks are still suggested |
IDEA-111597 (Bug) | Task management: JIRA: "Cannot connect" message on Open Task |
TypeScript |
|
WEB-7645 (Bug) | Unresolved variable when "refrerence import" is used |
WEB-7917 (Bug) | typescript: window.location is not resolved |
WEB-8685 (Bug) | Typescript colorization of default Object functions |
WEB-8650 (Bug) | TypeScript import module and class autocomplete does not work. |
WEB-8787 (Bug) | Error when referencing a property named 'true' or 'false' in dot notation |
WEB-8678 (Bug) | TypeScript: strange typo warning for declared module name |
WEB-8795 (Bug) | Number.MAX_VALUE - constant is unknown |
WEB-8674 (Bug) | TypeScript Import statements not resolving correctly |
Unit Testing. TestNG |
|
IDEA-111842 (Bug) | Naming of test methods for overloaded methods |
Unit Tests |
|
WEB-8519 (Bug) | Code Coverage does not work with karma |
WEB-8712 (Bug) | JSTestDriver: provide clickable links to the source from console test results for IE |
WEB-8491 (Bug) | Karma test run plugin does not support multiple browsers |
User Interface |
|
IDEA-111734 (Task) | Debug tab labels are always white |
User Interface.Darcula |
|
IDEA-111497 (Cosmetics) | Darcula theme lighter since the new update |
Version Control |
|
IDEA-81143 (Bug) | Changes/Repository/Create Patch action's "don't ask again" setting not saved across runs |
Version Control. Git |
|
IDEA-111654 (Usability Problem) | GitHub: Remove login field for token authentication |
IDEA-111653 (Cosmetics) | GitHub: confusing successful login message for email logins |
IDEA-111284 (Bug) | Project checkout from Github doesn't work |
IDEA-92009 (Bug) | GitHub: do not propose to set http upstream on Rebase My Fork if there is already ssh one configured |
Version Control. Mercurial |
|
IDEA-68795 (Cosmetics) | Mercurial: align revisions in tag and branch lists |
IDEA-108367 (Bug) | Idea hangs if try to merge with old branch from branches dialog |
WI specific |
|
WI-19524 (Task) | PHP files: doesn't work 'Open in Browser' |
XML |
|
IDEA-111421 (Bug) | Reformat code action on spring xml config included in another config can break entire spring config |
IDEA-79276 (Bug) | Valid xml element substitution highlighted |
Page History
Overview
Content Tools