Fork me on GitHub

Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag ClassTotal number of occurrencesTag strings used by tag class
Bugs4FIXME
Code Work10TODO

Each tag is detailed below:

Bugs

Number of occurrences found in the code: 4

org.opensocial.explorer.server.config.OSEContainerConfigLine
Shindig should allow me to do this by injecting my own BlobCrypter. Instead BlobCrypterSecurityTokenCodec is tightly coupled to BasicBlobCrypter and BasicBlobCrypter relies on BlobCrypterSecurityTokenCodec giving it a key when it is contructed.54
org.opensocial.explorer.server.openid.OpenIDServletLine
Don't hardcode this.65
org.opensocial.explorer.server.security.OSEAuthConfigContributorLine
Shindig doesn't like feeding AnonymousSecurityTokens to the BlobCrypterSecurityTokenCodec, so I fake it out by setting the authentication mode to something other than UNAUTHENTICATED. Shindig needs to be fixed to remove the tight coupling between codecs and token implementations.45
org.opensocial.explorer.server.security.OSESecurityTokenCodecLine
This is so gross that I have to do this. Shindig needs to be fixed so I can consistently get the container from tokenParameters.61

Code Work

Number of occurrences found in the code: 10

org.opensocial.explorer.server.oauth2.OSEInMemoryCacheLine
Remove this once we get the proper visibility in MapCache51
Remove this once we get the proper visibility in MapCache58
org.opensocial.explorer.server.oauth2.OSEOAuth2PersisterLine
Remove this once we have the proper visibility in JSONOAuth2Persister This code came from org.apache.shindig.gadgets.oauth2.persistence.sample.JSONOAuth2Persister.loadClients Needed to copy the entire method because we cannot override loadGadgetBindings in Shindig 2.5.0121
Override this once we have the proper visibility in JSONOAuth2Persister234
Remove this once we have the proper visibility in JSONOAuth2Persister This code came from org.apache.shindig.gadgets.oauth2.persistence.sample.JSONOAuth2Persister.loadClients Needed to copy the entire method because we cannot override loadGadgetBindings in Shindig 2.5.0262
org.opensocial.explorer.server.openid.OpenIDConsumerTestLine
this should return a list of what?191
this should return a list of what?208
this should return a list of what?228
this should return a list of what?248
this should return a list of what?269