This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-09-18 09:34:34 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6a8c124adabe46c122dd41aef455ce774d6a8033
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
T
History
Anna Kozlova
6a8c124ada
fix all naming to avoid confusion: fix all '' in file
2014-08-11 19:01:47 +04:00
..
accessStaticViaInstance
…
addAssert
…
addCatchBlock
…
addMethodBody
…
addMethodCallQualifier
…
addMissingRequiredAnnotationParameters
…
addNewArrayExpression
…
addOnDemandStaticImport
…
addReturn
…
addRuntimeExceptionToThrows
…
addSingleStaticImport
…
addToThrows
…
addTypeArguments
…
addTypeArgumentsConditional
…
addTypeCast
shorten FQNs when insert casts (IDEA-127573)
2014-07-21 19:19:15 +02:00
addVariableInitializer
…
annotateMethod
…
anonymous2lambda
EA-57951 - AIOOBE: AnonymousCanBeLambdaInspection.getInferredType
2014-07-23 20:57:31 +02:00
anonymous2methodReference
…
assignFieldFromParameter
…
bindFieldsFromParameters
…
breakStringOnLineBreaks
…
bringVariableIntoScope
…
castConstructorParameters
…
castMethodParameters
…
castMethodParameters15
…
changeExtendsToImplements
…
changeMethodSignatureFromUsage
…
changeMethodSignatureFromUsage8
…
changeNewOperatorType
…
changeParameterClass
…
changeToAppend
…
changeTypeArgs
…
convert2Local
field can be local: when field is used in method for read it can't be converted to local if used in another methods (IDEA-127159)
2014-07-22 20:37:38 +02:00
convertColorRepresentation
…
convertDoubleToFloat
…
convertSwitchToIf
…
copyAbstractMethodImplementation
…
createAnnotationMethodFromUsage
…
createAnnotationTypeFromUsage
…
createCastExpressionFromInstanceof
…
createClassFromNew
…
createClassFromUsage
…
createConstructorFromCall
…
createConstructorFromSuper
…
createConstructorMatchingSuper
…
createConstructorParameterFromField
…
createEnumConstantFromUsage
…
createFieldFromParameter
…
createFieldFromUsage
disable create instance field inside interface (IDEA-127211)
2014-07-14 20:58:24 +02:00
createGetterOrSetter
…
createInnerClassFromNew
…
createInnerClassFromUsage
…
createLocalFromUsage
…
createLocalVarFromInstanceof
…
createMethodFromMethodRef
…
createMethodFromUsage
create static method from usage in interface (IDEA-127563)
2014-07-21 19:19:14 +02:00
createParameterFromUsage
…
createPropertyFromUsage
…
deferFinalAssignment
…
delegateWithDefaultValue
…
deleteCatch
…
deleteMultiCatch
…
emptyIntention
…
enableOptimizeImportsOnTheFly
…
encapsulateField
…
expandStaticImport
…
explicit2diamond
…
fixAll
fix all naming to avoid confusion: fix all '' in file
2014-08-11 19:01:47 +04:00
fixAllAnnotator
fix all naming to avoid confusion: fix all '' in file
2014-08-11 19:01:47 +04:00
flipIntersection
…
generalizeCatch
…
genericCreateFromUsage
…
generifyFile
…
i18n
…
i18nize
…
implementAbstractFromNew
…
implementMethods
…
initializeFinalFieldInConstructor
…
insertNew
…
insertSuper
…
introduceVariable
…
iterateOver
…
javadocTags
…
joinDeclaration
…
lambda2methodReference
lambda -> method refs: collapse when acceptable method without supers found
2014-07-21 20:47:52 +02:00
lambdaCodeBlock2Expr
…
makeExtendsThrowable
…
makeTypeGeneric
…
methodReturn
…
methodReturnBooleanFix
…
methodThrows
…
modifier
…
modifier18
…
moveBoundClassToFront
…
moveCatchUp
…
moveFieldAssignmentToInitializer
…
moveInitializerToConstructor
…
moveInitializerToSetUp
…
mustBeFinal
…
mustBeFinal18
…
negationBroadScope
…
orderEntry
…
overrideMethod
…
permuteArguments
…
pullUp
…
pushConditionInCall
…
qualifyThis
…
qualifyWithThisInSuperCall
…
redundantLambdaParameterType
…
redundantTypeArgs
…
redundantUncheckedVarargs
…
removeNewQualifier
…
removeQualifier
…
removeRedundantArgument
…
removeRedundantElse
…
removeTypeArguments
…
removeUnusedParameter
…
removeUnusedVariable
…
renameConstructorMatchingClass
…
renameWrongReference
…
replaceAddAllArrayToCollections
…
replaceCastWithVariable
…
replaceFieldWithGetterSetter
…
replacePrimitiveWithBoxed
…
replaceWithConstant
…
replaceWithListAccess
…
replaceWithTernaryOperator
…
reuseVariableDeclaration
…
safeVarargs
…
simplifyBooleanExpression
…
splitDeclaration
…
staticImportMethod
…
streamApiMigration
…
stringToCharacterLiteral
…
superMethodReturn
…
suppress15Inspections
…
suppressLocalInspection
…
suppressNonInspections
…
surroundWithArray
…
surroundWithIf
…
surroundWithTry
…
swapIfStatements
…
unimplement
…
unusedAssignment
…
variableArrayType
…
variableParameterizedType
…
variableType
…
varTypeFromCall
…
wrapArrayToArraysAsList
…
wrapExpression
…