Synesso / instinct

Automatically exported from code.google.com/p/instinct
0 stars 0 forks source link

Errors with no messages should get shown with no message #41

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Summary should be something like:

The following errors ocurred while running the specification

Summary: 1 error occurred
1)  [This exception contained no message]

But is:

-spec:
     [java] AGeneSequence
     [java] - canBeConsedWithABaseToProduceANewSequence
     [java] AFastaParserWithoutAHeader
     [java] - turnsAnIteratorOfBytesIntoAnIteratorOfGeneSequences (FAILED)
     [java] 
     [java]     The following errors ocurred while running the specification
     [java]     
     [java]     Summary: 1 error occurred
     [java]     1)  
     [java]     
     [java]     Full details follow:
     [java]     
     [java]     1)  java.lang.RuntimeException: 
     [java]         at scala.Predef$.error(Predef.scala:76)
     [java]         at com.googlecode.furnace.parse.FastaParser$.parse(FastaParser.scala:11)
     [java]         at 
com.googlecode.furnace.parse.AFastaParserWithoutAHeader.turnsAnIteratorOfBytesIn
toAnIterato
rOfGeneSequences(AFastaParser.scala:15)
     [java]         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java]         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)
     [java]         at java.lang.reflect.Method.invoke(Method.java:597)
     [java]         at 
com.googlecode.instinct.internal.edge.java.lang.reflect.MethodEdgeImpl.invoke(Me
thodEdgeImpl.
java:32)
     [java]         at 
com.googlecode.instinct.internal.util.MethodInvokerImpl.invokeMethod(MethodInvok
erImpl.java:
32)
     [java]         at 
com.googlecode.instinct.internal.util.MethodInvokerImpl.invokeMethod(MethodInvok
erImpl.java:
27)
     [java]         at 
com.googlecode.instinct.runner.StandardSpecificationLifecycle.runMethod(Standard
SpecificationL
ifecycle.java:143)
     [java]         at 
com.googlecode.instinct.runner.StandardSpecificationLifecycle.access$100(Standar
dSpecification
Lifecycle.java:46)
     [java]         at 
com.googlecode.instinct.runner.StandardSpecificationLifecycle$4.f(StandardSpecif
icationLifecycle
.java:98)
     [java]         at 
com.googlecode.instinct.runner.StandardSpecificationLifecycle$4.f(StandardSpecif
icationLifecycle
.java:95)
     [java]         at 
com.googlecode.instinct.internal.runner.SpecificationRunnerImpl.runSpecification
(SpecificationRu
nnerImpl.java:90)
     [java]         at 
com.googlecode.instinct.internal.runner.SpecificationRunnerImpl.runLifecycle(Spe
cificationRunne
rImpl.java:76)
     [java]         at 
com.googlecode.instinct.internal.runner.SpecificationRunnerImpl.run(Specificatio
nRunnerImpl.jav
a:62)
     [java]         at 
com.googlecode.instinct.internal.core.CompleteSpecificationMethod.run(CompleteSp
ecificationM
ethod.java:83)
     [java]         at 
com.googlecode.instinct.internal.runner.StandardContextRunner$1.e(StandardContex
tRunner.jav
a:62)
     [java]         at 
com.googlecode.instinct.internal.runner.StandardContextRunner$1.e(StandardContex
tRunner.jav
a:59)
     [java]         at fj.data.List.foreach(List.java:225)
     [java]         at 
com.googlecode.instinct.internal.runner.StandardContextRunner.runSpecifications(
StandardCont
extRunner.java:59)
     [java]         at 
com.googlecode.instinct.internal.runner.StandardContextRunner.runContextClass(St
andardConte
xtRunner.java:53)
     [java]         at 
com.googlecode.instinct.internal.runner.StandardContextRunner.run(StandardContex
tRunner.jav
a:46)
     [java]         at 
com.googlecode.instinct.internal.core.ContextClassImpl.run(ContextClassImpl.java
:58)
     [java]         at com.googlecode.instinct.runner.TextRunner.run(TextRunner.java:94)
     [java]         at com.googlecode.instinct.runner.TextRunner$1.e(TextRunner.java:106)
     [java]         at com.googlecode.instinct.runner.TextRunner$1.e(TextRunner.java:104)
     [java]         at fj.data.Array.foreach(Array.java:211)
     [java]         at 
com.googlecode.instinct.runner.TextRunner.runContexts(TextRunner.java:104)
     [java]         at 
com.googlecode.furnace.SpecificationRunner$.main(SpecificationRunner.scala:10)
     [java]         at com.googlecode.furnace.SpecificationRunner.main(SpecificationRunner.scala)
     [java]         at 
com.googlecode.instinct.internal.runner.SpecificationRunnerImpl.fail(Specificati
onRunnerImpl.jav
a:140)
     [java]         at 
com.googlecode.instinct.internal.runner.SpecificationRunnerImpl.runSpecification
(SpecificationRu
nnerImpl.java:95)
     [java]         at 
com.googlecode.instinct.internal.runner.SpecificationRunnerImpl.runLifecycle(Spe
cificationRunne
rImpl.java:76)
     [java]         at 
com.googlecode.instinct.internal.runner.SpecificationRunnerImpl.run(Specificatio
nRunnerImpl.jav
a:62)
     [java]         at 
com.googlecode.instinct.internal.core.CompleteSpecificationMethod.run(CompleteSp
ecificationM
ethod.java:83)
     [java]         at 
com.googlecode.instinct.internal.runner.StandardContextRunner$1.e(StandardContex
tRunner.jav
a:62)
     [java]         at 
com.googlecode.instinct.internal.runner.StandardContextRunner$1.e(StandardContex
tRunner.jav
a:59)
     [java]         at fj.data.List.foreach(List.java:225)
     [java]         at 
com.googlecode.instinct.internal.runner.StandardContextRunner.runSpecifications(
StandardCont
extRunner.java:59)
     [java]         at 
com.googlecode.instinct.internal.runner.StandardContextRunner.runContextClass(St
andardConte
xtRunner.java:53)
     [java]         at 
com.googlecode.instinct.internal.runner.StandardContextRunner.run(StandardContex
tRunner.jav
a:46)
     [java]         at 
com.googlecode.instinct.internal.core.ContextClassImpl.run(ContextClassImpl.java
:58)
     [java]         at com.googlecode.instinct.runner.TextRunner.run(TextRunner.java:94)
     [java]         at com.googlecode.instinct.runner.TextRunner$1.e(TextRunner.java:106)
     [java]         at com.googlecode.instinct.runner.TextRunner$1.e(TextRunner.java:104)
     [java]         at fj.data.Array.foreach(Array.java:211)
     [java]         at 
com.googlecode.instinct.runner.TextRunner.runContexts(TextRunner.java:104)
     [java]         at 
com.googlecode.furnace.SpecificationRunner$.main(SpecificationRunner.scala:10)
     [java]         at com.googlecode.furnace.SpecificationRunner.main(SpecificationRunner.scala)
     [java] AFastaParserWithAHeader
     [java] - turnsAnIteratorOfBytesIntoAnIteratorOfGeneSequences

Original issue reported on code.google.com by tomjad...@gmail.com on 15 Aug 2008 at 6:08

GoogleCodeExporter commented 9 years ago

Original comment by tomjad...@gmail.com on 15 Aug 2008 at 6:20