OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

sca-j message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [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

        


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]