com.atlassian.jira.util.system.check
Class JRA18659Check

java.lang.Object
  extended by com.atlassian.jira.util.system.check.JRA18659Check
All Implemented Interfaces:
SystemEnvironmentCheck

public class JRA18659Check
extends Object
implements SystemEnvironmentCheck

Check that the JVM version is above 1.5.0-18_b02 because of the JVM bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6754146

Since:
v4.0

Constructor Summary
JRA18659Check(JiraProperties jiraSystemProperties)
           
 
Method Summary
 I18nMessage getWarningMessage()
          This method returns the warning message, if no warning is neccessary it returns null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRA18659Check

public JRA18659Check(JiraProperties jiraSystemProperties)
Method Detail

getWarningMessage

public I18nMessage getWarningMessage()
Description copied from interface: SystemEnvironmentCheck
This method returns the warning message, if no warning is neccessary it returns null.

Specified by:
getWarningMessage in interface SystemEnvironmentCheck
Returns:
an I18nMessage or null


Copyright © 2002-2014 Atlassian. All Rights Reserved.