You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2008/03/19 12:03:57 UTC

svn commit: r638784 [1/2] - in /directory/apacheds/branches/bigbang: ./ core-entry/src/main/java/org/apache/directory/server/core/entry/ core-integ/src/main/java/org/apache/directory/server/core/integ/state/ core/src/main/java/org/apache/directory/serv...

Author: felixk
Date: Wed Mar 19 04:03:12 2008
New Revision: 638784

URL: http://svn.apache.org/viewvc?rev=638784&view=rev
Log:
Fix some javadoc

Modified:
    directory/apacheds/branches/bigbang/   (props changed)
    directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/DefaultServerAttribute.java
    directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/DefaultServerEntry.java
    directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerAttribute.java
    directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerBinaryValue.java
    directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntry.java
    directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntryPropertyEditor.java
    directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntrySerializer.java
    directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntryUtils.java
    directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerSearchResult.java
    directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerStringValue.java
    directory/apacheds/branches/bigbang/core-integ/src/main/java/org/apache/directory/server/core/integ/state/StoppedDirtyState.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authn/LdapPrincipal.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authn/SimpleAuthenticator.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authz/support/ACITupleFilter.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authz/support/MaxImmSubFilter.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authz/support/MaxValueCountFilter.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authz/support/RestrictedByFilter.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/event/ExpressionEvaluator.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/event/LeafEvaluator.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/event/ScopeEvaluator.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/event/SubstringEvaluator.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/NextInterceptor.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/context/AbstractOperationContext.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/context/BindOperationContext.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/context/RemoveContextPartitionOperationContext.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/jndi/DeadContext.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/jndi/ServerContext.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/Partition.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/BTreePartition.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/BTreeSearchResult.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/ExpressionEvaluator.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/SubstringEvaluator.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/tree/BranchNode.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/tree/LeafNode.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/schema/SchemaChecker.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/schema/SchemaPartitionDao.java
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/trigger/TriggerInterceptor.java
    directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/crypto/encryption/DesStringToKey.java
    directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/KerberosMessage.java
    directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/components/Ticket.java
    directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/Checksum.java
    directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/EncryptedData.java
    directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/EncryptionKey.java
    directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/HostAddress.java
    directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/HostAddresses.java
    directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/PaData.java
    directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/PrincipalName.java
    directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/TransitedEncoding.java
    directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/flags/AbstractKerberosFlags.java
    directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/flags/KerberosFlags.java
    directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/types/HostAddrType.java
    directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/operation/AttributeOperation.java
    directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/operation/Operation.java
    directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/service/ReplicationInterceptor.java
    directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/store/ReplicationStore.java
    directory/apacheds/branches/bigbang/pom.xml
    directory/apacheds/branches/bigbang/protocol-changepw/src/main/java/org/apache/directory/server/changepw/messages/ChangePasswordError.java
    directory/apacheds/branches/bigbang/protocol-changepw/src/main/java/org/apache/directory/server/changepw/messages/ChangePasswordReply.java
    directory/apacheds/branches/bigbang/protocol-dhcp/src/main/java/org/apache/directory/server/dhcp/messages/DhcpMessage.java
    directory/apacheds/branches/bigbang/protocol-dhcp/src/main/java/org/apache/directory/server/dhcp/messages/HardwareAddress.java
    directory/apacheds/branches/bigbang/protocol-dhcp/src/main/java/org/apache/directory/server/dhcp/options/DhcpOption.java
    directory/apacheds/branches/bigbang/protocol-dhcp/src/main/java/org/apache/directory/server/dhcp/options/OptionsField.java
    directory/apacheds/branches/bigbang/protocol-dhcp/src/main/java/org/apache/directory/server/dhcp/options/vendor/HostName.java
    directory/apacheds/branches/bigbang/protocol-dhcp/src/main/java/org/apache/directory/server/dhcp/package-info.java
    directory/apacheds/branches/bigbang/protocol-dhcp/src/main/java/org/apache/directory/server/dhcp/service/AbstractDhcpService.java
    directory/apacheds/branches/bigbang/protocol-dhcp/src/main/java/org/apache/directory/server/dhcp/service/DhcpService.java
    directory/apacheds/branches/bigbang/protocol-dhcp/src/main/java/org/apache/directory/server/dhcp/service/Lease.java
    directory/apacheds/branches/bigbang/protocol-dhcp/src/main/java/org/apache/directory/server/dhcp/service/package-info.java
    directory/apacheds/branches/bigbang/protocol-dhcp/src/main/java/org/apache/directory/server/dhcp/store/AbstractDhcpStore.java
    directory/apacheds/branches/bigbang/protocol-dhcp/src/main/java/org/apache/directory/server/dhcp/store/DhcpStore.java
    directory/apacheds/branches/bigbang/protocol-dhcp/src/main/java/org/apache/directory/server/dhcp/store/SimpleDhcpStore.java
    directory/apacheds/branches/bigbang/protocol-dhcp/src/main/java/org/apache/directory/server/dhcp/store/Subnet.java
    directory/apacheds/branches/bigbang/protocol-dns/src/main/java/org/apache/directory/server/dns/store/RecordStore.java
    directory/apacheds/branches/bigbang/protocol-dns/src/main/java/org/apache/directory/server/dns/store/package-info.java
    directory/apacheds/branches/bigbang/protocol-kerberos/src/main/java/org/apache/directory/server/kerberos/kdc/authentication/AuthenticationContext.java
    directory/apacheds/branches/bigbang/protocol-kerberos/src/main/java/org/apache/directory/server/kerberos/kdc/package-info.java
    directory/apacheds/branches/bigbang/protocol-kerberos/src/main/java/org/apache/directory/server/kerberos/protocol/package-info.java
    directory/apacheds/branches/bigbang/protocol-ldap/src/main/java/org/apache/directory/server/ldap/support/bind/CramMd5CallbackHandler.java
    directory/apacheds/branches/bigbang/protocol-ldap/src/main/java/org/apache/directory/server/ldap/support/bind/DigestMd5CallbackHandler.java
    directory/apacheds/branches/bigbang/protocol-ldap/src/main/java/org/apache/directory/server/ldap/support/bind/GssapiCallbackHandler.java
    directory/apacheds/branches/bigbang/protocol-ldap/src/main/java/org/apache/directory/server/ldap/support/bind/MechanismHandler.java
    directory/apacheds/branches/bigbang/schema-registries/src/main/java/org/apache/directory/server/schema/registries/SchemaLoader.java
    directory/apacheds/branches/bigbang/utils/src/main/java/org/apache/directory/server/utils/AttributesFactory.java

Propchange: directory/apacheds/branches/bigbang/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Mar 19 04:03:12 2008
@@ -9,5 +9,5 @@
 .wtpmodules
 *.log
 target
-
 nbproject
+.settings

Modified: directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/DefaultServerAttribute.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/DefaultServerAttribute.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/DefaultServerAttribute.java (original)
+++ directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/DefaultServerAttribute.java Wed Mar 19 04:03:12 2008
@@ -148,8 +148,7 @@
      * names, the previously loaded ID will be kept.
      * </p>
      *
-     * @param upId The attribute ID
-     * @param attributeType The associated attributeType
+     * @param id The attribute ID
      */
     public void setId( String id )
     {
@@ -217,7 +216,6 @@
      * </p>
      *
      * @param upId The attribute ID
-     * @param attributeType The associated attributeType
      */
     public void setUpId( String upId )
     {
@@ -361,7 +359,7 @@
      * AttributeType
      * </p>
      *
-     * @param the attributeType associated with this entry attribute
+     * @param attributeType the attributeType associated with this entry attribute
      */
     public void setAttributeType( AttributeType attributeType )
     {
@@ -713,7 +711,7 @@
      * If the value's type is different from the attribute's type,
      * the value is not added.
      *
-     * @param val some new values to be added which may be null
+     * @param vals some new values to be added which may be null
      * @return the number of added values, or 0 if none has been added
      */
     public int add( String... vals )
@@ -763,7 +761,7 @@
      * values are consistent with the attribute's type.
      * <p>
      *
-     * @param val some new values to be added which may be null
+     * @param vals some new values to be added which may be null
      * @return the number of added values, or 0 if none has been added
      */
     public int add( byte[]... vals )

Modified: directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/DefaultServerEntry.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/DefaultServerEntry.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/DefaultServerEntry.java (original)
+++ directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/DefaultServerEntry.java Wed Mar 19 04:03:12 2008
@@ -379,7 +379,7 @@
     /**
      * Returns the attribute associated with an AttributeType
      * 
-     * @param the AttributeType we are looking for
+     * @param attributeType the AttributeType we are looking for
      * @return the associated attribute
      */
     public ServerAttribute get( AttributeType attributeType )
@@ -391,7 +391,7 @@
     /**
      * Returns the attribute associated with a String
      * 
-     * @param the Attribute ID we are looking for
+     * @param attributeType the Attribute ID we are looking for
      * @return the associated attribute
      */
     public ServerAttribute get( String attributeType ) throws NamingException
@@ -438,7 +438,7 @@
      * If there is already a ServerAttribute with the same AttributeType, 
      * it will be removed from the entry and returned back to the caller.
      * 
-     * @param attributeTypse the new ServerAttribute attributeType to be added
+     * @param attributeTypes the new ServerAttribute attributeType to be added
      * @return The list of existing ServerAttribute, if any with the same AttributeType
      */
     public List<ServerAttribute> set( AttributeType... attributeTypes )
@@ -837,7 +837,7 @@
     /**
      * Checks if an entry contains an attribute with a given value.
      *
-     * @param attribute The Attribute we are looking for
+     * @param attributeType The Attributetype we are looking for
      * @param value The searched value
      * @return <code>true</code> if the value is found within the attribute
      * @throws NamingException If there is a problem
@@ -1349,7 +1349,8 @@
 
     
     /**
-     * @see Externalizable#writeExternal(ObjectOutput)<p>
+     * @see Externalizable#writeExternal(ObjectOutput)
+     * <p>
      * 
      * This is the place where we serialize entries, and all theirs
      * elements. the reason why we don't call the underlying methods

Modified: directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerAttribute.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerAttribute.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerAttribute.java (original)
+++ directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerAttribute.java Wed Mar 19 04:03:12 2008
@@ -53,7 +53,7 @@
      * AttributeType
      * </p>
      *
-     * @param the attributeType associated with this entry attribute
+     * @param attributeType the attributeType associated with this entry attribute
      */
     void setAttributeType( AttributeType attributeType );
 

Modified: directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerBinaryValue.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerBinaryValue.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerBinaryValue.java (original)
+++ directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerBinaryValue.java Wed Mar 19 04:03:12 2008
@@ -331,7 +331,7 @@
      * change. Syntax checks only result on the first check, and when the wrapped
      * value changes.
      *
-     * @see Value<T>#isValid()
+     * @see Value#isValid()
      */
     public final boolean isValid()
     {
@@ -366,7 +366,7 @@
 
     /**
      *
-     * @see Value<T>#compareTo(ServerValue)
+     * @see Value#compareTo(Value)
      * @throws IllegalStateException on failures to extract the comparator, or the
      * normalizers needed to perform the required comparisons based on the schema
      */

Modified: directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntry.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntry.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntry.java (original)
+++ directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntry.java Wed Mar 19 04:03:12 2008
@@ -158,7 +158,6 @@
      * value: the value of <code>obj</code> may be <code>null</code>.
      *
      * @param upId the user provided identifier for the new attribute
-     * @param attributeType the type of the new attribute to be put
      * @param values the value of the new attribute to be put
      * @return the old attribute of the same type, if exists; otherwise
      *         <code>null</code>

Modified: directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntryPropertyEditor.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntryPropertyEditor.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntryPropertyEditor.java (original)
+++ directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntryPropertyEditor.java Wed Mar 19 04:03:12 2008
@@ -43,7 +43,7 @@
 /**
  * A JavaBeans {@link PropertyEditor} that can convert {@link ServerEntry} to
  * LDIF string and vice versa. This class is useful when you're going to
- * configure a {@link DirectoryService} with 3rd party containers such as <a
+ * configure a {@link org.apache.directory.server.core.DirectoryService} with 3rd party containers such as <a
  * href="http://www.springframework.org/">Spring Framework</a>.
  * 
  * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>

Modified: directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntrySerializer.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntrySerializer.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntrySerializer.java (original)
+++ directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntrySerializer.java Wed Mar 19 04:03:12 2008
@@ -59,7 +59,8 @@
     }
     
     /**
-     * @see Externalizable#writeExternal(ObjectOutput)<p>
+     * @see Externalizable#writeExternal(ObjectOutput)
+     * <p>
      * 
      * This is the place where we serialize entries, and all theirs
      * elements. the reason why we don't call the underlying methods

Modified: directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntryUtils.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntryUtils.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntryUtils.java (original)
+++ directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerEntryUtils.java Wed Mar 19 04:03:12 2008
@@ -105,9 +105,8 @@
     /**
      * Convert a BasicAttribute or a AttributeImpl to a ServerAtribute
      *
-     * @param attributes the BasicAttributes or AttributesImpl instance to convert
-     * @param registries The registries, needed ro build a ServerEntry
-     * @param dn The DN which is needed by the ServerEntry 
+     * @param attribute the BasicAttributes or AttributesImpl instance to convert
+     * @param attributeType
      * @return An instance of a ServerEntry object
      * 
      * @throws InvalidAttributeIdentifierException If we had an incorrect attribute

Modified: directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerSearchResult.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerSearchResult.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerSearchResult.java (original)
+++ directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerSearchResult.java Wed Mar 19 04:03:12 2008
@@ -49,9 +49,6 @@
     private Object object;
     
 
-    /**
-     * @see javax.naming.directory.SearchResult#SearchResult(String, Object, ServerEntry)
-     */
     public ServerSearchResult( LdapDN dn, Object obj, ServerEntry serverEntry ) throws InvalidNameException
     {
         this.dn = dn;
@@ -60,9 +57,6 @@
     }
 
 
-    /**
-     * @see javax.naming.directory.SearchResult#SearchResult(String, Object, ServerEntry)
-     */
     public ServerSearchResult( LdapDN dn, Object obj, ServerEntry serverEntry, boolean isRelative ) throws InvalidNameException
     {
         this.dn = dn;
@@ -72,9 +66,6 @@
     }
 
 
-    /**
-     * @see javax.naming.directory.SearchResult#SearchResult(String, Object, ServerEntry)
-     */
     public ServerSearchResult( LdapDN dn, String className, Object obj, ServerEntry serverEntry ) throws InvalidNameException
     {
         this.dn = dn;
@@ -83,9 +74,6 @@
     }
 
 
-    /**
-     * @see javax.naming.directory.SearchResult#SearchResult(String, String, Object, ServerEntry, boolean)
-     */
     public ServerSearchResult( LdapDN dn, String className, Object obj, ServerEntry serverEntry, boolean isRelative ) throws InvalidNameException
     {
         this.dn = dn;

Modified: directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerStringValue.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerStringValue.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerStringValue.java (original)
+++ directory/apacheds/branches/bigbang/core-entry/src/main/java/org/apache/directory/server/core/entry/ServerStringValue.java Wed Mar 19 04:03:12 2008
@@ -251,7 +251,7 @@
      * change. Syntax checks only result on the first check, and when the wrapped
      * value changes.
      *
-     * @see Value<T>#isValid()
+     * @see Value#isValid()
      */
     public final boolean isValid()
     {
@@ -276,7 +276,7 @@
 
 
     /**
-     * @see Value<T>#compareTo(ServerValue)
+     * @see Value#compareTo(Value)
      * @throws IllegalStateException on failures to extract the comparator, or the
      * normalizers needed to perform the required comparisons based on the schema
      */

Modified: directory/apacheds/branches/bigbang/core-integ/src/main/java/org/apache/directory/server/core/integ/state/StoppedDirtyState.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core-integ/src/main/java/org/apache/directory/server/core/integ/state/StoppedDirtyState.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core-integ/src/main/java/org/apache/directory/server/core/integ/state/StoppedDirtyState.java (original)
+++ directory/apacheds/branches/bigbang/core-integ/src/main/java/org/apache/directory/server/core/integ/state/StoppedDirtyState.java Wed Mar 19 04:03:12 2008
@@ -90,7 +90,7 @@
 
 
     /**
-     * @TODO you're not figuring in changes in the factory and not reinstantiating the service
+     * @todo you're not figuring in changes in the factory and not reinstantiating the service
      *
      * @param testClass
      * @param testMethod

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authn/LdapPrincipal.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authn/LdapPrincipal.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authn/LdapPrincipal.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authn/LdapPrincipal.java Wed Mar 19 04:03:12 2008
@@ -104,9 +104,9 @@
 
     /**
      * Gets a cloned copy of the normalized distinguished name of this
-     * principal as a JNDI {@link Name}.
+     * principal as a JNDI {@link LdapDN}.
      *
-     * @return the normalized distinguished name of the principal as a JNDI {@link Name}
+     * @return the normalized distinguished name of the principal as a JNDI {@link LdapDN}
      */
     public LdapDN getJndiName()
     {

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authn/SimpleAuthenticator.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authn/SimpleAuthenticator.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authn/SimpleAuthenticator.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authn/SimpleAuthenticator.java Wed Mar 19 04:03:12 2008
@@ -133,7 +133,7 @@
 
     /**
      * Creates a new instance.
-     * @
+     * @see AbstractAuthenticator
      */
     public SimpleAuthenticator()
     {

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authz/support/ACITupleFilter.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authz/support/ACITupleFilter.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authz/support/ACITupleFilter.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authz/support/ACITupleFilter.java Wed Mar 19 04:03:12 2008
@@ -51,11 +51,11 @@
      * @param tuples the collection of tuples to filter
      * @param scope the scope of the operation to be performed
      * @param proxy the proxy interceptor for this filter to access the DIT
-     * @param userGroupNames the collection of group ({@link Name})s which the current user belongs to
-     * @param userName the {@link DN} of the current user
+     * @param userGroupNames the collection of group ({@link LdapDN})s which the current user belongs to
+     * @param userName the {@link LdapDN} of the current user
      * @param userEntry the {@link ServerEntry} of the current user entry in the DIT
      * @param authenticationLevel the level of authentication of the current user
-     * @param entryName the {@link Name} of the entry the current user accesses
+     * @param entryName the {@link LdapDN} of the entry the current user accesses
      * @param attrId the attribute ID the current user accesses
      * @param attrValue the value of the attribute the current user accesses
      * @param entry the {@link ServerEntry} of the entry the current user accesses

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authz/support/MaxImmSubFilter.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authz/support/MaxImmSubFilter.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authz/support/MaxImmSubFilter.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authz/support/MaxImmSubFilter.java Wed Mar 19 04:03:12 2008
@@ -55,7 +55,7 @@
 
 /**
  * An {@link ACITupleFilter} that discards all tuples that doesn't satisfy
- * {@link ProtectedItem.MaxImmSub} constraint if available. (18.8.3.3, X.501)
+ * {@link org.apache.directory.shared.ldap.aci.ProtectedItem.MaxImmSub} constraint if available. (18.8.3.3, X.501)
  *
  * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
  * @version $Rev$, $Date$

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authz/support/MaxValueCountFilter.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authz/support/MaxValueCountFilter.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authz/support/MaxValueCountFilter.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authz/support/MaxValueCountFilter.java Wed Mar 19 04:03:12 2008
@@ -40,7 +40,7 @@
 
 /**
  * An {@link ACITupleFilter} that discards all tuples that doesn't satisfy
- * {@link ProtectedItem.MaxValueCount} constraint if available. (18.8.3.3, X.501)
+ * {@link org.apache.directory.shared.ldap.aci.ProtectedItem.MaxValueCount} constraint if available. (18.8.3.3, X.501)
  *
  * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
  * @version $Rev$, $Date$

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authz/support/RestrictedByFilter.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authz/support/RestrictedByFilter.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authz/support/RestrictedByFilter.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/authz/support/RestrictedByFilter.java Wed Mar 19 04:03:12 2008
@@ -40,7 +40,7 @@
 
 /**
  * An {@link ACITupleFilter} that discards all tuples that doesn't satisfy
- * {@link ProtectedItem.RestrictedBy} constraint if available. (18.8.3.3, X.501)
+ * {@link org.apache.directory.shared.ldap.aci.ProtectedItem.RestrictedBy} constraint if available. (18.8.3.3, X.501)
  *
  * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
  * @version $Rev$, $Date$

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/event/ExpressionEvaluator.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/event/ExpressionEvaluator.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/event/ExpressionEvaluator.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/event/ExpressionEvaluator.java Wed Mar 19 04:03:12 2008
@@ -92,7 +92,7 @@
     // ------------------------------------------------------------------------
 
     /**
-     * @see Evaluator#evaluate(ExprNode, String, Attributes)
+     * @see Evaluator#evaluate(ExprNode, String, ServerEntry)
      */
     public boolean evaluate( ExprNode node, String dn, ServerEntry entry ) throws NamingException
     {

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/event/LeafEvaluator.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/event/LeafEvaluator.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/event/LeafEvaluator.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/event/LeafEvaluator.java Wed Mar 19 04:03:12 2008
@@ -102,7 +102,7 @@
 
 
     /**
-     * @see Evaluator#evaluate(ExprNode, String, Attributes)
+     * @see Evaluator#evaluate(ExprNode, String, ServerEntry)
      */
     public boolean evaluate( ExprNode node, String dn, ServerEntry entry ) throws NamingException
     {

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/event/ScopeEvaluator.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/event/ScopeEvaluator.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/event/ScopeEvaluator.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/event/ScopeEvaluator.java Wed Mar 19 04:03:12 2008
@@ -43,7 +43,7 @@
 
 
     /**
-     * @see Evaluator#evaluate(ExprNode, String, Attributes)
+     * @see Evaluator#evaluate(ExprNode , String, ServerEntry)
      */
     public boolean evaluate( ExprNode node, String dn, ServerEntry record ) throws NamingException
     {

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/event/SubstringEvaluator.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/event/SubstringEvaluator.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/event/SubstringEvaluator.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/event/SubstringEvaluator.java Wed Mar 19 04:03:12 2008
@@ -65,7 +65,7 @@
 
 
     /**
-     * @see Evaluator#evaluate(ExprNode, String, Attributes)
+     * @see Evaluator#evaluate( ExprNode, String, ServerEntry )
      */
     public boolean evaluate( ExprNode node, String dn, ServerEntry entry ) throws NamingException
     {

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/NextInterceptor.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/NextInterceptor.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/NextInterceptor.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/NextInterceptor.java Wed Mar 19 04:03:12 2008
@@ -91,13 +91,13 @@
 
 
     /**
-     * Calls the next interceptor's {@link PartitionNexus#addContextPartition( nextInterceptor, AddContextPartitionOperationContext )}.
+     * Calls the next interceptor's {@link PartitionNexus#addContextPartition( AddContextPartitionOperationContext )}.
      */
     void addContextPartition( AddContextPartitionOperationContext opContext ) throws NamingException;
 
 
     /**
-     * Calls the next interceptor's {@link PartitionNexus#removeContextPartition( NextInterceptor, RemoveContextPartitionOperationContext )}.
+     * Calls the next interceptor's {@link PartitionNexus#removeContextPartition( RemoveContextPartitionOperationContext )}.
      */
     void removeContextPartition( RemoveContextPartitionOperationContext opContext ) throws NamingException;
 

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/context/AbstractOperationContext.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/context/AbstractOperationContext.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/context/AbstractOperationContext.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/context/AbstractOperationContext.java Wed Mar 19 04:03:12 2008
@@ -59,7 +59,7 @@
     /**
      * Creates a new instance of AbstractOperationContext.
      *
-     * @param Registries The global registries
+     * @param registries The global registries
      */
     public AbstractOperationContext( Registries registries )
     {
@@ -70,7 +70,7 @@
     /**
      * Creates a new instance of AbstractOperationContext.
      *
-     * @param Registries The global registries
+     * @param registries The global registries
      * @param dn The associated DN
      */
     public AbstractOperationContext( Registries registries, LdapDN dn )
@@ -83,7 +83,7 @@
     /**
      * Creates a new instance of AbstractOperationContext.
      *
-     * @param Registries The global registries
+     * @param registries The global registries
      * @param dn the associated DN
      * @param collateralOperation true if op is collateral, false otherwise
      */
@@ -99,7 +99,7 @@
      * Creates an operation context where the operation is considered a side
      * effect of a direct operation.
      *
-     * @param Registries The global registries
+     * @param registries The global registries
      * @param collateralOperation true if this is a side effect operation
      */
     public AbstractOperationContext( Registries registries, boolean collateralOperation )

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/context/BindOperationContext.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/context/BindOperationContext.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/context/BindOperationContext.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/context/BindOperationContext.java Wed Mar 19 04:03:12 2008
@@ -45,7 +45,7 @@
     /**
      * Creates a new instance of BindOperationContext.
      *
-     * @param Registries The global registries
+     * @param registries The global registries
      */
     public BindOperationContext( Registries registries )
     {

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/context/RemoveContextPartitionOperationContext.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/context/RemoveContextPartitionOperationContext.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/context/RemoveContextPartitionOperationContext.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/interceptor/context/RemoveContextPartitionOperationContext.java Wed Mar 19 04:03:12 2008
@@ -42,7 +42,8 @@
     /**
      * Creates a new instance of RemoveContextPartitionOperationContext.
      *
-     * @param entryDn The Entry DN from which the partition should be removed
+     * @param registries
+     * @param dn The Entry DN from which the partition should be removed
      */
     public RemoveContextPartitionOperationContext( Registries registries, LdapDN dn )
     {

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/jndi/DeadContext.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/jndi/DeadContext.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/jndi/DeadContext.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/jndi/DeadContext.java Wed Mar 19 04:03:12 2008
@@ -52,7 +52,7 @@
  * JNDI provider returns this context when you perform JNDI operations against the
  * core directory service that has been shutdown or not started.  By returning a
  * non-null Context we prevent an unnecessary exception being thrown by
- * {@link InitialContext} and any one of its subclasses.
+ * {@link javax.naming.InitialContext} and any one of its subclasses.
  *
  * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
  * @version $Rev$, $Date$

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/jndi/ServerContext.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/jndi/ServerContext.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/jndi/ServerContext.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/jndi/ServerContext.java Wed Mar 19 04:03:12 2008
@@ -254,7 +254,7 @@
      * @param aliasDerefMode
      * @param filter
      * @param searchControls
-     * @return
+     * @return NamingEnumeration
      */
     protected NamingEnumeration<ServerSearchResult> doSearchOperation( LdapDN dn, AliasDerefMode aliasDerefMode,
                                                                  ExprNode filter, SearchControls searchControls )

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/Partition.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/Partition.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/Partition.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/Partition.java Wed Mar 19 04:03:12 2008
@@ -245,7 +245,7 @@
      * retrieval.
      *
      * @param opContext the context containing the distinguished/absolute name for the search/listing
-     * @return a NamingEnumeration containing objects of type {@link SearchResult}
+     * @return a NamingEnumeration containing objects of type {@link ServerSearchResult}
      * @throws NamingException if there are any problems
      */
     NamingEnumeration<ServerSearchResult> list( ListOperationContext opContext ) throws NamingException;

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/BTreePartition.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/BTreePartition.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/BTreePartition.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/BTreePartition.java Wed Mar 19 04:03:12 2008
@@ -200,7 +200,7 @@
     /**
      * Sets root entry for this BTreePartition.
      *
-     * @param rootEntry the root suffix entry of this BTreePartition
+     * @param rootEntryAttr the root suffix entry of this BTreePartition
      */
     public void setContextEntry( Attributes rootEntryAttr )
     {

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/BTreeSearchResult.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/BTreeSearchResult.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/BTreeSearchResult.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/BTreeSearchResult.java Wed Mar 19 04:03:12 2008
@@ -51,7 +51,7 @@
      * Creates a database search result.
      * 
      * @param id the database id of the entry
-     * @param name the user provided relative or distinguished name
+     * @param dn the user provided relative or distinguished name
      * @param obj the object if any
      * @param attrs the entry
      */
@@ -66,7 +66,7 @@
      * Creates a database search result.
      * 
      * @param id the database id of the entry
-     * @param name the user provided relative or distinguished name
+     * @param dn the user provided relative or distinguished name
      * @param obj the object if any
      * @param attrs the entry
      * @param isRelative whether or not the name is relative to the base
@@ -82,7 +82,7 @@
      * Creates a database search result.
      * 
      * @param id the database id of the entry
-     * @param name the user provided relative or distinguished name
+     * @param dn the user provided relative or distinguished name
      * @param className the classname of the entry if any
      * @param obj the object if any
      * @param attrs the entry
@@ -98,7 +98,7 @@
      * Creates a database search result.
      * 
      * @param id the database id of the entry
-     * @param name the user provided relative or distinguished name
+     * @param dn the user provided relative or distinguished name
      * @param className the classname of the entry if any
      * @param obj the object if any
      * @param attrs the entry

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/ExpressionEvaluator.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/ExpressionEvaluator.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/ExpressionEvaluator.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/ExpressionEvaluator.java Wed Mar 19 04:03:12 2008
@@ -63,8 +63,7 @@
      * evaluator which will be created.
      *
      * @param db the database this evaluator operates upon
-     * @param oidRegistry the oid reg used for attrID to oid resolution
-     * @param attributeTypeRegistry the attribtype reg used for value comparison
+     * @param registries the oid reg used for attrID to oid resolution
      */
     public ExpressionEvaluator(BTreePartition db, Registries registries )
     {

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/SubstringEvaluator.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/SubstringEvaluator.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/SubstringEvaluator.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/SubstringEvaluator.java Wed Mar 19 04:03:12 2008
@@ -57,8 +57,7 @@
      * Creates a new SubstringEvaluator for substring expressions.
      *
      * @param db the database this evaluator uses
-     * @param oidRegistry the OID registry for name to OID mapping
-     * @param attributeTypeRegistry the attributeType registry
+     * @param registries the OID registry for name to OID mapping
      */
     public SubstringEvaluator( BTreePartition db, Registries registries )
     {

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/tree/BranchNode.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/tree/BranchNode.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/tree/BranchNode.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/tree/BranchNode.java Wed Mar 19 04:03:12 2008
@@ -137,7 +137,7 @@
     /**
      * Get's a child using an rdn string.
      * 
-     * @param the rdn to use as the node key
+     * @param rdn the rdn to use as the node key
      * @return the child node corresponding to the rdn.
      */
     public Node getChild( String rdn )

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/tree/LeafNode.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/tree/LeafNode.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/tree/LeafNode.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/tree/LeafNode.java Wed Mar 19 04:03:12 2008
@@ -54,9 +54,6 @@
     }
     
 
-    /**
-     * @see Node#getPartition()
-     */
     public Partition getPartition()
     {
         return partition;

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/schema/SchemaChecker.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/schema/SchemaChecker.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/schema/SchemaChecker.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/schema/SchemaChecker.java Wed Mar 19 04:03:12 2008
@@ -360,7 +360,7 @@
         }
         throw new LdapSchemaViolationException( msg, ResultCodeEnum.OBJECT_CLASS_MODS_PROHIBITED );
     }
-
+    */
 
     /**
      * Makes sure a modify operation does not replace RDN attributes or their value.
@@ -379,6 +379,7 @@
      * @param name the distinguished name of the attribute being modified
      * @param mod the modification operation being performed (should be REPLACE_ATTRIBUTE )
      * @param attribute the attribute being modified
+     * @param oidRegistry
      * @throws NamingException if the modify operation is removing an Rdn attribute
      */
     public static void preventRdnChangeOnModifyReplace( LdapDN name, ModificationOperation mod, ServerAttribute attribute, OidRegistry oidRegistry )
@@ -451,7 +452,8 @@
      *
      * @param name the distinguished name of the attribute being modified
      * @param mod the modification operation being performed (should be REPLACE_ATTRIBUTE )
-     * @param attributes the attributes being modified
+     * @param entry
+     * @param oidRegistry
      * @throws NamingException if the modify operation is removing an Rdn attribute
      */
     public static void preventRdnChangeOnModifyReplace( LdapDN name, int mod, ServerEntry entry, OidRegistry oidRegistry )
@@ -602,7 +604,8 @@
      *
      * @param name the distinguished name of the attribute being modified
      * @param mod the modification operation being performed (should be REMOVE_ATTRIBUTE )
-     * @param attributes the attributes being modified
+     * @param entry
+     * @param oidRegistry
      * @throws NamingException if the modify operation is removing an Rdn attribute
      */
     public static void preventRdnChangeOnModifyRemove( LdapDN name, int mod, ServerEntry entry, OidRegistry oidRegistry )

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/schema/SchemaPartitionDao.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/schema/SchemaPartitionDao.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/schema/SchemaPartitionDao.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/schema/SchemaPartitionDao.java Wed Mar 19 04:03:12 2008
@@ -128,7 +128,7 @@
      * Creates a schema dao object backing information within a schema partition.
      * 
      * @param partition the schema partition
-     * @param bootstrapRegistries the bootstrap registries that were used to start up the schema partition
+     * @param registries the bootstrap registries that were used to start up the schema partition
      * @throws NamingException if there are problems initializing this schema partion dao
      */
     public SchemaPartitionDao( Partition partition, Registries registries ) throws NamingException

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/trigger/TriggerInterceptor.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/trigger/TriggerInterceptor.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/trigger/TriggerInterceptor.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/trigger/TriggerInterceptor.java Wed Mar 19 04:03:12 2008
@@ -195,7 +195,7 @@
     /**
      * Return a selection of trigger specifications for a certain type of trigger action time.
      * 
-     * @NOTE: This method serves as an extion point for new Action Time types.
+     * @note This method serves as an extion point for new Action Time types.
      * 
      * @param triggerSpecs the trigger specifications
      * @param ldapOperation the ldap operation being performed

Modified: directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/crypto/encryption/DesStringToKey.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/crypto/encryption/DesStringToKey.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/crypto/encryption/DesStringToKey.java (original)
+++ directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/crypto/encryption/DesStringToKey.java Wed Mar 19 04:03:12 2008
@@ -290,7 +290,7 @@
      * If the secret key is weak, correct by exclusive OR'ing
      * with the constant 0xF0.
      * 
-     * @param keyValue The key to correct, if necessary.
+     * @param secretKey The key to correct, if necessary.
      * @return The corrected key.
      */
     protected byte[] getStrongKey( byte[] secretKey )

Modified: directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/KerberosMessage.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/KerberosMessage.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/KerberosMessage.java (original)
+++ directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/KerberosMessage.java Wed Mar 19 04:03:12 2008
@@ -63,9 +63,9 @@
 
 
     /**
-     * Returns the {@link MessageType}.
+     * Returns the {@link org.apache.directory.server.kerberos.shared.KerberosMessageType}.
      *
-     * @return The {@link MessageType}.
+     * @return The {@link org.apache.directory.server.kerberos.shared.KerberosMessageType}.
      */
     public KerberosMessageType getMessageType()
     {
@@ -74,7 +74,7 @@
 
 
     /**
-     * Sets the {@link MessageType}.
+     * Sets the {@link org.apache.directory.server.kerberos.shared.KerberosMessageType}.
      *
      * @param type
      */

Modified: directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/components/Ticket.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/components/Ticket.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/components/Ticket.java (original)
+++ directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/components/Ticket.java Wed Mar 19 04:03:12 2008
@@ -193,7 +193,7 @@
 
     /**
      * Set the server KerberosPrincipal
-     * @param sName the server KerberosPrincipal
+     * @param serverPrincipal the server KerberosPrincipal
      */
     public void setServerPrincipal( KerberosPrincipal serverPrincipal ) throws InvalidTicketException
     {
@@ -272,7 +272,7 @@
     {
         return encTicketPart.getAuthorizationData();
     }
-
+    */
 
     /**
      * Returns the auth {@link KerberosTime}.
@@ -283,7 +283,7 @@
     {
         return encTicketPart.getAuthTime();
     }
-
+    */
 
     /**
      * Returns the client {@link HostAddresses}.
@@ -294,7 +294,7 @@
     {
         return encTicketPart.getClientAddresses();
     }
-
+    */
 
     /**
      * Returns the client {@link KerberosPrincipal}.
@@ -305,7 +305,8 @@
     {
         return encTicketPart.getClientPrincipal();
     }
-
+    */
+    
     /**
      * Returns the client {@link PrincipalName}.
      *
@@ -315,7 +316,7 @@
     {
         return encTicketPart.getClientPrincipalName();
     }
-
+    */
 
     /**
      * Returns the client realm.
@@ -326,7 +327,7 @@
     {
         return encTicketPart.getClientRealm();
     }
-
+    */
 
     /**
      * Returns the end {@link KerberosTime}.
@@ -337,7 +338,7 @@
     {
         return encTicketPart.getEndTime();
     }
-
+    */
 
     /**
      * Returns the {@link TicketFlags}.
@@ -348,7 +349,8 @@
     {
         return encTicketPart.getFlags();
     }
-
+    */
+    
     /**
      * Returns the integer value for the {@link TicketFlags}.
      *
@@ -358,7 +360,7 @@
     {
         return encTicketPart.getFlags().getIntValue();
     }
-
+    */
 
     /**
      * Returns the renew till {@link KerberosTime}.
@@ -369,7 +371,7 @@
     {
         return encTicketPart.getRenewTill();
     }
-
+    */
 
     /**
      * Returns the session {@link EncryptionKey}.
@@ -380,7 +382,7 @@
     {
         return encTicketPart.getSessionKey();
     }
-
+    */
 
     /**
      * Returns the start {@link KerberosTime}.
@@ -391,7 +393,7 @@
     {
         return encTicketPart.getStartTime();
     }
-
+    */
 
     /**
      * Returns the {@link TransitedEncoding}.
@@ -402,7 +404,7 @@
     {
         return encTicketPart.getTransitedEncoding();
     }
-
+    */
 
     /**
      * Returns the flag at the given index.
@@ -414,7 +416,8 @@
     {
         return encTicketPart.getFlags().isFlagSet( flag );
     }
-
+    */
+    
     /**
      * Compute the Ticket length
      * 

Modified: directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/Checksum.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/Checksum.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/Checksum.java (original)
+++ directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/Checksum.java Wed Mar 19 04:03:12 2008
@@ -78,7 +78,7 @@
     /**
      * Creates a new instance of Checksum.
      *
-     * @param checksumType The checksum type used
+     * @param cksumtype The checksum type used
      * @param checksum The checksum value
      */
     public Checksum( ChecksumType cksumtype, byte[] checksum )
@@ -145,7 +145,7 @@
     /**
      * Set the {@link ChecksumType}.
      *
-     * @param cksumtype The checksum algorithm used
+     * @param cksumType The checksum algorithm used
      */
     public void setChecksumType( ChecksumType cksumType )
     {

Modified: directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/EncryptedData.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/EncryptedData.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/EncryptedData.java (original)
+++ directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/EncryptedData.java Wed Mar 19 04:03:12 2008
@@ -87,7 +87,7 @@
     /**
      * Creates a new instance of EncryptedData.
      *
-     * @param etype The encription algorithm
+     * @param eType The encription algorithm
      * @param kvno The key version
      * @param cipher the encrypted text
      */
@@ -103,7 +103,7 @@
     /**
      * Creates a new instance of EncryptedData.
      *
-     * @param etype The encription algorithm
+     * @param eType The encription algorithm
      * @param cipher the encrypted text
      */
     public EncryptedData( EncryptionType eType, byte[] cipher )

Modified: directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/EncryptionKey.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/EncryptionKey.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/EncryptionKey.java (original)
+++ directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/EncryptionKey.java Wed Mar 19 04:03:12 2008
@@ -163,9 +163,8 @@
 
     
     /**
-     * Returns the key version.
-     *
-     * @return The key version.
+     * Set the key value
+     * @param keyVersion The key version
      */
     public void setKeyVersion( int keyVersion)
     {

Modified: directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/HostAddress.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/HostAddress.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/HostAddress.java (original)
+++ directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/HostAddress.java Wed Mar 19 04:03:12 2008
@@ -86,7 +86,7 @@
      * Creates a new instance of HostAddress.
      *
      * @param addrType
-     * @param addr
+     * @param address
      */
     public HostAddress( HostAddrType addrType, byte[] address )
     {
@@ -280,9 +280,9 @@
 
 
     /**
-     * Returns the {@link HostaddrType} of this {@link HostAddress}.
+     * Returns the {@link HostAddrType} of this {@link HostAddress}.
      *
-     * @return The {@link HostaddrType}.
+     * @return The {@link HostAddrType}.
      */
     public HostAddrType getAddrType()
     {

Modified: directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/HostAddresses.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/HostAddresses.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/HostAddresses.java (original)
+++ directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/HostAddresses.java Wed Mar 19 04:03:12 2008
@@ -66,8 +66,6 @@
 
     /**
      * Creates a new instance of HostAddresses.
-     *
-     * @param addresses
      */
     public HostAddresses()
     {

Modified: directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/PaData.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/PaData.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/PaData.java (original)
+++ directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/PaData.java Wed Mar 19 04:03:12 2008
@@ -68,9 +68,6 @@
 
     /**
      * Creates a new instance of PreAuthenticationData.
-     *
-     * @param paDataType
-     * @param dataValue
      */
     public PaData()
     {
@@ -81,7 +78,7 @@
      * Creates a new instance of PreAuthenticationData.
      *
      * @param paDataType
-     * @param dataValue
+     * @param paDataValue
      */
     public PaData( PaDataType paDataType, byte[] paDataValue )
     {

Modified: directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/PrincipalName.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/PrincipalName.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/PrincipalName.java (original)
+++ directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/PrincipalName.java Wed Mar 19 04:03:12 2008
@@ -144,8 +144,6 @@
 
     /**
      * Creates a new empty instance of PrincipalName.
-     *
-     * @param principal A Sun kerberosPrincipal instance
      */
     public PrincipalName()
     {
@@ -191,7 +189,7 @@
     /**
      * Creates a new instance of PrincipalName.
      *
-     * @param nameComponent
+     * @param nameString
      * @param nameType
      */
     public PrincipalName( String nameString, int nameType ) throws ParseException

Modified: directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/TransitedEncoding.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/TransitedEncoding.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/TransitedEncoding.java (original)
+++ directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/TransitedEncoding.java Wed Mar 19 04:03:12 2008
@@ -84,7 +84,7 @@
     /**
      * Creates a new instance of TransitedEncoding.
      *
-     * @param type
+     * @param trType
      * @param contents
      */
     public TransitedEncoding( TransitedEncodingType trType, byte[] contents )

Modified: directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/flags/AbstractKerberosFlags.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/flags/AbstractKerberosFlags.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/flags/AbstractKerberosFlags.java (original)
+++ directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/flags/AbstractKerberosFlags.java Wed Mar 19 04:03:12 2008
@@ -119,7 +119,7 @@
     
     /**
      * Check if a flag is set
-     * @param flags The flags to test
+     * @param flag The flags to test
      * @return True if the flag is set in the list of flags
      */
     public boolean isFlagSet( int flag )
@@ -154,8 +154,7 @@
     
     /**
      * Modify a byte array to an integer value
-     * @param value The 4 bytes byte array to transform.
-     * @return The int which contains the bytes value.
+     * @param bytes The 4 bytes byte array to transform.
      */
     public void setFlags( byte[] bytes )
     {

Modified: directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/flags/KerberosFlags.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/flags/KerberosFlags.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/flags/KerberosFlags.java (original)
+++ directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/flags/KerberosFlags.java Wed Mar 19 04:03:12 2008
@@ -49,7 +49,7 @@
     
     /**
      * Check if a flag is set
-     * @param flags The flags to test
+     * @param flag The flags to test
      * @return True if the flag is set in the list of flags
      */
     boolean isFlagSet( int flag );

Modified: directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/types/HostAddrType.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/types/HostAddrType.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/types/HostAddrType.java (original)
+++ directory/apacheds/branches/bigbang/kerberos-shared/src/main/java/org/apache/directory/server/kerberos/shared/messages/value/types/HostAddrType.java Wed Mar 19 04:03:12 2008
@@ -40,7 +40,7 @@
  * The other address types are simply ignored. They are part of a Unix
  * include file. 
  * 
- * @TODO find the original include where those ignored values come from 
+ * @todo find the original include where those ignored values come from 
  * 
  * To be realistic, we may encounter IPv4, IPv6 and NetBios addresses in the real world...
  * 

Modified: directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/operation/AttributeOperation.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/operation/AttributeOperation.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/operation/AttributeOperation.java (original)
+++ directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/operation/AttributeOperation.java Wed Mar 19 04:03:12 2008
@@ -50,8 +50,9 @@
     /**
      * Create a new operation that affects an entry with the specified name.
      * 
+     * @param csn
      * @param name the normalized name of an entry 
-     * @param attribute an attribute to modify
+     * @param serverAttribute an attribute to modify
      */
     public AttributeOperation( CSN csn, LdapDN name, ServerAttribute serverAttribute )
     {

Modified: directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/operation/Operation.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/operation/Operation.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/operation/Operation.java (original)
+++ directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/operation/Operation.java Wed Mar 19 04:03:12 2008
@@ -98,7 +98,7 @@
 
 
     /**
-     * Exeutes this operation on the specified nexus.
+     * Executes this operation on the specified nexus.
      */
     public final void execute( PartitionNexus nexus, ReplicationStore store, Registries registries ) 
         throws NamingException

Modified: directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/service/ReplicationInterceptor.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/service/ReplicationInterceptor.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/service/ReplicationInterceptor.java (original)
+++ directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/service/ReplicationInterceptor.java Wed Mar 19 04:03:12 2008
@@ -84,8 +84,8 @@
 
 /**
  * An {@link Interceptor} that intercepts LDAP operations and propagates the
- * changes occurred by the operations into other {@link Replica}s so the DIT
- * of each {@link Replica} in the cluster has the same content without any
+ * changes occurred by the operations into other {@link ReplicaId}s so the DIT
+ * of each {@link ReplicaId} in the cluster has the same content without any
  * conflict.
  * <p>
  * Once an operation is invoked, this interceptor transforms it into one or
@@ -100,14 +100,14 @@
  * <li>To store the created {@link Operation} itself to
  *     {@link ReplicationStore} so that it can be retrieved later by
  *     {@link ReplicationLogCleanJob} and {@link ReplicationClientContextHandler}
- * <li>To transfer itself to other {@link Replica}s via TCP/IP communication
+ * <li>To transfer itself to other {@link ReplicaId}s via TCP/IP communication
  *     between {@link ReplicationClientContextHandler} and
  *     {@link ReplicationServerContextHandler}
  * </ul>
  * The first two actions (modifying the local DIT and storing the
  * {@link Operation} to {@link ReplicationStore}) are performed automatically
  * when
- * {@link Operation#execute(PartitionNexus, ReplicationStore, AttributeTypeRegistry)}
+ * {@link Operation#execute(PartitionNexus, ReplicationStore, Registries)}
  * method is invoked.  {@link ReplicationInterceptor} always call it instead of
  * forwarding the requested operation to the next {@link Interceptor}.
  * <p>

Modified: directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/store/ReplicationStore.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/store/ReplicationStore.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/store/ReplicationStore.java (original)
+++ directory/apacheds/branches/bigbang/mitosis/src/main/java/org/apache/directory/mitosis/store/ReplicationStore.java Wed Mar 19 04:03:12 2008
@@ -55,13 +55,13 @@
     void close();
 
     /**
-     * Returns the {@link ReplicaId} of the {@link Replica} that this storage
+     * Returns the {@link ReplicaId} of the {@link ReplicaId} that this storage
      * is associated with.
      */
     ReplicaId getReplicaId();
 
     /**
-     * Returns the set of {@link ReplicaId}s of the {@link Replica}s that
+     * Returns the set of {@link ReplicaId}s of the {@link ReplicaId}s that
      * belongs to the same cluster.
      */
     Set<ReplicaId> getKnownReplicaIds();
@@ -127,7 +127,7 @@
 
     /**
      * Returns the number of {@link Operation}s logged by
-     * the {@link Replica} with the specified {@link ReplicaId}
+     * the {@link ReplicaId} with the specified {@link ReplicaId}
      * in this storage .
      */
     int getLogSize( ReplicaId replicaId );

Modified: directory/apacheds/branches/bigbang/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/pom.xml?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/pom.xml (original)
+++ directory/apacheds/branches/bigbang/pom.xml Wed Mar 19 04:03:12 2008
@@ -558,6 +558,38 @@
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
           <aggregate>true</aggregate>
+          <tags>
+            <tag>
+              <name>org.apache.xbean.XBean</name>
+              <placement>a</placement>
+              <head>XBean</head>
+            </tag>
+            <tag>
+              <name>org.apache.xbean.Property</name>
+              <placement>a</placement>
+              <head>XBean Property</head>
+            </tag>
+            <tag>
+              <name>org.apache.xbean.DestroyMethod</name>
+              <placement>a</placement>
+              <head>XBean DestroyMethod</head>
+            </tag>
+            <tag>
+              <name>note</name>
+              <placement>a</placement>
+              <head>NOTE</head>
+            </tag>
+            <tag>
+              <name>todo</name>
+              <placement>a</placement>
+              <head>TODO</head>
+            </tag>
+            <tag>
+              <name>warning</name>
+              <placement>a</placement>
+              <head>WARNING</head>
+            </tag>
+          </tags>
         </configuration>
       </plugin>
     </plugins>

Modified: directory/apacheds/branches/bigbang/protocol-changepw/src/main/java/org/apache/directory/server/changepw/messages/ChangePasswordError.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/protocol-changepw/src/main/java/org/apache/directory/server/changepw/messages/ChangePasswordError.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/protocol-changepw/src/main/java/org/apache/directory/server/changepw/messages/ChangePasswordError.java (original)
+++ directory/apacheds/branches/bigbang/protocol-changepw/src/main/java/org/apache/directory/server/changepw/messages/ChangePasswordError.java Wed Mar 19 04:03:12 2008
@@ -35,9 +35,7 @@
     /**
      * Creates a new instance of ChangePasswordError.
      *
-     * @param messageLength
      * @param versionNumber
-     * @param authHeaderLength
      * @param errorMessage
      */
     public ChangePasswordError( short versionNumber, ErrorMessage errorMessage )

Modified: directory/apacheds/branches/bigbang/protocol-changepw/src/main/java/org/apache/directory/server/changepw/messages/ChangePasswordReply.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/protocol-changepw/src/main/java/org/apache/directory/server/changepw/messages/ChangePasswordReply.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/protocol-changepw/src/main/java/org/apache/directory/server/changepw/messages/ChangePasswordReply.java (original)
+++ directory/apacheds/branches/bigbang/protocol-changepw/src/main/java/org/apache/directory/server/changepw/messages/ChangePasswordReply.java Wed Mar 19 04:03:12 2008
@@ -37,9 +37,7 @@
     /**
      * Creates a new instance of ChangePasswordReply.
      *
-     * @param messageLength
      * @param versionNumber
-     * @param authHeaderLength
      * @param applicationReply
      * @param privateMessage
      */

Modified: directory/apacheds/branches/bigbang/protocol-dhcp/src/main/java/org/apache/directory/server/dhcp/messages/DhcpMessage.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/protocol-dhcp/src/main/java/org/apache/directory/server/dhcp/messages/DhcpMessage.java?rev=638784&r1=638783&r2=638784&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/protocol-dhcp/src/main/java/org/apache/directory/server/dhcp/messages/DhcpMessage.java (original)
+++ directory/apacheds/branches/bigbang/protocol-dhcp/src/main/java/org/apache/directory/server/dhcp/messages/DhcpMessage.java Wed Mar 19 04:03:12 2008
@@ -34,8 +34,6 @@
 public class DhcpMessage {
 	/**
 	 * Flag value: request broadcast answer.
-	 * 
-	 * @see #flags;
 	 */
 	public static final int FLAG_BROADCAST = 0x01;
 
@@ -140,8 +138,7 @@
 	 * 
 	 * @param messageType
 	 * @param op
-	 * @param hardwareAddressType
-	 * @param hardwareAddressLength
+	 * @param hardwareAddress
 	 * @param hops
 	 * @param transactionId
 	 * @param seconds
@@ -150,7 +147,6 @@
 	 * @param assignedClientAddress
 	 * @param nextServerAddress
 	 * @param relayAgentAddress
-	 * @param clientHardwareAddress
 	 * @param serverHostname
 	 * @param bootFileName
 	 * @param options