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-06-13 09:34:32 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fc3f0bb09d1c73130e163f5d80c4b37bb60ac93d
openide
/
java
/
java-tests
/
testData
/
codeInsight
T
History
Tagir Valeev
fc3f0bb09d
SimplifyStreamApiCallChainsInspection: convert IntStream.range(0, Math.min(limit, arr.length)).map(idx -> arr[idx]) to Arrays.stream(arr).limit(limit) and so on
2017-02-15 11:46:18 +07:00
..
addJavadoc
…
clsHighlighting
…
completeStatement
…
completion
Java: Added priorities in the completion list for arguments of getField() and getMethod() (IDEA-167250)
2017-02-14 17:11:55 +03:00
concatenationToMessageFormat
…
convertCompareToToEquals
…
convertEqualsMethodToStatic
…
convertToBasicLatin
…
convertToStringLiteral
…
copyReference
…
createSubclass
…
createSwitch
…
daemonCodeAnalyzer
SimplifyStreamApiCallChainsInspection: convert IntStream.range(0, Math.min(limit, arr.length)).map(idx -> arr[idx]) to Arrays.stream(arr).limit(limit) and so on
2017-02-15 11:46:18 +07:00
defaultAction
/customFileType
…
delegateMethods
…
documentation
…
editorActions
…
externalAnnotations
…
externalJavadoc
…
flipComma
…
folding
…
generate
/generateCreateUI
…
generateConstructor
…
generateEquals
…
generateJavadoc
…
generateMembersUtil
…
generateSuperMethodCall
generate super call: insert at caret, fix read only status tracking (IDEA-166864)
2017-01-24 16:16:29 +03:00
generateToString
detect generated method name: allow annotations with parameters (IDEA-167480)
2017-02-01 15:47:45 +01:00
generation
…
gotoDeclaration
…
gotosuper
…
guess
…
highlightUsagesHandler
…
importHelper
…
indentProvider
…
interJarDependencies
…
invertIfCondition
…
javadocIG
…
jigsaw
…
joinLines
…
multipleJdks
java usages highlighting: add an additional test for multiple jdk configuration
2017-01-18 19:47:29 +03:00
navigation
/alexProject
…
nullityinferrer
…
overrideImplement
compose throws list on override: ignore supers of super method, ensure same thrown types do not appear in the list (IDEA-166623)
2017-01-18 11:21:34 +03:00
parameterInfo
…
slice
…
splitIfAction
…
surroundAutoCloseable
…
surroundWithQuotesStringAnnotationParameterValue
…
template
…
typing
…
underscoresInLiterals
…
unwrapElseBranch
Java: Don't offer "Unwrap 'else' branch" intention if it might cause unreachable code (IDEA-165428)
2017-01-17 16:36:08 +03:00