← Prev in month ← Prev in thread
Next in thread → Next in month →

[OASIS Issue Tracker] Created: (SCAJ-22) Extraneous static block in Spring test case code

From
OASIS Issues Tracker <>
Date
2013-04-04T10:45:01+00:00
ID
74436106.8621365072290613.JavaMail.tomcat55@mw00
Thread
[OASIS Issue Tracker] Created: (SCAJ-22) Extraneous static block in Spring test case code
Extraneous static block in Spring test case code
------------------------------------------------

                 Key: SCAJ-22
                 URL: http://tools.oasis-open.org/issues/browse/SCAJ-22
             Project: OASIS Service Component Architecture / J (SCA-J) TC
          Issue Type: Bug
          Components: Spring Testcases
    Affects Versions: 1.1
            Reporter: Mike Edwards


The class org.oasisopen.sca.test.ServiceImpl2Remotables contains an odd static block that does not serve a purpose:


public class ServiceImpl2Remotables implements Remotable1, Remotable2 {

static {
System.out.println("lkjlk");
}
}

This pollutes console output during the test run.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
← Prev in month ← Prev in thread
Next in thread → Next in month →