[jbosstools-issues] [JBoss JIRA] (JBIDE-20795) canonical form is required(project=arquillian-test)
Alexey Kazakov (JIRA)
issues at jboss.org
Fri Oct 9 12:34:00 EDT 2015
[ https://issues.jboss.org/browse/JBIDE-20795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13117104#comment-13117104 ]
Alexey Kazakov commented on JBIDE-20795:
----------------------------------------
Please when fixing anything in both master and 4.3.x then create a separate issue so we will have two clones for 4.3.1 and 4.4.0. It helps QE to verify the issue was fixed in both streams.
> canonical form is required(project=arquillian-test)
> ---------------------------------------------------
>
> Key: JBIDE-20795
> URL: https://issues.jboss.org/browse/JBIDE-20795
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: arquillian
> Reporter: Aslak Knutsen
> Assignee: Snjezana Peco
> Fix For: 4.3.1.Final, 4.4.0.Alpha1
>
>
> This code:
> {code}
> @RunWith(Arquillian.class)
> public class SimpleTestCase {
> @Deployment
> public static WebArchive test() {
> return ShrinkWrap.create(WebArchive.class)
> .addAsLibraries(Maven.resolver().resolve("").withoutTransitivity().asFile());
> }
>
> @Test
> public void shouldX() {}
> }
> {code}
> produce the following warning:
> {code}
> null
> org.jboss.tools.arquillian.core
> Warning
> Wed Sep 23 23:16:17 CEST 2015
> canonical form is required(project=arquillian-test)
> {code}
> On top of my head I have no idea what that means. The warning contains no stack trace so hard to tell where it comes from.
> With a little digging it's due to the resolve("") failing since the String input is not in the correct format.
> The warning is marked on the Method line, not on the line where the Resolver is called.
> Would it be possible to re position this somehow? At least get a stack trace or something in the warning?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jbosstools-issues
mailing list