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
6d73d68b6a95a8a7bda8b1e1f4489748e16ce29f
openide
/
java
/
java-tests
/
testData
/
codeInsight
/
daemonCodeAnalyzer
/
quickFix
T
History
Anna Kozlova
6d73d68b6a
replace unused parameter fix with safe delete in onTheFly mode: deep parameter delete is enabled this way
2014-11-20 11:49:14 +01:00
..
accessStaticViaInstance
…
addAssert
…
addCatchBlock
…
addMethodBody
…
addMethodCallQualifier
…
addMissingRequiredAnnotationParameters
…
addNewArrayExpression
…
addOnDemandStaticImport
…
addReturn
…
addRuntimeExceptionToThrows
do not add exceptions to containing methods when element is selected inside lambda
2014-11-18 18:36:39 +01:00
addSingleStaticImport
…
addToThrows
…
addTypeArguments
…
addTypeArgumentsConditional
…
addTypeCast
…
addVariableInitializer
…
annotateMethod
…
anonymous2lambda
anonym -> lambda: expression lambda should be used with care due to void/value ambiguity (IDEA-125951)
2014-11-03 16:03:53 +01:00
anonymous2methodReference
…
assignFieldFromParameter
…
bindFieldsFromParameters
…
breakStringOnLineBreaks
…
bringVariableIntoScope
…
castConstructorParameters
…
castMethodParameters
…
castMethodParameters15
…
changeExtendsToImplements
…
changeMethodSignatureFromUsage
…
changeMethodSignatureFromUsage8
…
changeNewOperatorType
…
changeParameterClass
…
changeToAppend
…
changeTypeArgs
…
convert2Local
…
convertColorRepresentation
…
convertDoubleToFloat
…
convertSwitchToIf
…
copyAbstractMethodImplementation
…
createAnnotationMethodFromUsage
…
createAnnotationTypeFromUsage
…
createCastExpressionFromInstanceof
…
createClassFromNew
…
createClassFromUsage
…
createConstructorFromCall
…
createConstructorFromSuper
…
createConstructorMatchingSuper
…
createConstructorParameterFromField
create constructor params from field: do not reject next constructors if current one is chained (IDEA-131746)
2014-10-23 14:46:31 +02:00
createEnumConstantFromUsage
…
createFieldFromParameter
add field to enum: ensure correct position after comment (IDEA-131820)
2014-10-29 18:05:55 +01:00
createFieldFromUsage
…
createGetterOrSetter
…
createInnerClassFromNew
…
createInnerClassFromUsage
…
createLocalFromUsage
…
createLocalVarFromInstanceof
…
createMethodFromMethodRef
…
createMethodFromUsage
…
createParameterFromUsage
…
createPropertyFromUsage
…
deferFinalAssignment
…
delegateWithDefaultValue
…
deleteCatch
…
deleteMultiCatch
…
emptyIntention
…
enableOptimizeImportsOnTheFly
…
encapsulateField
…
expandStaticImport
…
explicit2diamond
…
fixAll
…
fixAllAnnotator
…
flipIntersection
…
generalizeCatch
…
genericCreateFromUsage
…
generifyFile
…
i18n
…
i18nize
…
implementAbstractFromNew
…
implementMethods
…
initializeFinalFieldInConstructor
…
insertNew
…
insertSuper
…
introduceVariable
…
iterateOver
…
javadocTags
…
joinDeclaration
…
lambda2methodReference
AIOOBE
2014-11-13 12:35:05 +01:00
lambdaCodeBlock2Expr
redundant lambda code block: check void compatible lambdas for ambiguity conflicts
2014-11-03 16:11:26 +01:00
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
replace unused parameter fix with safe delete in onTheFly mode: deep parameter delete is enabled this way
2014-11-20 11:49:14 +01:00
removeUnusedVariable
…
renameConstructorMatchingClass
…
renameWrongReference
…
replaceAddAllArrayToCollections
…
replaceCastWithVariable
…
replaceFieldWithGetterSetter
replace with setter: skip non-primitive assignment (IDEA-133102)
2014-11-19 14:01:19 +01:00
replacePrimitiveWithBoxed
…
replaceWithConstant
…
replaceWithListAccess
…
replaceWithTernaryOperator
…
reuseVariableDeclaration
…
safeVarargs
…
simplifyBooleanExpression
…
splitDeclaration
…
staticImportMethod
…
streamApiMigration
convert to stream: support nested conditions
2014-11-12 19:37:57 +01:00
stringToCharacterLiteral
…
superMethodReturn
…
suppress15Inspections
merge unused declaration and unused symbol inspections
2014-10-14 10:24:58 +02:00
suppressLocalInspection
…
suppressNonInspections
IDEA-131456 //noinspection InspectionName(s) should fully support comments
2014-10-20 19:47:14 +02:00
surroundWithArray
…
surroundWithIf
…
surroundWithTry
…
swapIfStatements
…
unimplement
…
unusedAssignment
fix remove unused assignment fix in return statement (IDEA-132349)
2014-11-10 20:41:55 +01:00
variableArrayType
…
variableParameterizedType
…
variableType
…
varTypeFromCall
…
wrapArrayToArraysAsList
…
wrapExpression
…