BUILD FAILED:
        Ant Error Message:
C:\cruise_hdk\cc\projects\trunk\working_jdktools\build.xml:242: The following 
error occurred while executing this line: 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\make\build-test.xml:60: The 
following error occurred while executing this line: 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\make\properties.xml:319: The 
following error occurred while executing this line: 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\samsa\build.xml:142: 
Execute failed: java.io.IOException: CreateProcess: 
C:\cruise_hdk\cc\projects\trunk\target\hdk\jdk\jre\..\bin\jarsigner.exe error=2

Date of build:  06/23/2007 05:43:40
Time to build:  8 minutes 53 seconds
Last changed:   06/23/2007 03:49:50
Last log entry: Fix for HARMONY-4273 (java.io.ObjectStreamField.equals(Object) 
method is not correct)


***********************************************************
Errors/Warnings:        (100)
            

========================================
Testing jdktools binaries...
========================================

Compiling JPDA tests
Since fork is false, ignoring memoryMaximumSize setting
----------
1. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\DebuggeeRegister.java
 (at line 57)
        registered.add(debuggee); 
        ^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type LinkedList. 
References to generic type LinkedList<E> should be parameterized
----------
----------
2. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\TestOptions.java
 (at line 28)
        import java.io.File;
               ^^^^^^^^^^^^
The import java.io.File is never used
----------
----------
3. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\PacketDispatcher.java
 (at line 113)
        eventQueue.add(eventPacket);
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type List. References to 
generic type List<E> should be parameterized
----------
4. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\PacketDispatcher.java
 (at line 248)
        replies.put(new Integer(replyPacket.getId()),
                                replyPacket);
        
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. 
References to generic type Hashtable<K,V> should be parameterized
----------
5. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\PacketDispatcher.java
 (at line 283)
        commands.put(Id, command);
        ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. 
References to generic type Hashtable<K,V> should be parameterized
----------
6. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\PacketDispatcher.java
 (at line 354)
        commands.put(Id, command);
        ^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method put(Object, Object) belongs to the raw type Hashtable. 
References to generic type Hashtable<K,V> should be parameterized
----------
----------
7. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\VmMirror.java
 (at line 1829)
        frames.add(frame);
        ^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. 
References to generic type ArrayList<E> should be parameterized
----------
8. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\VmMirror.java
 (at line 1897)
        vars.add(var);
        ^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. 
References to generic type ArrayList<E> should be parameterized
----------
9. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\VmMirror.java
 (at line 2117)
        fields.add(superClassFields.toArray()[i]);
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. 
References to generic type ArrayList<E> should be parameterized
----------
10. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\framework\jdwp\VmMirror.java
 (at line 2127)
        fields.add(field);
        ^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type ArrayList. 
References to generic type ArrayList<E> should be parameterized
----------
----------
11. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\Events\ExceptionTest.java
 (at line 187)
        long frameID = reply.getNextValueAsFrameID();
             ^^^^^^^
The local variable frameID is never read
----------
----------
12. WARNING in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\modules\jpda\test\common\unit\org\apache\harmony\jpda\tests\jdwp\ThreadReference\FramesTest.java
 (at line 449)
        frames.add(new FrameStruct(frameID, loc));
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: The method add(Object) belongs to the raw type Vector. References 
to generic type Vector<E> should be parameterized
----------
12 problems (12 warnings)
JPDA exclude list: 
C:\cruise_hdk\cc\projects\trunk\working_classlib\deploy\build\jdktools.jpda.exclude
Running JPDA tests
  Debugger JVM=C:\cruise_hdk\cc/projects/trunk/target/hdk/jdk/jre/bin/java
  Debuggee JVM=C:\cruise_hdk\cc/projects/trunk/target/hdk/jdk/jre/bin/java
The GC did not provide gc_add_weak_root_set_entry()
SAMSA exclude list: 
C:\cruise_hdk\cc\projects\trunk\working_classlib\deploy\build\jdktools.samsa.exclude
Running SAMSA tests
test.jre.home=C:\cruise_hdk\cc/projects/trunk/target/hdk/jdk/jre
Run jdk/bin/java -version in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\build\test_report
java version "1.5.0" 
pre-alpha : not complete or compatible
svn = r549961, (Jun 23 2007), Windows/em64t/msvc 1400, release build
http://harmony.apache.org
Run jdk/bin/javac -version in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\build\test_report
Run jdk/bin/javah in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\build\test_report
Run jdk/bin/jarsigner in 
C:\cruise_hdk\cc\projects\trunk\working_jdktools\build\test_report

***********************************************************
Unit Tests: (129)
        
All Tests Passed

***********************************************************
Modifications since last successful build:      (177)
            
modified tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/ObjectStreamFieldTest.java
 06/23/2007 03:49:50 Fix for HARMONY-4273 
(java.io.ObjectStreamField.equals(Object) method is not correct)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectStreamField.java
 06/23/2007 03:49:50 Fix for HARMONY-4273 
(java.io.ObjectStreamField.equals(Object) method is not correct)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/AuthenticationNotSupportedException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/SortResponseControl.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/rmiURLContext.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/Message.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ResolverCache.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSName.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/DirectoryManager.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RemoteReferenceWrapper.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/BasicAttributes.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/AuthenticationException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/parser/LdapRdnParser.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/BindingEnumeration.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/LinkLoopException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/event/EventContext.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DomainProtocolException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/InvalidAttributesException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NamingEnumeration.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/LimitExceededException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/Context.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/BasicNamingEnumeration.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RemoteReferenceWrapper_Stub.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/ControlFactory.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/DirObjectFactory.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/event/NamespaceChangeListener.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NameAlreadyBoundException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/LinkRef.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ResourceRecord.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSPseudoURL.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/ObjectFactoryBuilder.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NameImpl.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/MalformedLinkException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ContextNotEmptyException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/Rdn.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ProviderMgr.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/BasicAttribute.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NoInitialContextException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NameNotFoundException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/GenericURLDirContextFactory.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/GenericURLContextFactory.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/Name.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/parser/RelaxedDnParser.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/GenericURLContext.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/ObjectFactory.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/LdapName.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/DirStateFactory.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/StateFactory.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/SortControl.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/AtomicNameParser.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/InterruptedNamingException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NamingSecurityException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NameClassPair.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/InvalidSearchControlsException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ServiceUnavailableException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/CommunicationException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/SortResult.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/Attributes.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ProviderConstants.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/ExtendedResponse.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/InitialDirContext.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/event/ObjectChangeListener.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/Resolver.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/TransportMgr.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RemoteReferenceWrapper_Skel.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/NameClassPairEnumeration.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/UnsolicitedNotification.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/QuestionRecord.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/StartTlsResponse.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/SizeLimitExceededException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/SortKey.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/dnsURLContext.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/UrlParser.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RegistryContextFactory.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSContextFactory.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ConfigurationException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/EnvironmentReader.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RemoteReference.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/event/NamingEvent.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RegistryContext.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/InitialContext.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/Control.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/event/NamingListener.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/LdapReferralException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NoPermissionException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/LdapContext.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/OperationNotSupportedException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/ResolveResult.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/event/NamingExceptionEvent.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/AttributeModificationException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/UnsolicitedNotificationListener.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/ExtendedRequest.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/InvalidAttributeValueException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/AttributeInUseException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/ManageReferralControl.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/Resolver.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/parser/LdapParser.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NameParser.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/parser/LdapNameParser.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSContext.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/InsufficientResourcesException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/PagedResultsResponseControl.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/SList.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/TimeLimitExceededException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/event/EventDirContext.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/StartTlsRequest.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/PartialResultException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/BinaryRefAddr.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/rmiURLContextFactory.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/HasControls.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/Util.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/CompoundName.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/DirContext.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/ModificationItem.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NamingException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/InitialContextFactoryBuilder.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/SearchControls.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/parser/LdapTypeAndValueList.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/parser/AttributeTypeAndValuePair.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/CompositeName.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/CannotProceedException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/Attribute.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/RefAddr.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/SchemaViolationException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/SearchResult.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/LinkException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/InitialContextFactory.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ReferralException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/BasicNamingEnumerator.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/Referenceable.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/StringRefAddr.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/Reference.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/NamingManager.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/InvalidAttributeIdentifierException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/BasicControl.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/InvalidSearchFilterException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/NoSuchAttributeException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/InvalidNameException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/PagedResultSearchControlValue.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSNameParser.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/dnsURLContextFactory.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/Binding.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/UnsolicitedNotificationEvent.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/InitialLdapContext.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/PagedResultsControl.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NotContextException.java
 06/23/2007 03:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, 
minor compiler warnings fixed, etc.No functional changes.
modified tellison  
/harmony/enhanced/classlib/trunk/modules/regex/src/test/java/org/apache/harmony/tests/java/util/regex/PatternErrorTest.java
 06/23/2007 03:14:56 Apply patch HARMONY-4248 ([classlib][regex] 
java.util.regex.Pattern.compile(regex, flags) throws unexpected exceptions on 
certain pattern)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/regex/src/main/java/java/util/regex/Pattern.java
 06/23/2007 03:14:56 Apply patch HARMONY-4248 ([classlib][regex] 
java.util.regex.Pattern.compile(regex, flags) throws unexpected exceptions on 
certain pattern)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/regex/src/main/java/org/apache/harmony/regex/internal/nls/messages.properties
 06/23/2007 03:14:56 Apply patch HARMONY-4248 ([classlib][regex] 
java.util.regex.Pattern.compile(regex, flags) throws unexpected exceptions on 
certain pattern)
modified tellison  
/harmony/enhanced/classlib/trunk/modules/jndi/META-INF/MANIFEST.MF 06/23/2007 
03:10:49 Change require bundle to an explicit package import.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/ThreadGroup.java
 06/23/2007 00:35:42 harmony-3684:  this patch fixes a problem with 
ThreadGroup.setmaxPriority
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/VMThreadManager.java
 06/23/2007 00:02:17 harmony-4158:  this patch eliminates unexpected 
InternalError exception when Thread.suspend() is called
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/Thread.java
 06/23/2007 00:02:17 harmony-4158:  this patch eliminates unexpected 
InternalError exception when Thread.suspend() is called
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_thin_monitor.c 
06/22/2007 23:25:27 harmony-4036: fixes performance degradation in decapo.
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/thread/src/thread_private.h 06/22/2007 
23:25:27 harmony-4036: fixes performance degradation in decapo.
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_init.c 
06/22/2007 23:25:27 harmony-4036: fixes performance degradation in decapo.
modified ayza  
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/Introspector.java
 06/22/2007 23:24:07 Applying patch from HARMONY-4049 ([classlib][beans] 
Compatibility: java.beans.Introspector calculates default event index for a 
bean in a different way)
modified ayza  
/harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/BeanInfoWrapper.java
 06/22/2007 23:24:07 Applying patch from HARMONY-4049 ([classlib][beans] 
Compatibility: java.beans.Introspector calculates default event index for a 
bean in a different way)
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/parse_arguments.cpp 06/22/2007 
22:53:53 Applied HARMONY-3409[drlvm][init] help on 'internal system property' 
should be available from command line
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/harmony.properties 06/22/2007 
22:53:53 Applied HARMONY-3409[drlvm][init] help on 'internal system property' 
should be available from command line
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_basic.c 06/22/2007 
22:37:39 harmony-4024:  this patch fixes a major problem with recycling thread 
IDs
modified wjwashburn  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_generic.cpp 
06/22/2007 22:37:39 harmony-4024:  this patch fixes a major problem with 
recycling thread IDs
modified mfursov  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.h 
06/22/2007 22:06:01 fix for HARMONY-4250
modified mfursov  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_fld_arr.cpp 06/22/2007 
22:06:01 fix for HARMONY-4250
modified mfursov  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/enc_ia32.cpp 
06/22/2007 22:06:01 fix for HARMONY-4250
modified mfursov  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_regs.cpp 
06/22/2007 22:06:01 fix for HARMONY-4250
modified mfursov  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/enc.h 
06/22/2007 22:06:01 fix for HARMONY-4250
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/win/atomics.cpp 06/22/2007 
21:13:32 Applied patch from HARMONY-4270[drlvm] Fixes for compilation of drlvm 
by intel compiler on windows/ia32
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/port/src/thread/win/apr_thread_ext.c 
06/22/2007 21:13:32 Applied patch from HARMONY-4270[drlvm] Fixes for 
compilation of drlvm by intel compiler on windows/ia32
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaByteCodeTranslator.cpp
 06/22/2007 21:13:32 Applied patch from HARMONY-4270[drlvm] Fixes for 
compilation of drlvm by intel compiler on windows/ia32
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/classic_abcd.cpp 
06/22/2007 21:13:32 Applied patch from HARMONY-4270[drlvm] Fixes for 
compilation of drlvm by intel compiler on windows/ia32
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/Type.cpp 06/22/2007 
21:13:32 Applied patch from HARMONY-4270[drlvm] Fixes for compilation of drlvm 
by intel compiler on windows/ia32
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Class_File_Loader.cpp 
06/22/2007 21:13:32 Applied patch from HARMONY-4270[drlvm] Fixes for 
compilation of drlvm by intel compiler on windows/ia32
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/Graph.cpp 06/22/2007 
21:13:32 Applied patch from HARMONY-4270[drlvm] Fixes for compilation of drlvm 
by intel compiler on windows/ia32
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/memoryopt.cpp 06/22/2007 
21:13:32 Applied patch from HARMONY-4270[drlvm] Fixes for compilation of drlvm 
by intel compiler on windows/ia32
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jni/jni.cpp 
06/22/2007 21:12:00 Applied patch from HARMONY-4075[drlvm][util] It isn't 
possible to kill DLRVM with Ctrl-C in some conditions
modified gshimansky  
/harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Class_File_Loader.cpp 
06/22/2007 21:09:46 Applied patch from HARMONY-4269[drlvm][classloader] VTSVM 
failed due to incorrect change in class parsing.

Reply via email to