JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Bug report JPPF-165  -  JPPFConfiguration constructor and getConfigurationStream() method should be private
Posted Jul 09, 2013 - updated Jul 10, 2013
icon_info.png This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue details
  • Type of issue
    Bug report
  • Status
     
    Closed
  • Assigned to
    Not assigned to anyone
  • Progress
       
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     lolo4j
  • Owned by
    Not owned by anyone
  • Category
    Core
  • Resolution
    RESOLVED
  • Priority
    Low
  • Reproducability
    Always
  • Severity
    Low
  • Targetted for
    icon_milestones.png JPPF 4.0
Issue description
The class org.jppf.utils.JPPFConfiguration is a utility class which only has static members. There is no reason to instantiate it. We should add a private default constructor and change the visibility of the method getConfigurationStream() from public to private.
Steps to reproduce this issue
This is a design issue in the source code.

#10
Comment posted by
 lolo4j
Jul 10, 08:30
Fixed. Canges committed to SVN:

The issue was updated with the following change(s):
  • This issue has been closed
  • The status has been updated, from New to Closed.
  • This issue's progression has been updated to 100 percent completed.
  • The resolution has been updated, from Not determined to RESOLVED.