A Java snippet is a frequently used code template which can be inserted into a code you are typing by pressing the TAB key.
# name: Add // FIXME
# --
// FIXME: `(format-time-string "%Y-%m-%d")` ${1:todo} $0
# name: Add // TODO
# --
// TODO: `(format-time-string "%Y-%m-%d")` ${1:todo} $0
android.util.Log.d(TAG, "archiveTable() called with: " + "context = [" + context + "], table_name = [" + table_name + "], wo_id = [" + wo_id + "], wr_id = [" + wr_id + "]");