[jbosstools-issues] [JBoss JIRA] (JBIDE-14101) The class is not compatible with JDK 1.6: org.jboss.tools.jst.web.ui.palette.html.wizard.HTMLWizardVisualPreviewInitializationException

Vlado Pakan (JIRA) jira-events at lists.jboss.org
Thu May 23 04:40:06 EDT 2013


     [ https://issues.jboss.org/browse/JBIDE-14101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vlado Pakan closed JBIDE-14101.
-------------------------------


    
> The class is not compatible with JDK 1.6: org.jboss.tools.jst.web.ui.palette.html.wizard.HTMLWizardVisualPreviewInitializationException
> ---------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-14101
>                 URL: https://issues.jboss.org/browse/JBIDE-14101
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml/html source editing
>    Affects Versions: 4.1.0.Beta1
>         Environment: JDK 1.6.0_45
> Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
> Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)
>            Reporter: Victor Rubezhny
>            Assignee: Victor Rubezhny
>            Priority: Blocker
>             Fix For: 4.1.0.Beta1
>
>
> The class org.jboss.tools.jst.web.ui.palette.html.wizard.HTMLWizardVisualPreviewInitializationException cannot be compiled with JDK 1.6.
> There is no a constructor of Exception class with the following parameters in Java version 1.6.0:
> Exception(String message, Throwable cause, boolean enableSuppression,
> 			boolean writableStackTrace)
> {code}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.17.0:compile (default-compile) on project org.jboss.tools.jst.web.ui: Compilation failure: Compilation failure:
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-jst_master/sources/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/palette/html/wizard/HTMLWizardVisualPreviewInitializationException.java:[55,0]
> [ERROR] super(message, cause, enableSuppression, writableStackTrace);
> [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> [ERROR] The constructor Exception(String, Throwable, boolean, boolean) is undefined
> [ERROR] 1 problem (1 error)
> [ERROR] -> [Help 1]
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list