[jira] Updated: (JEXL-35) Final API requirements

2009-07-25 Thread Henri Biestro (JIRA)

 [ 
https://issues.apache.org/jira/browse/JEXL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henri Biestro updated JEXL-35:
--

Attachment: (was: JEXL-35.patch)

 Final API requirements
 --

 Key: JEXL-35
 URL: https://issues.apache.org/jira/browse/JEXL-35
 Project: Commons JEXL
  Issue Type: Improvement
Affects Versions: 2.0
Reporter: dion gillard
 Fix For: 2.0

 Attachments: JEXL-35.patch, JEXL-35.patch, JEXL-35.patch


 Which classes should be public?
 Is the package structure reasonable? 
 Are classes in the right packages?
 Is it easily extensible?
 ...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (JEXL-35) Final API requirements

2009-07-25 Thread Henri Biestro (JIRA)

 [ 
https://issues.apache.org/jira/browse/JEXL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henri Biestro updated JEXL-35:
--

Attachment: JEXL-35.patch

Added missing 2 *  package.html

 Final API requirements
 --

 Key: JEXL-35
 URL: https://issues.apache.org/jira/browse/JEXL-35
 Project: Commons JEXL
  Issue Type: Improvement
Affects Versions: 2.0
Reporter: dion gillard
 Fix For: 2.0

 Attachments: JEXL-35.patch, JEXL-35.patch, JEXL-35.patch


 Which classes should be public?
 Is the package structure reasonable? 
 Are classes in the right packages?
 Is it easily extensible?
 ...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Issue Comment Edited: (JEXL-35) Final API requirements

2009-07-25 Thread Henri Biestro (JIRA)

[ 
https://issues.apache.org/jira/browse/JEXL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12735252#action_12735252
 ] 

Henri Biestro edited comment on JEXL-35 at 7/25/09 3:44 AM:


Added missing 2 *  package.html.

Some files need to be removed (svn del):
src/java/org/apache/commons/jexl/Arithmetic.java
src/java/org/apache/commons/jexl/parser/JEXLNode.java (*)
src/java/org/apache/commons/jexl/util/PropertyExecutor.java
src/java/org/apache/commons/jexl/util/BooleanPropertyExecutor.java
src/java/org/apache/commons/jexl/util/introspection/UberspectLoggable.java
src/java/org/apache/commons/jexl/util/GetExecutor.java

If on windows, you really need to remove it before applying the patch otherwise 
it will just keep using JEXLNode.java for a class named JexlNode...

The patch does not apply cleanly especially UberspectImpl  Introspector.
The best approach I've found yet is to force apply updates even if patch 
thinks it may have already been applied.
Then, for each of them, copy/paste the '.rej' content replacing the end of the 
original file with the content at the proper place; a quick regexp replace with 
'^+ ' to get rid of these '+' and it should be ok.

I wish I had a way to generate patches guaranteed to apply (a tool that would 
apply the patch to the original file  if rejects are found, re-create a patch 
for this file that replaces the whole content - delete all original content, 
add all new content - with the new one)

  was (Author: henrib):
Added missing 2 *  package.html
  
 Final API requirements
 --

 Key: JEXL-35
 URL: https://issues.apache.org/jira/browse/JEXL-35
 Project: Commons JEXL
  Issue Type: Improvement
Affects Versions: 2.0
Reporter: dion gillard
 Fix For: 2.0

 Attachments: JEXL-35.patch, JEXL-35.patch, JEXL-35.patch


 Which classes should be public?
 Is the package structure reasonable? 
 Are classes in the right packages?
 Is it easily extensible?
 ...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Resolved: (MATH-261) Add generics to Frequency

2009-07-25 Thread Luc Maisonobe (JIRA)

 [ 
https://issues.apache.org/jira/browse/MATH-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Luc Maisonobe resolved MATH-261.


Resolution: Fixed

The changes have been included no warnings remains and the API changes have 
been accepted

 Add generics to Frequency
 -

 Key: MATH-261
 URL: https://issues.apache.org/jira/browse/MATH-261
 Project: Commons Math
  Issue Type: Improvement
Reporter: Sebb
 Fix For: 2.0

 Attachments: Frequency2.patch


 I've attempted to add generics to Frequency.
 This requires a minor change to the API, in that Objects to be used with the 
 class need to be Comparable.
 This will break some code, e.g. one change was needed to the test cases.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (LANG-285) Wish : method unaccent

2009-07-25 Thread Henri Yandell (JIRA)

 [ 
https://issues.apache.org/jira/browse/LANG-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henri Yandell updated LANG-285:
---

Attachment: LANG-285.patch

With Sun's implementation hitting end of life in October - I don't think it 
would be bad to be being proactively forward looking.

Attaching a patch for this.

 Wish : method unaccent
 --

 Key: LANG-285
 URL: https://issues.apache.org/jira/browse/LANG-285
 Project: Commons Lang
  Issue Type: New Feature
Reporter: Guillaume Coté
Priority: Minor
 Fix For: 3.0

 Attachments: LANG-285-unaccent-using-Collator.patch, LANG-285.patch, 
 MapBuilder.java, unaccent.patch, UnnacentMap.java


 I would like to add a method that replace accented caracter by unaccented 
 one.  For example, with the input String L'été où j'ai dû aller à l'île 
 d'Anticosti commenca tôt, the method would return L'ete ou j'ai du aller à 
 l'ile d'Anticosti commenca tot.
 I suggest to call that method unaccent and to add it in StringUtils.
 If we cannot covert all case, the first version could only covert iso-8859-1.
 If you are willing to go forward with that idea, I am willing to contribute a 
 patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (LANG-493) Remove code that does not hold enough value to remain

2009-07-25 Thread Henri Yandell (JIRA)

 [ 
https://issues.apache.org/jira/browse/LANG-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Henri Yandell updated LANG-493:
---

Summary: Remove code that does not hold enough value to remain  (was: 
Remove code that does hold enough value to remain)

 Remove code that does not hold enough value to remain
 -

 Key: LANG-493
 URL: https://issues.apache.org/jira/browse/LANG-493
 Project: Commons Lang
  Issue Type: Task
Reporter: Henri Yandell
 Fix For: 3.0




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.