public class

JRA18659Check

extends Object
implements SystemEnvironmentCheck
java.lang.Object
   ↳ com.atlassian.jira.util.system.check.JRA18659Check

Class Overview

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

Summary

Public Constructors
JRA18659Check(JiraProperties jiraSystemProperties)
Public Methods
I18nMessage getWarningMessage()
This method returns the warning message, if no warning is neccessary it returns null.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.util.system.check.SystemEnvironmentCheck

Public Constructors

public JRA18659Check (JiraProperties jiraSystemProperties)

Public Methods

public I18nMessage getWarningMessage ()

This method returns the warning message, if no warning is neccessary it returns null.

Returns
  • an I18nMessage or null