设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

IntelliJ IDEA 2018.3.2发布,修复大量Bug

2018-12-19 14:07| 发布者: joejoe0332| 查看: 712| 评论: 0|原作者: oschina|来自: oschina

摘要: IntelliJ IDEA 2018.3.2 已发布,更新内容见如下表格:No subsystemBugIDEA-202565Creating live template containing annotation with value generates code with syntax errorBugIDEA-202979intellij idea 2018.3 ...

IntelliJ IDEA 2018.3.2 已发布,更新内容见如下表格:

No subsystemBugIDEA-202565Creating live template containing annotation with value generates code with syntax error
BugIDEA-202979intellij idea 2018.3 does not finish scanning files to index
Code Analysis. InspectionBugIDEA-203067InspectionElement should be public/otherwise usable, or GotoInspectionModel should not be public
Code CoverageBugIDEA-201686IDEA sometimes hangs when clicking on gutter with coverage information
Compiling ProjectFeatureIDEA-200067Exclude test sources from module sources in artifact output layout
BugIDEA-202775Build fails if the paths contain symlinks
BugIDEA-187185Library index not updated when jars are replaced
DebuggerBugIDEA-203021IllegalStateException from objectMirror
BugIDEA-203144sa-jdwp: All object arrays contain only null values
BugIDEA-202606UnalignedAddressException during read only attach
DockerBugIDEA-202524Docker: Auto-expose the unknown port if added in runtime at PortBinding tab
Editor. Code CompletionBugIDEA-200049backspace doesn't work in completion popup
BugIDEA-186754Code completion list is blinking after typing non-ASCII text
Editor. Editing TextBugIDEA-201183Live Template Context in Java type declarations
BugIDEA-203120Adding Inlay leads to code lens invalidity
BugIDEA-203015Wrong caret position after up/down movements in presence of both inline and block inlays
ExceptionIDEA-199974java.lang.ArithmeticException at deleting after calling completion
Flash_FlexBugIDEA-127053Adobe Air debug on Android device seems to always uninstall first
GradleBugIDEA-202844IntelliJ 2018.3 stopped supporting Gradle Java module configuration with src and resource folder in the same folder
BugIDEA-203517Gradle test runner unable to find test task with type extended from `org.gradle.api.tasks.testing.Test`
BugIDEA-203058Intellij gradle plugin issue with gradle 5, groovy and spock projects
BugIDEA-202918Optimize Imports functionality deletes org.gradle.util.GradleVersion import
PerformanceIDEA-199623High CPU load by "DisconnectableInputStream source reader" threads when debugging gradle task
TaskIDEA-203139Update gradle icon for run configuration and for projects nodes in gradle tool window
GrailsPerformanceIDEA-202875Performance issue with code editor on a Grails project
GroovyBugIDEA-202956Groovydoc reports illegal character for space and coma
IDE ConfigurationBugIDEA-202843WARN - ge.ExternalProjectsDataStorage java.lang.NullPointerException
IndicesPerformanceIDEA-202748Hang during UnindexedFilesUpdater working
Internal build scriptsTaskIDEA-202226Generate links to third-party libraries in JSON format
Java. Code CompletionBugIDEA-203056Autocomplete doesn't show interface public methods on its private-package implementation
Java. Error HighlightingBugIDEA-201231IDEA fails to resolve a Java module when it's .jar file is listed twice in project roots
Java. InspectionsBugIDEA-201885suppress fallthrough wrongly considered redundant
BugIDEA-202754"NullableProblems"-inspection gives incorrect warning on a getter that returns other field
BugIDEA-202559"Replace with StandardCharsets.UTF_8" produces uncompilable source
Java. Intention ActionsBugIDEA-201419Extract Field is not finished yet
JavaEE.JBossFeatureIDEA-144621WildFly: support https connection to the management interface
JavaEE.JettyBugIDEA-202832Regression: Local Jetty run configuration JVM parameters are placed at wrong location in the final command line executed by IntelliJ
Packaging and InstallationBugIDEA-203213JPS from IntelliJ IDEA 183 branch fails to compile project because of missing class org.apache.maven.model.InputLocationTracker
Platform APIBugIDEA-200807NPE caused by NonClasspathClassFinder constructor leaking "this"
Plugin DevelopmentUsabilityIDEA-201599Don't show 'Version must be specified' error in plugin.xml files for plugins developed via gradle-intellij-plugin
Quick DocumentationBugIDEA-203713QuickDoc shown on mouse move changes position or disappears after clicking on link it contains
BugIDEA-202463Opening external documentation for OpenJFX 11 libraries does not work
BugIDEA-198297Quick Documentation popup is sometimes placed off screen
BugIDEA-201079QuickDoc popup is not focused on the second "Ctrl+Q" if it was opened from autocomplete or Project View
BugIDEA-201036Autocomplete list moves up when opening/closing QuickDoc Tool Window
BugIDEA-202597View | ExternalDocumentation doesn't work for decompiled classes opened in Editor
SpringBugIDEA-201137Spring Boot: resolve classes from "Provided" Scope in config file value
BugIDEA-202986Spring MVC not support resolution of views written as not-inlined strings
Task ManagementBugIDEA-202675"Open Task" dialog with empty "Create changelist" field
BugIDEA-203220After phpStorm upgrade when opening task it doesn't strip "[" when generates branch name causing not valid branch name error
Template Languages. FreeMarkerBugIDEA-201000FreeMarker FTL // Support Code block folding
BugIDEA-202655FreeMarker plugin: built-in 'first' is not applicable to 'Sequence'
BugIDEA-203096Problem with formatting FreeMarker macros
TerminalBugIDEA-202821Blank terminal
ThymeleafBugIDEA-202955Kotlin + Thymeleaf th:each problem
User InterfaceBugIDEA-126774Lens mode doesn't show last line
BugIDEA-199367IDE hangs when searching in Hebrew+English
BugIDEA-203350Help | Submit a Bug Report does not work for AppCode / CLion / DataGrip
BugIDEA-106651Editor Search/Replace and Find/Replace in Path: font for text input fields is too small
BugIDEA-202634ParameterInfo is now wedged in completion settings area
CosmeticsIDEA-197467Modernize Maven Run/Debug Configuration icon
ExceptionIDEA-203612NullPointerException occurs on opening a second/new project in the same window
User Interface. NavigationFeatureIDEA-202496Extension point to alter "No {0} found" text in Search everywhere contributor
Version Control. GitBugIDEA-203005Project update over SSH fails if there are many repositories
BugIDEA-202874Indexing is suspended during the cherry-pick process
ExceptionIDEA-202533IllegalArgumentException occurs on attempt to fetch changes from remote git repository if repository is not set
XMLBugIDEA-202642XmlLikeFileType.isCaseSensitive has wrong name
No subsystemBugWEB-35806Prettier: plugin does not format code with 1.5.2 prettier version
BugWEB-35865node module locals are styled as globals
BugWEB-36280<noscript> Content gets incorrectly highlighted
CSSBugWEB-36018Typescript TSX: value of "class" attribute is not recognizing as css class in 2018.3
DartBugWEB-35995Failed to load templates during new Dart project creation
DebuggerBugWEB-34907Electron: main process debugging: Debugger Never Attaches
BugWEB-36056'Run to cursor' doesn't work in node.js debug
HTMLBugWEB-36138"Missing associate label" error given when using aria-label
JSONBugWEB-35997Single quote completed with double quote in a .json file
JavaScriptFeatureWEB-31773TypeScript 2.8: support jsx pragma
BugWEB-36010"Object is 'null' or 'undefined'" inspection false positive
BugWEB-36023Buffer Static Functions
BugWEB-35727Improve move statement up/down with multi-line imports
BugWEB-35786Surround with object literal is listed twice
BugWEB-36068AssertionError when 'Convert parameters to arrow function' for function with optional single parameter
BugWEB-28878Optimizing imports messes up placement of comments if 'Sort imports by modules' is on
BugWEB-36073ES6: import from node core modules are broken
BugWEB-35805"from" identifier is treated as reserved word in export statement
BugWEB-34336Module imports become messed up when refactoring
UsabilityWEB-35838'new Javascript file' attaches .js extension after .mjs
ExceptionWEB-36028'Replace || with &&' causes NullPointerException on expression with throw
JavaScript. FormatterBugWEB-35776Insert space after <TypeAssertion> in TypeScript
JavaScript. FrameworksFeatureWEB-35477Support bootstrap-vue components
BugWEB-36009Convert to Class Component strips comments
BugWEB-36054Vue.js: support shards-vue components
BugWEB-35851Completion and autoimport for React components defined in JavaScript files in TypeScript files
BugWEB-36122'Convert to functional component' produces broken code for components in export default
BugWEB-35823Vue.js: support for <keep-alive> tag
BugWEB-36076some vuetify.js components dont autocomplete when used with pascal case
BugWEB-35800React+TypeScript: 'missing required attribute' error reported for required properties passed in by redux `connect`
BugWEB-36147'Add import' is suggested even if component has been already auto-imported( js -> ts )
JavaScript. InspectionsBugWEB-30327"Remove braces around arrow function" inspection is doubled when its severity is "Error"
BugWEB-35539"Unreachable code" inspection false positive with labeled break
BugWEB-35750Typescript - inspection "Remove braces around arrow function body" forces returning a value
JavaScript. RefactoringBugWEB-35600'Convert to class component' should produce propTypes, defaultProps as field declarations if code template contains them
LintersBugWEB-36164'Fix all TSLint problems' should be available in context menu
BugWEB-35856'Fix current file with ESLint' doesn't replace line endings when linebreak-style configured in .eslintrc
BugWEB-35917Some TSLint rules are not imported from tslint.json
BugWEB-35954Stylelint does not follow ignoreFiles configuration on Windows
TaskWEB-35989Update condition for running ESLint on .vue files
Live EditPerformanceWEB-36060LiveEdit plugin causes freezes on debug
Node.jsBugWEB-36048Autocompletion for "import { writeFileSy... }" imports from "node" instead of "fs"
BugWEB-35773Relative import resolution inside a symlinked dir resolves to realpath
UsabilityWEB-35680node_modules folder is marked as library root after unexcluding
TypeScriptFeatureWEB-21926Provide 'Extract TypeScript interface' refactoring for object literals
BugWEB-33906Intellij doesn't see $any() as existing method in Angular template
BugWEB-35936TypeScript: intersection with never type processes incorrect type
BugWEB-35935TypeScript: null types affect resolve if strictNullChecks == false
BugWEB-35810Incorrect expected type evaluation for rest params
BugWEB-36019Do not add .ts file extension for filename.tsx when using New TypeScript file
BugWEB-35937TypeScript: typeof works incorrectly with overloads
BugWEB-35847Parameter info for generic arguments doesn't work for functions and generic type usages
BugWEB-35906Cannot properly evaluate parameter type if contextual type is not obviously an object type
BugWEB-33645Incorrect conversion of generic type to interface
BugWEB-35850Type does not behave correctly in template
BugWEB-36159TypeScript: updated bundled compiler 3.2
BugWEB-35982'public' is added to implemented object literal methods when explicit 'public' is on
BugWEB-35881TypeScript: do not import elements several times
BugWEB-35853TypeScript: False error for assignability to indexer type
BugWEB-35938TypeScript: inferred generics are not applied for default generic parameters
PerformanceWEB-34580TypeScript: performance problem with mobx-state-tree package
PerformanceWEB-35723Slow, constantly hanging when adding file, deleting files
Unit TestsBugWEB-35242running tests assumes Jest supports --runTestsByPath
BugWEB-35482Incorrect amount of re-run tests when use @angular-builders/jest
BugWEB-35284Run tool window shown incorrect amount of failed re-run tests
BugWEB-36101Jest: load setup test framework file when running in watch mode
BugWEB-33601Show jest.config.file in the Jest RC when running tests
DB IntrospectionBugDBE-7371PostgreSQL error upon database introspection in PyCharm 2018.3
UsabilityDBE-1996Database: "Unsupported format version" message gives no hint what data sources are in question
Data ViewsBugDBE-69MySQL datetime incorrectly shows <null>
BugDBE-74312018.3 . Where did database console STOP button go?
UsabilityDBE-7411"Move to the opposite group" is cloning tabs with database tables
IDE GeneralBugDBE-7477Wrong thread for DumbAware startup activity
SQL GeneralBugDBE-7264Unquote identifier does not work for SQL Server T-SQL
SQL HighlightingUsabilityDBE-7314A better highlighting for 'column aliases required' inspection
User InterfaceBugDBE-6558Color settings in datagrid different to database panel
BugDBE-7470Two PostgreSQL dialects in injection intention

下载地址:https://www.jetbrains.com/idea/download/


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部