Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-204 Derby javadoc has lots of warnings
  3. DERBY-354

for the class org.apache.derby.diag.ErrorMessages the javadoc is not correct

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 10.1.1.0
    • Documentation
    • None

    Description

      The current javadoc, (which is not to be published, see DERBY-138) is incorrect for the class org.apache.derby.diag.ErrorMessages:

      Instead of this:
      -----------
      ErrorMessage is a VTI that shows all the SQLStates, locale-sensitive error messages, and exception severities for a database.

      To use it, query it as an external virtual table:

      SELECT* FROM NEW ErrorMessages() AS EQ;
      -----------
      I'd suggest this:
      -----------
      ErrorMessage shows all the SQLStates, locale-sensitive error messages, and exception severities for a database.

      To use it, query it as follows

      SELECT * FROM NEW org.apache.derby.diag.ErrorMessages() AS EQ;
      -----------

      Attachments

        1. errormessjdoc.diff
          1 kB
          Myrna van Lunteren

        Activity

          People

            myrna Myrna van Lunteren
            myrna Myrna van Lunteren
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: