[jsword-devel] Bible abbreviations

Chris Burrell chris at burrell.me.uk
Tue May 10 02:31:30 MST 2011


Hi

Just to say I found that "Song 6:4" seems to parse alright, but not "Sng
6:4". Is that by design? Tried to find some of the code, but couldn't see
where the abbreviations are being looked at...

I get the following message: "Cannot understand Sng as a chapter or verse."

This is the code I use:
                final KeyFactory keyFactory = PassageKeyFactory.instance();
                final RocketPassage rp = (RocketPassage)
keyFactory.getKey(references);

This is the exception i get:
2011-05-10 10:24:17,210 ERROR PassageReferenceUtils:76 - Scripture reference
does not exist
org.crosswire.jsword.passage.NoSuchVerseException: Cannot understand Sng as
a chapter or verse.
at org.crosswire.jsword.passage.AccuracyType.parseInt(AccuracyType.java:500)
at
org.crosswire.jsword.passage.AccuracyType.checkValidChapterOrVerse(AccuracyType.java:479)
at org.crosswire.jsword.passage.AccuracyType.fromText(AccuracyType.java:409)
at org.crosswire.jsword.passage.AccuracyType.fromText(AccuracyType.java:379)
at
org.crosswire.jsword.passage.VerseRangeFactory.fromText(VerseRangeFactory.java:96)
at
org.crosswire.jsword.passage.VerseRangeFactory.fromString(VerseRangeFactory.java:83)
at
org.crosswire.jsword.passage.VerseRangeFactory.fromString(VerseRangeFactory.java:54)
at
org.crosswire.jsword.passage.AbstractPassage.addVerses(AbstractPassage.java:908)
at
org.crosswire.jsword.passage.BitwisePassage.<init>(BitwisePassage.java:79)
at org.crosswire.jsword.passage.RocketPassage.<init>(RocketPassage.java:63)
at
org.crosswire.jsword.passage.PassageType$1.createPassage(PassageType.java:42)
at
org.crosswire.jsword.passage.PassageKeyFactory.getKey(PassageKeyFactory.java:88)
at
com.tyndalehouse.step.core.utils.PassageReferenceUtils.getPassageReferences(PassageReferenceUtils.java:54)
at
com.tyndalehouse.step.core.utils.PassageReferenceUtilsTest.testGeoPassageExample(PassageReferenceUtilsTest.java:74)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at
org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at
org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:46)
at
org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)


Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.crosswire.org/pipermail/jsword-devel/attachments/20110510/20a5a480/attachment.html>


More information about the jsword-devel mailing list