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
2026-06-18 10:45:23 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6c5ac640b4169f640eca762e39752d80098c1dab
openide
/
java
/
java-tests
/
testData
/
refactoring
/
extractSuperClass
/
conflictUsingPrivateMethod
/
after
/
Test.java
T
unknown
f87d17b2a3
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
5 lines
55 B
Java
Raw
Blame
History
public
class
Test
{
void
x
(
)
{
foo
(
)
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink