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 Work4TODO

Each tag is detailed below:

Bugs

Number of occurrences found in the code: 4

org.opensocial.explorer.specserver.DefaultGadgetRegistryLine
If there's only one spec, we should force it to be the default. This might be easier to do client-side98
org.opensocial.explorer.specserver.DefaultGadgetSpecLine
9 is a magic number.67
org.opensocial.explorer.specserver.DefaultGadgetSpecTestLine
Actually test the results from this138
Actually test the results from this142

Code Work

Number of occurrences found in the code: 4

org.opensocial.explorer.specserver.DefaultGadgetRegistryLine
What if two specs want to be the default? Last one wins? This also might be easier to do client-side100
org.opensocial.explorer.specserver.DefaultGadgetSpecLine
Make these strings constants68
org.opensocial.explorer.specserver.temp.TempGadgetResourceLine
The abstraction is broken here because this extends {@link DefaultGadgetResource} but isn't an {@link OnDiskResource}.69
org.opensocial.explorer.specserver.temp.TempGadgetSpecLine
The abstraction is broken (or at least muddled) here because there are several methods that simply throw UnsupportedOperationExceptions.37