Uploaded image for project: 'Poulpe'
  1. Poulpe
  2. POULPE-50

Unnecessary static variable in the 'poulpe-model' module.

VotersWatchers
    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Closed (View Workflow)
    • Priority: Trivial
    • Resolution: Fixed
    • Affects Version/s: 0.6 swallows
    • Fix Version/s: 0.6 swallows
    • Labels:
      None

      Description

      I found unnecessary static variable in the poulpe-model module test class:

      org.jtalks.poulpe.model.dao.hibernate.ObjectFactory.java
      // XXX: why is it injected if it is not used? 
      // someone forgot to add something into this class?
      private static Session session;
      

      One of two:
      1. this variable will need in the future
      2. it is unnecessary and must be removed

        Attachments

          Structure

            Activity

              People

              • Assignee:
                savgur Guram Savinov
                Reporter:
                savgur Guram Savinov
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Structure Helper Panel