Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBIDE-20184 Launching with Java 7 in jbdevstudio.ini results in module… #421

Closed
wants to merge 1 commit into from

Conversation

dazarov
Copy link
Member

@dazarov dazarov commented Jul 8, 2015

… errors in subsequent launches with Java 8

@@ -39,6 +43,9 @@
import org.osgi.framework.Constants;
import org.osgi.service.prefs.BackingStoreException;

import com.ibm.icu.text.DateFormat;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is it using these from ibm.icu and not plain java versions ?

@maxandersen
Copy link
Member

looks "ok" but please add tests for checking it is sane.

@alexeykazakov
Copy link
Contributor

Rebased and pushed to master.

eclipseStartTime = DATE_FORMATTER.parse(str).getTime();
}

private long getEclipseStartTime() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you made this method protected you could just subclass it in tests to get the time you want and would not need to add a test only setEclipseStartTime method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants