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 Class Total number of occurrences Tag strings used by tag class
@todo 0 @todo
TODO 53 TODO

Each tag is detailed below:

TODO

Number of occurrences found in the code: 53

ejava.examples.asyncmarket.web.AuctionAdminHandlerServlet Line
jndi = new JNDIHelper(ctx); 61
ejava.examples.asyncmarket.web.BuyerHandlerServlet Line
jndi = new JNDIHelper(ctx); 69
ejava.examples.asyncmarket.web.JNDIHelper Line
factor out JNDI properties into a jndi.properties file 32
ejava.examples.asyncmarket.web.SellerHandlerServlet Line
jndi = new JNDIHelper(ctx); 63
ejava.examples.daoex.dao.JDBCBookDAOImpl Line
Auto-generated method stub 62
Auto-generated method stub 68
Auto-generated method stub 74
Auto-generated method stub 80
ejava.examples.daoex.dao.JPANativeSQLBookDAO Line
Auto-generated method stub 43
Auto-generated method stub 49
Auto-generated method stub 55
Auto-generated method stub 61
ejava.jpa.examples.query.criteria.CriteriaTest Line
determine why SQL generated without quotes here with H2Dialect 909
ejava.projects.esales.xml.ESalesParserTest Line
Auto-generated method stub 195
myorg.queryex.QueryLocksTest Line
figure out why this does not work with server instance 179
figure out why this does not work with server instance 185
org.myorg.encconfig.auditor.ejb.AuditorCheckerITBase Line
enc-config 01: run this test 53
enc-config 03: run this test 62
enc-config 05: run this test 71
enc-config 07: run this test 79
enc-config 09: run this test 88
org.myorg.encconfig.auditor.ejb.it.ConfigBeanIT Line
enc-config 29 19
org.myorg.encconfig.auditor.ejb.it.ConfigBeanIT Line
enc-config 29 19
org.myorg.encconfig.auditor.ejb.it.ENCAuditorEJBIT Line
enc-config 11: activate this testcase 7
org.myorg.encconfig.auditor.ejb.it.JNDIAuditorEJBIT Line
enc-config 17: activate this testcase 7
org.myorg.encconfig.auditor.ejb.it.XMLInjectAuditorEJBIT Line
enc-config 23: activate this test case 7
org.myorg.encconfig.ejb.Choice1EJB Line
enc-config 34 6
org.myorg.encconfig.ejb.Choice1EJB Line
enc-config 34 6
org.myorg.encconfig.ejb.Choice2EJB Line
enc-config 32 6
org.myorg.encconfig.ejb.Choice2EJB Line
enc-config 32 6
org.myorg.encconfig.ejb.ConfigBeanEJB Line
enc-config 30 6
enc-config 31 9
enc-config 33 13
enc-config 35 17
org.myorg.encconfig.ejb.ConfigBeanEJB Line
enc-config 30 6
enc-config 31 9
enc-config 33 13
enc-config 35 17
org.myorg.encconfig.ejb.ENCAuditorEJB Line
enc-config 12: define a resource value ENC injection 18
enc-config 13: define a persistence context ENC injection 22
enc-config 14: define a resource-env ENC injection 26
enc-config 15: define a resource ENC injection 30
enc-config 16: activate this method after injection 34
org.myorg.encconfig.ejb.JNDIAuditorEJB Line
enc-config 18: activate initialization method to perform ENC lookups 28
enc-config 19: lookup resource value in ENC publishJMS = (Boolean) ctx.lookup("val/publishJMS"); 34
enc-config 20: lookup persistence context in ENC em = (EntityManager) ctx.lookup("jpa/em"); 36
enc-config 21: lookup resource in ENC using JNDI java:comp/env topic = (Topic) jndi.lookup("java:comp/env/jms/topic"); 38
enc-config 22: lookup resource in ENC using JNDI java:comp/env cf = (ConnectionFactory) jndi.lookup("java:comp/env/jms/cf"); 40
org.myorg.encconfig.ejb.LookupAuditorEJB Line
enc-config 02: define a resource value injection here 19
enc-config 04: define a persistence context injection here 23
enc-config 06: define a resource value lookup and injection here 27
enc-config 08: define a resource lookup and injection here 31
enc-config 10: activate this method after injection occurs 35