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
2025-12-16 14:23:28 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d6970bc9b34ea183ba0aa0eb16634139db6fdb9f
openide
/
java
/
java-tests
/
testData
/
refactoring
/
extractSuperClass
History
anna
4e82c12b54
extract superclass: do not extract class type parameter if method one is used
2010-10-15 17:09:32 +04:00
..
conflictAbstractPackageLocalMethod
pull up conflicts: forbid to make package local method abstract (IDEA-56130)
2010-07-19 17:10:53 +04:00
conflictMoveAbstractWithPrivateMethod
pull up conflicts: method2abstract used private method moved to superclass (IDEA-56133)
2010-07-19 17:10:53 +04:00
conflictUsingPackageLocalMethod
pull up conflicts: check package local/protected access
2010-07-05 14:55:34 +04:00
conflictUsingPackageLocalSuperClass
pull up conflicts: check package local/protected access
2010-07-05 14:55:34 +04:00
conflictUsingPrivateMethod
extract super class: check for conflicts under progress; skip check for superclass inheritors mismatch - as no actual members would go there
2010-07-05 14:55:33 +04:00
extendsLibraryClass
…
extendsList
…
fieldInitializationWithCast
…
finalFieldInitialization
…
importsCorruption
…
methodTypeParameter
extract superclass: do not extract class type parameter if method one is used
2010-10-15 17:09:32 +04:00
noConflictUsingProtectedMethodFromSuper
extract super class: check for conflicts under progress; skip check for superclass inheritors mismatch - as no actual members would go there
2010-07-05 14:55:33 +04:00
parameterNameEqualsFieldName
…
requiredImportRemoved
…
substituteGenerics
…