ldap/model/src/main/java/org/apache/directory/api/ldap/model/schema/PrepareString.java (14 lines): - line 139: // TODO : we have to find a way to prevent this waste of space. - line 282: // SOFT HYPHEN (U+00AD) and MONGOLIAN TODO SOFT HYPHEN (U+1806) code - line 753: // SOFT HYPHEN (U+00AD) and MONGOLIAN TODO SOFT HYPHEN (U+1806) code - line 1145: // SOFT HYPHEN (U+00AD) and MONGOLIAN TODO SOFT HYPHEN (U+1806) code - line 1155: // SOFT HYPHEN (U+00AD) and MONGOLIAN TODO SOFT HYPHEN (U+1806) code - line 2587: // SOFT HYPHEN (U+00AD) and MONGOLIAN TODO SOFT HYPHEN (U+1806) code - line 2640: // SOFT HYPHEN (U+00AD) and MONGOLIAN TODO SOFT HYPHEN (U+1806) code - line 4604: // TODO : we have to find a way to prevent this waste of space. - line 4776: // SOFT HYPHEN (U+00AD) and MONGOLIAN TODO SOFT HYPHEN (U+1806) code - line 5247: // SOFT HYPHEN (U+00AD) and MONGOLIAN TODO SOFT HYPHEN (U+1806) code - line 5639: // SOFT HYPHEN (U+00AD) and MONGOLIAN TODO SOFT HYPHEN (U+1806) code - line 5649: // SOFT HYPHEN (U+00AD) and MONGOLIAN TODO SOFT HYPHEN (U+1806) code - line 7081: // SOFT HYPHEN (U+00AD) and MONGOLIAN TODO SOFT HYPHEN (U+1806) code - line 7134: // SOFT HYPHEN (U+00AD) and MONGOLIAN TODO SOFT HYPHEN (U+1806) code ldap/extras/aci/src/main/antlr/ACIItem.g (4 lines): - line 614: // TODO : deal with such an exception - line 695: // TODO : deal with such an exception - line 727: // TODO : deal with such an exception - line 748: // TODO : deal with such an exception ldap/client/api/src/main/java/org/apache/directory/ldap/client/api/LdapConnection.java (4 lines): - line 60: // TODO: all the SASL bind methods are not declared in this interface, but implemented in LdapNetworkConnection. Is that intended? - line 61: // TODO: why does connect() return a boolean? What is the difference between false and an Exception? - line 62: // TODO: describe better which type of LdapException are thrown in which case? - line 63: // TODO: does method getCodecService() belong into the interface? It returns a LdapApiService, should it be renamed? util/src/main/java/org/apache/directory/api/util/Unicode.java (4 lines): - line 112: * wrong. TODO : Should stop after the third byte, as a char is only - line 163: * @return The decoded char, or -1 if no char can be decoded TODO : Should - line 220: * @return The number of bytes to hold the char. TODO : Should stop after - line 312: * TODO : Should stop after the third byte, as a char is only 2 bytes long. ldap/model/src/main/java/org/apache/directory/api/ldap/model/schema/registries/Registries.java (3 lines): - line 609: // TODO: implement - line 618: // TODO: implement - line 808: // TODO: implement dsml/parser/src/main/java/org/apache/directory/api/dsmlv2/response/ErrorResponse.java (2 lines): - line 50: * TODO review this class - maybe it should not be decorated and if it is - line 149: // TODO Add Detail ldap/schema/data/src/main/java/org/apache/directory/api/ldap/schema/manager/impl/DefaultSchemaManager.java (2 lines): - line 1137: // What kind of error is this? TODO: better message - line 1149: // What kind of error is this? TODO: better message ldap/schema/converter/src/main/antlr/schemaConverter.g (2 lines): - line 176: // @TODO : add ( extension[type] )* - line 322: // @TODO : add ( extension[type] )* ldap/extras/util/src/main/java/org/apache/directory/api/ldap/util/JndiUtils.java (2 lines): - line 331: // TODO : check if we must throw an exception. - line 352: // TODO : check if we must throw an exception. ldap/model/src/main/java/org/apache/directory/api/ldap/model/schema/SchemaObjectRenderer.java (2 lines): - line 37: * TODO: currently only {@link ObjectClass} and {@link AttributeType} are supported, implement other schema object types. - line 215: * TODO: Check for getSuperior(), getEquality(), getOrdering(), and getSubstring() should not be necessary. ldap/model/src/main/java/org/apache/directory/api/ldap/model/schema/DitContentRule.java (2 lines): - line 606: // TODO: complete this method - line 631: // TODO : complete the check ldap/model/src/main/java/org/apache/directory/api/ldap/model/schema/NameForm.java (2 lines): - line 455: // TODO: complete this method - line 479: // TODO : complete the checks ldap/extras/codec-api/src/main/java/org/apache/directory/api/ldap/extras/extended/storedProcedure/StoredProcedureRequestImpl.java (2 lines): - line 316: * FIXME: Why do we check here whether it's Java or not ? - line 339: * FIXME: What is this for? ldap/client/api/src/main/java/org/apache/directory/ldap/client/api/Krb5LoginConfiguration.java (1 line): - line 49: // TODO: this only works for Sun JVM ldap/client/api/src/main/java/org/apache/directory/ldap/client/api/DefaultSchemaLoader.java (1 line): - line 198: // TODO : if we can't read the schema from the rootDSE, just try to read the ldap/model/src/main/java/org/apache/directory/api/ldap/model/message/Referral.java (1 line): - line 82: * TODO This interface should be located in a url package under common to be ldap/model/src/main/java/org/apache/directory/api/ldap/model/ldif/anonymizer/IntegerAnonymizer.java (1 line): - line 111: // TODO : handle that ldap/model/src/main/java/org/apache/directory/api/ldap/model/schema/MatchingRuleUse.java (1 line): - line 297: // TODO : complete the checks ldap/net/mina/src/main/java/org/apache/directory/api/ldap/codec/protocol/mina/LdapProtocolDecoder.java (1 line): - line 178: // TODO : This is certainly not the way we should handle such an exception ! dsml/parser/src/main/java/org/apache/directory/api/dsmlv2/response/Dsmlv2ResponseGrammar.java (1 line): - line 652: // TODO Look for documentation about this Detail element (the DSML documentation doesn't give enough information) ldap/net/mina/src/main/java/org/apache/directory/api/ldap/codec/protocol/mina/LdapProtocolCodecActivator.java (1 line): - line 96: // TODO should we unregister the LdapProtocolCodecFactory at LdapApiService? ldap/model/src/main/java/org/apache/directory/api/ldap/model/ldif/LdifReader.java (1 line): - line 1812: // FIXME might fail on windows in the new line issue, yet to check ldap/model/src/main/java/org/apache/directory/api/ldap/model/url/LdapUrl.java (1 line): - line 381: * apply to the byte buffer TODO check that the topLabel is valid ldap/model/src/main/java/org/apache/directory/api/ldap/model/ldif/anonymizer/StringAnonymizer.java (1 line): - line 99: // TODO : handle that ldap/model/src/main/java/org/apache/directory/api/ldap/model/schema/DitStructureRule.java (1 line): - line 300: // TODO : complete the test ldap/model/src/main/antlr/subtree-specification.g (1 line): - line 427: // TODO : deal with such an exception ldap/extras/codec-api/src/main/java/org/apache/directory/api/ldap/extras/intermediate/syncrepl/SyncInfoValueImpl.java (1 line): - line 228: // @TODO : this is extremely heavy... We have to find a better way to ldap/model/src/main/java/org/apache/directory/api/ldap/model/schema/AbstractSchemaObject.java (1 line): - line 763: // TODO compare the values ldap/model/src/main/java/org/apache/directory/api/ldap/model/schema/SchemaObject.java (1 line): - line 332: * TODO locked. ldap/extras/trigger/src/main/antlr/TriggerSpecification.g (1 line): - line 392: ID_searchContext ( SP )+ // FIXME: SP should not be mandatory if an OPEN_CURLY follows ldap/schema/data/src/main/java/org/apache/directory/api/ldap/schema/loader/SchemaEntityFactory.java (1 line): - line 1429: * TODO : create the M_SPECIFICATION_AT ldap/model/src/main/java/org/apache/directory/api/ldap/model/name/Ava.java (1 line): - line 884: // TODO: is this OK? If the comparison is not reliable without normalization then we should throw exception ldap/model/src/main/java/org/apache/directory/api/ldap/model/schema/syntaxCheckers/DnSyntaxChecker.java (1 line): - line 124: // TODO: this should be a false, but for