projects
/
idea
/
community.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
introduce constant: do not delete self if it is still needed
[idea/community.git]
/
java
/
java-tests
/
testData
/
refactoring
/
introduceConstant
/
AnnotationDescription_after.java
1
@SuppressWarnings(Me.xxx)
2
class Me {
3
4
public static final String xxx = "CONST";
5
}