On 07/08/11 20:46, Andy Seaborne wrote:
On 07/08/11 19:09, Dave Reynolds wrote:
1 == Plugged In Software
>
> This looks to be the most complicated one.
>
> src/main/java/com/hp/hpl/jena/rdf/arp/ExtendedHandler.java
> src/main/java/com/hp/hpl/jena/rdf/arp/impl/XMLHandler.java
> src/main/java/com/hp/hpl/jena/rdf/arp/ARP.java
> src/main/java/com/hp/hpl/jena/reasoner/package.html
Minor but the latter is a spurious pattern match on a comment, there's
no Plugged In Software changes in the reasoner.
Yes :-)
Checking included looking for
m!\(c\)\s*Copyright(?:[\s\d,]*)(.*)!gx
It was a secondary regex looking for name in the code base that the
first regex above found. No associated "copyright" in the
reasoner/package.html.
Andy
as well as previous notes from everyone.
((
The conversion step perl s/// is 2*8 lines long and not perfect. My perl
"skills" failed me but at least it breaks by breaking compilation. It
only happens one or two cases per module (usually around HTTP code
Accept lines strings like "*/*").
))
Andy