[jira] [Commented] (RAT-366) Switch to Reading preparing header text and processing in one call.

2024-04-26 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17841146#comment-17841146
 ] 

ASF subversion and git services commented on RAT-366:
-

Commit 8d4bb090c1cab596a56d7c4812937fb81ba0020e in creadur-rat's branch 
refs/heads/feature/RAT-369 from Claude Warren
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=8d4bb090 ]

updated changes.xml for RAT-355 and RAT-366


> Switch to Reading preparing header text and processing in one call.
> ---
>
> Key: RAT-366
> URL: https://issues.apache.org/jira/browse/RAT-366
> Project: Apache Rat
>  Issue Type: Improvement
>  Components: core engine
>Affects Versions: 0.16.1
>Reporter: Claude Warren
>Assignee: Claude Warren
>Priority: Minor
> Fix For: 0.17
>
>
> Currently the system spends a fair chunk of time processing input line by 
> line.  The code path is much simplified if instead we read the maximum number 
> of lines that we would process under the old code and process that all at 
> once. 
> This will also improve memory footprint since the full text matcher will not 
> have to keep a copy of all the text it has seen so far, but rather just 
> process the block of text that is passed in.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (RAT-366) Switch to Reading preparing header text and processing in one call.

2024-04-26 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17841148#comment-17841148
 ] 

ASF subversion and git services commented on RAT-366:
-

Commit 07a70af7960bb535ddf7e22db221a814996e8d67 in creadur-rat's branch 
refs/heads/feature/RAT-369 from P. Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=07a70af7 ]

Merge pull request #243 from Claudenw/addNotes

RAT-355, RAT-366: updated changes.xml

> Switch to Reading preparing header text and processing in one call.
> ---
>
> Key: RAT-366
> URL: https://issues.apache.org/jira/browse/RAT-366
> Project: Apache Rat
>  Issue Type: Improvement
>  Components: core engine
>Affects Versions: 0.16.1
>Reporter: Claude Warren
>Assignee: Claude Warren
>Priority: Minor
> Fix For: 0.17
>
>
> Currently the system spends a fair chunk of time processing input line by 
> line.  The code path is much simplified if instead we read the maximum number 
> of lines that we would process under the old code and process that all at 
> once. 
> This will also improve memory footprint since the full text matcher will not 
> have to keep a copy of all the text it has seen so far, but rather just 
> process the block of text that is passed in.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (RAT-366) Switch to Reading preparing header text and processing in one call.

2024-04-26 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17841142#comment-17841142
 ] 

ASF subversion and git services commented on RAT-366:
-

Commit 66e134635aa893c291df0b2b4c6e134d37b930c4 in creadur-rat's branch 
refs/heads/feature/RAT-369 from Claude Warren
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=66e13463 ]

Merge pull request #233 from Claudenw/RAT-355_RAT-366_merge

RAT-355 and RAT-366 fixes in one package

> Switch to Reading preparing header text and processing in one call.
> ---
>
> Key: RAT-366
> URL: https://issues.apache.org/jira/browse/RAT-366
> Project: Apache Rat
>  Issue Type: Improvement
>  Components: core engine
>Affects Versions: 0.16.1
>Reporter: Claude Warren
>Assignee: Claude Warren
>Priority: Minor
> Fix For: 0.17
>
>
> Currently the system spends a fair chunk of time processing input line by 
> line.  The code path is much simplified if instead we read the maximum number 
> of lines that we would process under the old code and process that all at 
> once. 
> This will also improve memory footprint since the full text matcher will not 
> have to keep a copy of all the text it has seen so far, but rather just 
> process the block of text that is passed in.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (RAT-366) Switch to Reading preparing header text and processing in one call.

2024-04-26 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17841144#comment-17841144
 ] 

ASF subversion and git services commented on RAT-366:
-

Commit e5c95ed53f209c6c30e512d251500527d9535586 in creadur-rat's branch 
refs/heads/feature/RAT-369 from P. Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=e5c95ed5 ]

Merge pull request #242 from Claudenw/fix_closed_output

RAT-355, RAT-366: Fixed closed output issue

> Switch to Reading preparing header text and processing in one call.
> ---
>
> Key: RAT-366
> URL: https://issues.apache.org/jira/browse/RAT-366
> Project: Apache Rat
>  Issue Type: Improvement
>  Components: core engine
>Affects Versions: 0.16.1
>Reporter: Claude Warren
>Assignee: Claude Warren
>Priority: Minor
> Fix For: 0.17
>
>
> Currently the system spends a fair chunk of time processing input line by 
> line.  The code path is much simplified if instead we read the maximum number 
> of lines that we would process under the old code and process that all at 
> once. 
> This will also improve memory footprint since the full text matcher will not 
> have to keep a copy of all the text it has seen so far, but rather just 
> process the block of text that is passed in.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (RAT-366) Switch to Reading preparing header text and processing in one call.

2024-04-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17840965#comment-17840965
 ] 

ASF subversion and git services commented on RAT-366:
-

Commit 07a70af7960bb535ddf7e22db221a814996e8d67 in creadur-rat's branch 
refs/heads/master from P. Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=07a70af7 ]

Merge pull request #243 from Claudenw/addNotes

RAT-355, RAT-366: updated changes.xml

> Switch to Reading preparing header text and processing in one call.
> ---
>
> Key: RAT-366
> URL: https://issues.apache.org/jira/browse/RAT-366
> Project: Apache Rat
>  Issue Type: Improvement
>  Components: core engine
>Affects Versions: 0.16.1
>Reporter: Claude Warren
>Assignee: Claude Warren
>Priority: Minor
> Fix For: 0.17
>
>
> Currently the system spends a fair chunk of time processing input line by 
> line.  The code path is much simplified if instead we read the maximum number 
> of lines that we would process under the old code and process that all at 
> once. 
> This will also improve memory footprint since the full text matcher will not 
> have to keep a copy of all the text it has seen so far, but rather just 
> process the block of text that is passed in.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (RAT-366) Switch to Reading preparing header text and processing in one call.

2024-04-25 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17840963#comment-17840963
 ] 

ASF subversion and git services commented on RAT-366:
-

Commit 8d4bb090c1cab596a56d7c4812937fb81ba0020e in creadur-rat's branch 
refs/heads/master from Claude Warren
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=8d4bb090 ]

updated changes.xml for RAT-355 and RAT-366


> Switch to Reading preparing header text and processing in one call.
> ---
>
> Key: RAT-366
> URL: https://issues.apache.org/jira/browse/RAT-366
> Project: Apache Rat
>  Issue Type: Improvement
>  Components: core engine
>Affects Versions: 0.16.1
>Reporter: Claude Warren
>Assignee: Claude Warren
>Priority: Minor
> Fix For: 0.17
>
>
> Currently the system spends a fair chunk of time processing input line by 
> line.  The code path is much simplified if instead we read the maximum number 
> of lines that we would process under the old code and process that all at 
> once. 
> This will also improve memory footprint since the full text matcher will not 
> have to keep a copy of all the text it has seen so far, but rather just 
> process the block of text that is passed in.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (RAT-366) Switch to Reading preparing header text and processing in one call.

2024-04-23 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17840137#comment-17840137
 ] 

ASF subversion and git services commented on RAT-366:
-

Commit e5c95ed53f209c6c30e512d251500527d9535586 in creadur-rat's branch 
refs/heads/master from P. Ottlinger
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=e5c95ed5 ]

Merge pull request #242 from Claudenw/fix_closed_output

RAT-355, RAT-366: Fixed closed output issue

> Switch to Reading preparing header text and processing in one call.
> ---
>
> Key: RAT-366
> URL: https://issues.apache.org/jira/browse/RAT-366
> Project: Apache Rat
>  Issue Type: Improvement
>  Components: core engine
>Affects Versions: 0.16.1
>Reporter: Claude Warren
>Assignee: Claude Warren
>Priority: Minor
> Fix For: 0.17
>
>
> Currently the system spends a fair chunk of time processing input line by 
> line.  The code path is much simplified if instead we read the maximum number 
> of lines that we would process under the old code and process that all at 
> once. 
> This will also improve memory footprint since the full text matcher will not 
> have to keep a copy of all the text it has seen so far, but rather just 
> process the block of text that is passed in.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (RAT-366) Switch to Reading preparing header text and processing in one call.

2024-04-23 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17840035#comment-17840035
 ] 

ASF subversion and git services commented on RAT-366:
-

Commit 66e134635aa893c291df0b2b4c6e134d37b930c4 in creadur-rat's branch 
refs/heads/master from Claude Warren
[ https://gitbox.apache.org/repos/asf?p=creadur-rat.git;h=66e13463 ]

Merge pull request #233 from Claudenw/RAT-355_RAT-366_merge

RAT-355 and RAT-366 fixes in one package

> Switch to Reading preparing header text and processing in one call.
> ---
>
> Key: RAT-366
> URL: https://issues.apache.org/jira/browse/RAT-366
> Project: Apache Rat
>  Issue Type: Improvement
>  Components: core engine
>Affects Versions: 0.16.1
>Reporter: Claude Warren
>Assignee: Claude Warren
>Priority: Minor
> Fix For: 0.17
>
>
> Currently the system spends a fair chunk of time processing input line by 
> line.  The code path is much simplified if instead we read the maximum number 
> of lines that we would process under the old code and process that all at 
> once. 
> This will also improve memory footprint since the full text matcher will not 
> have to keep a copy of all the text it has seen so far, but rather just 
> process the block of text that is passed in.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (RAT-366) Switch to Reading preparing header text and processing in one call.

2024-04-02 Thread Claude Warren (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17833051#comment-17833051
 ] 

Claude Warren commented on RAT-366:
---

Second potential fix in [pull 
233|https://github.com/apache/creadur-rat/pull/233] Should supersede 228 

> Switch to Reading preparing header text and processing in one call.
> ---
>
> Key: RAT-366
> URL: https://issues.apache.org/jira/browse/RAT-366
> Project: Apache Rat
>  Issue Type: Improvement
>  Components: core engine
>Affects Versions: 0.16.1
>Reporter: Claude Warren
>Assignee: Claude Warren
>Priority: Minor
> Fix For: 0.17
>
>
> Currently the system spends a fair chunk of time processing input line by 
> line.  The code path is much simplified if instead we read the maximum number 
> of lines that we would process under the old code and process that all at 
> once. 
> This will also improve memory footprint since the full text matcher will not 
> have to keep a copy of all the text it has seen so far, but rather just 
> process the block of text that is passed in.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (RAT-366) Switch to Reading preparing header text and processing in one call.

2024-03-23 Thread Claude Warren (Jira)


[ 
https://issues.apache.org/jira/browse/RAT-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17830061#comment-17830061
 ] 

Claude Warren commented on RAT-366:
---

Fix in [pull 228|https://github.com/apache/creadur-rat/pull/228]

> Switch to Reading preparing header text and processing in one call.
> ---
>
> Key: RAT-366
> URL: https://issues.apache.org/jira/browse/RAT-366
> Project: Apache Rat
>  Issue Type: Improvement
>  Components: core engine
>Affects Versions: 0.16.1
>Reporter: Claude Warren
>Assignee: Claude Warren
>Priority: Minor
> Fix For: 0.17
>
>
> Currently the system spends a fair chunk of time processing input line by 
> line.  The code path is much simplified if instead we read the maximum number 
> of lines that we would process under the old code and process that all at 
> once. 
> This will also improve memory footprint since the full text matcher will not 
> have to keep a copy of all the text it has seen so far, but rather just 
> process the block of text that is passed in.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)