[
https://issues.apache.org/jira/browse/UIMA-6160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17013228#comment-17013228
]
Marshall Schor commented on UIMA-6160:
--------------------------------------
I merged this without a successful test being run. The last sequence of
failures: it appeared that there was some problem checking out the git repo on
the build machine. I tried commenting "retest this please" or "test this
please" but that didn't seem to cause anything to happen - anyone know how to
get a retest to occur?
I finally made a silly one blank comment difference, and checked it in. This
"reset" the pull into a state where it didn't show any testing in progress or
completed, – nothing. So I ran the tests locally on my machine (passed), and
went ahead a merged this.
Does Jenkins not rerun tests if changes are too minor? Or is something else
going on that I don't understand?
> Single int arg version of select.startAt()?
> -------------------------------------------
>
> Key: UIMA-6160
> URL: https://issues.apache.org/jira/browse/UIMA-6160
> Project: UIMA
> Issue Type: Improvement
> Components: UIMA
> Affects Versions: 3.1.1SDK
> Reporter: Richard Eckart de Castilho
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> If one wants to start looking for a particular annotation at a given
> character position, then I think it would be convenient to be able to say
> "select(Token.class).startAt(offset)", instead of having to say
> "select(Token.class).startAt(offset, offset)".
> What is not clear to me from reading the documentation is whether a Token
> which *ends* at offset would be returned or not.
> Another special case which is not clear by the documentation is whether a
> Token which *starts and ends* at offset would be returned.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)