dependabot[bot] on maven
Fabrice-TIERCELIN on master
Bump spotless-maven-plugin from… (compare)
dependabot[bot] on maven
Bump spotless-maven-plugin from… (compare)
Fabrice-TIERCELIN on maven
Fabrice-TIERCELIN on master
Bump checkstyle from 10.6.0 to … (compare)
Fabrice-TIERCELIN on maven
Fabrice-TIERCELIN on master
Bump maven-enforcer-plugin from… (compare)
dependabot[bot] on maven
Bump checkstyle from 10.6.0 to … (compare)
dependabot[bot] on maven
Bump maven-enforcer-plugin from… (compare)
dependabot[bot] on maven
Fabrice-TIERCELIN on master
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)