Uploaded image for project: 'Clover'
  1. Clover
  2. CLOV-38

write a stacktrace transformer

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Fixed
    • 2 final
    • None
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Need to transform a stacktrace from

      junit.framework.AssertionFailedError
      at junit.framework.Assert.fail(Assert.java:47)
      at junit.framework.Assert.assertTrue(Assert.java:20)
      at junit.framework.Assert.assertTrue(Assert.java:27)
      at com.cenqua.samples.money.MoneyTest._CLR2[a-z0-9]+(MoneyTest.java:87)
      at com.cenqua.samples.money.MoneyTest.testMoneyBagHash(MoneyTest.java:84)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

      to

      junit.framework.AssertionFailedError
      at junit.framework.Assert.fail(Assert.java:47)
      at junit.framework.Assert.assertTrue(Assert.java:20)
      at junit.framework.Assert.assertTrue(Assert.java:27)
      at com.cenqua.samples.money.MoneyTest.testMoneyBagHash(MoneyTest.java:87)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

      Attachments

        Activity

          People

            Unassigned Unassigned
            bhumphreys BrendanA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: