[jira] Created: (HARMONY-168) Java 5.0 methods missing in java.lang.StringBuffer class

2006-03-04 Thread Vasily Zakharov (JIRA)
Java 5.0 methods missing in java.lang.StringBuffer class


 Key: HARMONY-168
 URL: http://issues.apache.org/jira/browse/HARMONY-168
 Project: Harmony
Type: Bug
  Components: Classlib  
Reporter: Vasily Zakharov
Priority: Minor


The following Java 5.0 methods are missing in java.lang.StringBuffer class:

StringBuffer(CharSequence)

append(CharSequence)
append(CharSequence, int, int)

insert(int, CharSequence)
insert(int, CharSequence, int, int) 

trimToSize() 

appendCodePoint(int)
codePointAt(int)
codePointBefore(int)
codePointCount(int, int)
offsetByCodePoints(int, int)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Created: (HARMONY-169) System.getenv(String) throws Error

2006-03-04 Thread Vasily Zakharov (JIRA)
System.getenv(String) throws Error
--

 Key: HARMONY-169
 URL: http://issues.apache.org/jira/browse/HARMONY-169
 Project: Harmony
Type: Bug
  Components: VM  
Reporter: Vasily Zakharov


System.getenv(String) method throws Error on call. This is a valid behaviour 
(the same as of RI) for Java 1.4, as the method is deprecated, but this is not 
valid for Java 5.0, where this method is not deprecated again and must be 
implemented and work normally.

Also System.getenv() method (Java 5.0) is not implemented at all.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Created: (HARMONY-75) 100+ files do not fully comply with serialVersionUID spec

2006-02-03 Thread Vasily Zakharov (JIRA)
100+ files do not fully comply with serialVersionUID spec
-

 Key: HARMONY-75
 URL: http://issues.apache.org/jira/browse/HARMONY-75
 Project: Harmony
Type: Bug
  Components: Classlib  
Reporter: Vasily Zakharov
Priority: Minor


Patch to modify scope of serialVersionUID fields.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (HARMONY-75) 100+ files do not fully comply with serialVersionUID spec

2006-02-03 Thread Vasily Zakharov (JIRA)
 [ http://issues.apache.org/jira/browse/HARMONY-75?page=all ]

Vasily Zakharov updated HARMONY-75:
---

Attachment: serialVersionUID_patch.txt

 100+ files do not fully comply with serialVersionUID spec
 -

  Key: HARMONY-75
  URL: http://issues.apache.org/jira/browse/HARMONY-75
  Project: Harmony
 Type: Bug
   Components: Classlib
 Reporter: Vasily Zakharov
 Priority: Minor
  Attachments: serialVersionUID_patch.txt

 Patch to modify scope of serialVersionUID fields.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira