You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "David Savage (JIRA)" <ji...@apache.org> on 2009/07/13 19:17:14 UTC

[jira] Created: (FELIX-1328) Import quick fix processor does not propose fixes when missing class is a parent of current class

Import quick fix processor does not propose fixes when missing class is a parent of current class
-------------------------------------------------------------------------------------------------

                 Key: FELIX-1328
                 URL: https://issues.apache.org/jira/browse/FELIX-1328
             Project: Felix
          Issue Type: Bug
          Components: Sigil
            Reporter: David Savage


example:

class MyServlet extends HttpServlet {
  void broken() {
    getContentType();
  }
}

getContentType is defined in Servlet in package javax.servlet

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.