Uploaded image for project: 'Commons BCEL'
  1. Commons BCEL
  2. BCEL-296

Incorrect comment in several classes.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 6.2
    • None
    • None

    Description

      There are 70 odd classes in the generic directory that have empty constructors with the following comment:

      • Empty constructor needed for the Class.newInstance() statement in
      • Instruction.readInstruction(). Not to be used otherwise.

      Class.newInstance() is no longer called, the empty constructors are referenced directly. Perhaps the comment should just read:

      • Empty constructor needed Instruction.readInstruction().
      • Not to be used otherwise.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              markro Mark Roberts
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: