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-10 13:17:09 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2f5e6000445fb3bd4298439a456d136ffa5a43d5
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
T
History
Denis.Zhdanov
f2d010031e
IDEA-99028 Introduce casted variable intention breaks formatting
2013-01-21 14:25:15 +04:00
..
accessStaticViaInstance
…
addCatchBlock
…
addMethodBody
…
addNewArrayExpression
…
addOnDemandStaticImport
…
addReturn
…
addRuntimeExceptionToThrows
…
addSingleStaticImport
…
addToThrows
…
addTypeArguments
…
addTypeArgumentsConditional
…
addTypeCast
…
addVariableInitializer
…
annotateMethod
…
anonymous2lambda
…
anonymous2methodReference
…
assignFieldFromParameter
…
bindFieldsFromParameters
…
breakStringOnLineBreaks
…
bringVariableIntoScope
…
castConstructorParameters
…
castMethodParameters
…
changeExtendsToImplements
…
changeMethodSignatureFromUsage
…
changeNewOperatorType
…
changeParameterClass
…
changeToAppend
…
changeTypeArgs
…
convertColorRepresentation
…
convertDoubleToFloat
…
convertSwitchToIf
…
copyAbstractMethodImplementation
…
createAnnotationMethodFromUsage
…
createAnnotationTypeFromUsage
…
createCastExpressionFromInstanceof
…
createClassFromNew
IDEA-97282 (disable pointless quickfixes)
2013-01-11 18:12:50 +01:00
createClassFromUsage
create enum: add implements list if needed (IDEA-93141)
2013-01-04 16:04:38 +01:00
createConstructorFromCall
…
createConstructorFromSuper
…
createConstructorMatchingSuper
…
createConstructorParameterFromField
…
createEnumConstantFromUsage
…
createFieldFromParameter
…
createFieldFromUsage
formatter: field groups alignment: correctly process range (IDEA-98368; IDEA-98367)
2013-01-03 19:41:16 +01:00
createGetterOrSetter
…
createInnerClassFromNew
IDEA-97282 (disable pointless quickfixes)
2013-01-11 18:12:50 +01:00
createInnerClassFromUsage
…
createLocalFromUsage
…
createLocalVarFromInstanceof
IDEA-99028 Introduce casted variable intention breaks formatting
2013-01-21 14:25:15 +04:00
createMethodFromUsage
…
createParameterFromUsage
…
createPropertyFromUsage
…
deferFinalAssignment
…
delegateWithDefaultValue
…
deleteCatch
…
deleteMultiCatch
…
emptyIntention
…
enableOptimizeImportsOnTheFly
…
encapsulateField
…
expandStaticImport
…
explicit2diamond
…
fixAll
…
fixAllAnnotator
…
generalizeCatch
…
genericCreateFromUsage
…
generifyFile
…
i18n
…
i18nize
…
implementAbstractFromNew
…
initializeFinalFieldInConstructor
…
insertNew
…
insertSuper
…
introduceVariable
…
iterateOver
…
javadocTags
…
lambda2methodReference
…
lambdaCodeBlock2Expr
…
makeTypeGeneric
…
methodReturn
method return type fix: when changing class params take into account super substitutor (IDEA-98145)
2012-12-28 18:33:12 +01:00
methodReturnBooleanFix
…
methodThrows
…
modifier
…
moveBoundClassToFront
…
moveCatchUp
…
moveFieldAssignmentToInitializer
…
moveInitializerToConstructor
…
moveInitializerToSetUp
…
mustBeFinal
…
mustBeFinal18
…
negationBroadScope
…
orderEntry
…
overrideMethod
…
permuteArguments
…
pullUp
…
pushConditionInCall
…
qualifyThis
…
qualifyWithThisInSuperCall
…
redundantLambdaParameterType
…
redundantUncheckedVarargs
…
removeNewQualifier
…
removeQualifier
…
removeRedundantArgument
…
removeRedundantElse
…
removeTypeArguments
…
removeUnusedParameter
…
removeUnusedVariable
…
renameConstructorMatchingClass
…
renameWrongReference
…
replaceAddAllArrayToCollections
…
replaceCastWithVariable
…
replaceFieldWithGetterSetter
…
replacePrimitiveWithBoxed
…
replaceWithListAccess
…
replaceWithTernaryOperator
…
reuseVariableDeclaration
…
safeVarargs
…
simplifyBooleanExpression
…
staticImportMethod
…
stringToCharacterLiteral
…
superMethodReturn
…
suppress15Inspections
…
suppressLocalInspection
…
suppressNonInspections
…
surroundWithArray
…
surroundWithIf
…
surroundWithTry
lambda: check unhandled exceptions for method references; disable surround with try/catch accordingly (IDEA-98966)
2013-01-14 16:51:11 +01:00
unimplement
…
variableArrayType
…
variableParameterizedType
…
variableType
…
varTypeFromCall
fix testdata to collapse diamonds
2013-01-03 16:50:40 +01:00
wrapExpression
…