dependabot[bot] on maven
Fabrice-TIERCELIN on master
Bump spotless-maven-plugin from… (compare)
dependabot[bot] on maven
Bump spotless-maven-plugin from… (compare)
dependabot[bot] on maven
Fabrice-TIERCELIN on master
Bump assertj-core from 3.24.1 t… (compare)
dependabot[bot] on maven
Bump assertj-core from 3.24.1 t… (compare)
Fabrice-TIERCELIN on maven
Fabrice-TIERCELIN on master
Bump spotless-maven-plugin from… (compare)
Fabrice-TIERCELIN on maven
Fabrice-TIERCELIN on master
Bump maven-checkstyle-plugin fr… (compare)
dependabot[bot] on maven
Bump spotless-maven-plugin from… (compare)
alt+shift+Y
and it will apply AutoRefactor. The only drawback is that I have to manually apply to every file.
@Override
public void onBackPressed() {
stopAlarm();
super.onBackPressed();
}
@Override
protected void onDestroy() {
super.onDestroy();
mWakeLock.release();
}
private void stopAlarm() {
@Override
public void onBackPressed() {
stopAlarm();
super.onBackPressed();
}
@Override
protected void onDestroy() {
super.onDestroy();
}
@Override
protected void onPause() {
super.onPause();
if (!mWakeLock.isHeld()) {
mWakeLock.release();
}
}
private void stopAlarm() {
insertLast(ASTNode listHolder, StructuralPropertyDescriptor locationInParent, ASTNode nodeToInsert)
for a body declaration:
insertLast(typeDeclaration, typeDeclaration.getBodyDeclarationsProperty(),declaration)