> Am 28.10.20 um 17:40 schrieb Maruan Sahyoun:
> >   
> > Hi Andreas
> > 
> > svn -> done
> > JIRA copy over -> done
> > delete from wrong ticket -> no permission
> Did you try to reopen the ticket?

I can only delete comments I made - looked at other open tickets - so that's 
not the issue I think.

> 
> > Thank you Andreas.
> > 
> > Maruan
> > 
> > 
> > > Am 28.10.20 um 16:07 schrieb Maruan Sahyoun:
> > > >    
> > > > Sorry - that commit went to the wrong issue - is there a way to correct 
> > > > that?
> > > This has to be done manually: change the svn log message and copy the JIRA
> > > comment from the wrong ticket to the correct one, delete the comment from 
> > > the
> > > wrong ticket
> > > 
> > > HTH
> > > Andreas
> > > 
> > > > BR
> > > > Maruan
> > > > 
> > > > >       [ 
> > > > > https://issues.apache.org/jira/browse/PDFBOX-4895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222213#comment-17222213
> > > > >  ]
> > > > > 
> > > > > ASF subversion and git services commented on PDFBOX-4895:
> > > > > ---------------------------------------------------------
> > > > > 
> > > > > Commit 1882942 from Maruan Sahyoun in branch 'pdfbox/trunk'
> > > > > [ https://svn.apache.org/r1882942 ]
> > > > > 
> > > > > PDFBOX-4895: refactor to use individual processors for fixup
> > > > > 
> > > > > > Faster COSNumber
> > > > > > ----------------
> > > > > > 
> > > > > >                   Key: PDFBOX-4895
> > > > > >                   URL: 
> > > > > > https://issues.apache.org/jira/browse/PDFBOX-4895
> > > > > >               Project: PDFBox
> > > > > >            Issue Type: Improvement
> > > > > >      Affects Versions: 2.0.20, 3.0.0 PDFBox
> > > > > >              Reporter: Alfred
> > > > > >              Assignee: Tilman Hausherr
> > > > > >              Priority: Trivial
> > > > > >                Labels: Optimization
> > > > > >               Fix For: 2.0.21, 3.0.0 PDFBox
> > > > > > 
> > > > > >           Attachments: PDFBOX-3703-966635-p12.pdf-1.png, 
> > > > > > PDFBOX-4895-b.patch, PDFBOX-4895.patch, Untitled.png
> > > > > > 
> > > > > > 
> > > > > > A small improvement can be made to COSNumber when checking if it's 
> > > > > > float.
> > > > > > Current version uses indexOf twice, to check for '.' or 'e'.
> > > > > >    We can do that in one scan.
> > > > > >    
> > > > > > Each call will scan through the entire string.
> > > > > >    We only have to scan until we find the chars, and stop if found.
> > > > > >    
> > > > > > I found while profiling the code that the method gets called a lot, 
> > > > > > so the improvement makes a a bit of a difference.
> > > > > 
> > > > > --
> > > > > This message was sent by Atlassian Jira
> > > > > (v8.3.4#803005)
> > > > > 
> > > > > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
> > > > > For additional commands, e-mail: dev-h...@pdfbox.apache.org
> > > > > 
> > > 
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
> > > For additional commands, e-mail: dev-h...@pdfbox.apache.org
> > > 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
> For additional commands, e-mail: dev-h...@pdfbox.apache.org
> 
-- 
Maruan Sahyoun

FileAffairs GmbH
Josef-Schappe-Straße 21
40882 Ratingen

Tel: +49 (2102) 89497 88
Fax: +49 (2102) 89497 91
sahy...@fileaffairs.de
www.fileaffairs.de

Geschäftsführer: Maruan Sahyoun
Handelsregister: AG Düsseldorf, HRB 53837
UST.-ID: DE248275827


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org

Reply via email to