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-08-17 21:15:58 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
593c0519f503c9ff15e5eedaea4ec2dfbe8f613d
openide
/
java
/
java-tests
/
testData
/
refactoring
/
extractSuperClass
T
History
anna
69ff6e7b27
pull up conflicts: forbid to make package local method abstract (IDEA-56130)
2010-07-19 17:10:53 +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
extract super class: pull up implements/extends
2009-10-29 18:25:45 +03:00
fieldInitializationWithCast
…
finalFieldInitialization
…
importsCorruption
test for IDEA-13642
2010-01-21 18:06:04 +03: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
…