The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
| Tag Class | Total number of occurrences | Tag strings used by tag class |
|---|---|---|
| Todo Work | 22 | todo, FIXME |
Each tag is detailed below:
Number of occurrences found in the code: 22
| dk.sosi.seal.SOSIFactory | Line |
|---|---|
| change properties names to include packages instead of "sosi:" | 58 |
| the configuration created should probably be stored to avoid recreating it every time. | 789 |
| dk.sosi.seal.TestSOSIFactory | Line |
| Assertions? | 162 |
| Assertions? | 172 |
| dk.sosi.seal.model.IDCard | Line |
| consider to make this element transient - BUT beware of dependencies to the "needsSignature" value and the invariant needsSignature=(domElement==null) | 85 |
| dk.sosi.seal.model.LibertyRequest | Line |
| always validate signature? Or only when the token is expired? Make this a parameter? | 56 |
| dk.sosi.seal.model.LibertyRequestDOMEnhancer | Line |
| Fail if namespace declaration with same prefix but different URI exists? | 198 |
| allow to set created time explicitly? | 251 |
| dk.sosi.seal.model.LibertyRequestDOMEnhancerTest | Line |
| assertEquals on identityTokens, but we need a method to deserialize an identitytoken .... | 380 |
| dk.sosi.seal.model.Reply | Line |
| is this true (JRI)? | 95 |
| dk.sosi.seal.model.TestModel | Line |
| add namespaces to xml so body can be found | 568 |
| dk.sosi.seal.model.dombuilders.WSTrustUtil | Line |
| fixme sosifactory instead of null | 68 |
| fixme sosifactory instead of null | 94 |
| dk.sosi.seal.pki.DistinguishedName | Line |
| - repair this with RE, parsing 'CN=Merlin Hughes, O="Baltimore Technologies, Ltd.", ST=Dublin, C=IE' | 168 |
| dk.sosi.seal.pki.LunaGatewaySignatureProvider | Line |
| --No comment-- | 39 |
| --No comment-- | 43 |
| dk.sosi.seal.pki.SOSIFederation | Line |
| replace with call to non-deprecated constructor in next seal release | 72 |
| dk.sosi.seal.pki.SOSITestFederation | Line |
| replace with call to non-deprecated constructor in next seal release | 76 |
| dk.sosi.seal.pki.impl.federationcert.FederationCertificateStoreAdapter | Line |
| add oces2store | 51 |
| dk.sosi.seal.transform.internal.STRTransform | Line |
| Rework theses hacks after c14n was updated and can be instructed to insert empty default namespace if required | 201 |
| dk.sosi.seal.xml.ClasspathResourceResolver | Line |
| maybe it is nicer to use contextclassloader to get resources? InputStream inputStream = Thread.currentThread().getContextClassLoader().getResourceAsStream(xsd); | 70 |
| dk.sosi.seal.xml.XmlUtil | Line |
| use UUID algorithm based on standards (JDK1.5, Commons Id contains such a generator) | 545 |