This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-05-16 18:20:29 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
609eea57ac583b69e9e78a910fa7ea3c5b75f511
openide
/
java
/
java-tests
/
testData
/
codeInsight
History
peter
609eea57ac
IDEA-178434 "Unwrap 'if' statement" produces incompilable code if variable declared in the
if
body shadows the outer scope variable
2017-10-13 21:17:37 +02:00
..
addJavadoc
…
clsHighlighting
…
completeStatement
IDEA-179934 Action "Complete current statement" introduces incorrect code
2017-10-12 20:02:38 +02:00
completion
complete java class keywords after top-level annotation
2017-10-13 13:32:10 +02:00
concatenationToMessageFormat
…
convertCompareToToEquals
…
convertEqualsMethodToStatic
…
convertToBasicLatin
…
convertToStringLiteral
…
copyReference
…
createSubclass
…
createSwitch
…
daemonCodeAnalyzer
IDEA-178434 "Unwrap 'if' statement" produces incompilable code if variable declared in the
if
body shadows the outer scope variable
2017-10-13 21:17:37 +02:00
defaultAction
/customFileType
…
delegateMethods
delegate: don't copy override as it would be added explicitly (IDEA-178893)
2017-09-13 15:33:55 +03:00
documentation
…
editorActions
…
externalAnnotations
…
externalJavadoc
…
flipComma
…
folding
…
generate
/generateCreateUI
…
generateConstructor
…
generateEquals
…
generateJavadoc
…
generateMembersUtil
…
generateSuperMethodCall
…
generateToString
…
generation
…
gotoDeclaration
…
gotosuper
…
guess
…
highlightUsagesHandler
…
importHelper
…
indentProvider
…
interJarDependencies
…
invertIfCondition
InvertIfConditionAction: preserve comments after last statement
2017-09-29 15:20:51 +07:00
javadocIG
…
jigsaw
…
joinLines
IDEA-177226 'Join lines' between two block comments works bad
2017-08-24 20:17:19 +03:00
multipleJdks
…
navigation
test for indexing anonymous class in libraries
2017-08-17 20:58:44 +02:00
nullityinferrer
…
overrideImplement
…
parameterInfo
…
slice
…
splitIfAction
…
surroundAutoCloseable
…
surroundWithQuotesStringAnnotationParameterValue
…
template
use Optional.of() instead ofNullable() in "opt" postfix template when expression is not null
2017-09-15 15:55:54 +03:00
typing
…
underscoresInLiterals
…
unwrapElseBranch
…