[JBoss JIRA] (JBIDE-10743) Knowledge Base and CDI Builder not compatible with Scala project
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-10743?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-10743:
--------------------------------------
Assignee: Jeff MAURY (was: Alexey Kazakov)
> Knowledge Base and CDI Builder not compatible with Scala project
> ----------------------------------------------------------------
>
> Key: JBIDE-10743
> URL: https://issues.jboss.org/browse/JBIDE-10743
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi
> Affects Versions: 3.3.0.M5
> Reporter: Hendy Irawan
> Assignee: Jeff MAURY
> Fix For: LATER
>
>
> Create a Scala web project using Scala IDE.
> A Scala project removes the Java builder because it also compiles the Java sources. However, a project without Java builder is not supported by JBoss Tools:
> {code}
> ./.bak_1.log:!MESSAGE Can't enable org.jboss.tools.jst.web.kb.kbbuilder support on the project satukancinta-data without Java builder.
> ./.bak_1.log:!MESSAGE Can't enable org.jboss.tools.cdi.core.cdibuilder support on the project satukancinta-data without Java builder.
> {code}
> Alternative builders should be supported by JBoss Tools, as long as it is compatible with Java builder.
> Similar issue might also apply to Groovy projects.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (JBIDE-23359) Validation of exception handler - handlers must not throw exceptions
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23359?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-23359:
--------------------------------------
Assignee: Jeff MAURY (was: Alexey Kazakov)
> Validation of exception handler - handlers must not throw exceptions
> --------------------------------------------------------------------
>
> Key: JBIDE-23359
> URL: https://issues.jboss.org/browse/JBIDE-23359
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: cdi-extensions
> Affects Versions: 4.4.2.AM2
> Reporter: Lukáš Valach
> Assignee: Jeff MAURY
> Fix For: 4.5.x
>
>
> As stated in the deltaspike documentation, exception handlers must not throw checked exceptions, and should avoid throwing unchecked exceptions.
> ??Handlers must not throw checked exceptions, and should avoid throwing unchecked exceptions. Should a handler throw an unchecked exception it will propagate up the stack and all handling done via DeltaSpike will cease. Any exception that was being handled will be lost.??
> I checked that throwing exceptions from handler really causes problems.
> I suggest to add validation which could display error when user attempts to throw checked exception and warning when try to throw unchecked exception.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months