/**
  * Returns the current context -- determines the value if necessary.
  *
  * @return current context
  * @see #HEADLESS_CONTEXT
  * @see #UI_CONTEXT
  * @deprecated Replaced by (@link
  *     org.eclipse.wst.common.core.util.UIContextDetermination.getCurrentContext())
  */
 public static int getCurrentContext() {
   return org.eclipse.wst.common.core.util.UIContextDetermination.getCurrentContext();
 }