| org.wtfigo.ModuleManager | Line |
|---|
| show informative installation problem page | 64 |
| could call init on servlet here | 98 |
| convert this to an internal error on the requestEvent | 102 |
| could generate XML use client-side XSLT <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="wtifgo-viewevent.xsl"?> | 125 |
| org.wtfigo.WtfigoEngine | Line |
|---|
| create a better way of detecting and handling logging configuration | 93 |
| need to climb the classloader hierarchy to identify multiple logging providers | 95 |
| change this to a different bean that manages the global registry | 115 |
| this should have the context name as part of the name. probably create this elsewhere and not in init() | 119 |
| support a hierarchy of MBeans for the server | 128 |
| decide if filterConfig params should be used | 143 |
| there needs a better way to do this. if the filter isn't installed, the engine never gets the context. | 146 |
| need to remove dashboard registration AND make this work across multiple contexts such as if jar loaded from common/lib | 167 |
| figure out a way to have the engine cache the context path for use by any object w/o reference to a request object | 176 |
| complete the MBean interface implementation | 284 |
| org.wtfigo.WtfigoExperimentalFilter | Line |
|---|
| Auto-generated method stub | 57 |
| find a way to locate the URL of the Jar this class was loaded from. alternately, take a filter-config parameter atlernately, default to $CATALINA_HOME/common/lib | 63 |
| org.wtfigo.WtfigoFilter | Line |
|---|
| try to handle FORWARD requests in Tomcat5.5 | 94 |
| make this configurable. wtfigoConfig.useHeaders() | 166 |
| this should handle errors too. not just exceptions | 172 |
| THIS NEEDS TO BE SEPARATED FROM IN-PAGE. THEY SHOULD BE 2 SEPARATE COOKIES. | 198 |
| deregister with engine | 270 |
| org.wtfigo.analyzer.ConfigurationAnalyzer | Line |
|---|
| potentially move this to Server-specific implementation classes | 74 |
| Auto-generated catch block | 95 |
| Auto-generated catch block | 98 |
| Auto-generated catch block | 101 |
| handle non-Tomcat better | 109 |
| better error handling | 142 |
| try to find a more efficient algorithm for this | 204 |
| org.wtfigo.analyzer.JavadocHelper | Line |
|---|
| eventually use a .wtfigo directory or other home directory String wtfigoHome = tempDirectory + File.separator + ".wtfigo" + File.separator; | 48 |
| fix this. would be good to use getPackage but Ant appears to not be loading that correctly | 112 |
| make this work with String classnames | 133 |
| create a helper method that takes a stacktrace element | 191 |
| org.wtfigo.analyzer.ObjectInspector | Line |
|---|
| limiting beanInfo to object (excluding superclasses) has not been finished or tested | 38 |
| org.wtfigo.analyzer.SessionAnalyzer | Line |
|---|
| release reference to the session object on destroy? | 49 |
| org.wtfigo.analyzer.SpringAnalyzer | Line |
|---|
| all beans elements need to be parsed into a hashmap to get id's and names | 135 |
| handle exception | 148 |
| org.wtfigo.analyzer.TldHandler | Line |
|---|
| this Sax handler will be replaced with DOM parsing | 39 |
| change convert this to a set and use contains | 77 |
| grab attributes here? id? | 82 |
| take a 3rd parameter which is the key property? then turn the list into a map or treemap. if null, use object hashcode | 168 |
| org.wtfigo.analyzer.WebAppAnalyzer | Line |
|---|
| this is a horrible hack. make this a proper singleton or something. | 55 |
| this refresh boolean is for step-through debugging. remove it. | 88 |
| FOR DEBUGGING, TO TRY OLD WAY which still gets functions, etc | 90 |
| still need to deal with validators, init-params, and functions | 139 |
| it would be better to control all access to the Document through accessors | 261 |
| org.wtfigo.client.Monitor | Line |
|---|
| Auto-generated catch block | 91 |
| Auto-generated catch block | 95 |
| org.wtfigo.client.WtfigoClientApp | Line |
|---|
| figure out how to get the URL of the launching server -- BasicService.getCodeBase(); | 200 |
| test that this is not a security violation in web start | 202 |
| org.wtfigo.controller.BaseSpringModule | Line |
|---|
| make link? | 32 |
| take controller URI as param to make this reusable | 57 |
| print the description from xml file - not part of the bean definition out.println("<tr><td colspan=\"5\">"+beanFactory.getBeanDefinition(beanNames[i]).getResourceDescription()+"</td></tr>"); | 88 |
| org.wtfigo.controller.CSS | Line |
|---|
| find a better way to do this. weblogic can't determine size of a zipped file | 52 |
| org.wtfigo.controller.ClassViewer | Line |
|---|
| make this more visual, like Eclipse shows | 66 |
| link up classes to navigate around and also to view javadoc | 67 |
| look at ashkelon to see if it would be useful | 69 |
| look at the eclipse code parsers to see if they are useful. how is it picking up javadoc? | 70 |
| could use the loadedClasses from the classloaders to generate navigation | 72 |
| org.wtfigo.controller.DashboardController | Line |
|---|
| make this a dynamic list based on available modules | 41 |
| org.wtfigo.controller.Resource | Line |
|---|
| handle errors with 404s | 65 |
| find a better way to do this. weblogic can't determine size of a zipped file | 69 |
| support mime types for all resources served by wtfigo | 85 |
| org.wtfigo.controller.Verifier | Line |
|---|
| this is a very early pass at this functionality. these warning messages will link to the wtfigo-kb for more info | 39 |
| org.wtfigo.controller.ViewAcegiSecurity | Line |
|---|
| handle multiple patterns to same filter proxy | 136 |
| handle other acegi filters here. | 167 |
| further assistance could go here | 174 |
| check to make sure defnSource matches web.xml urlPatterns | 181 |
| see if there is a better way to display the regex mappings - compilePattern may have a pattern() method | 212 |
| complete the display of the channel processors. include the details about portmappings & port numbers | 281 |
| validate this filter is in the recommended FIRST position | 300 |
| org.wtfigo.controller.ViewAppConfig | Line |
|---|
| add welcome-files | 167 |
| add security-constraints+security_role | 168 |
| add error-page | 169 |
| add jsp-config | 170 |
| add login-config | 171 |
| add session-config | 172 |
| add jndi resource refs | 173 |
| parse web-app version info | 175 |
| also find loose jsp2.0 .tag files here | 207 |
| org.wtfigo.controller.ViewAxisConfig | Line |
|---|
| list the key Axis logging params org.apache.axis.TIME | 58 |
| find the constant that defines the servletContext attribute for this | 61 |
| lookup the servlet mapping for the AxisServlet to verify it is installed | 71 |
| move descriptions to a properties file http://ws.apache.org/axis/java/reference.html#GlobalAxisConfiguration | 88 |
| determine where these get used/set | 122 |
| add start/stop controls | 132 |
| add these details to the display List actorURIs=axisServer.getActorURIs(); String name=axisServer.getName(); List understoodHeaders=axisServer.getUnderstoodHeaders(); TypeMappingRegistry typeMappingRegistry = axisServer.getTypeMappingRegistry(); List roles=engineConfig.getRoles(); WSDDService[] services = ServiceAdmin.getServices(); String[] services2 = ServiceAdmin.listServices(); WSDDHandler[] handles = ServiceAdmin.getHandlers(); | 141 |
| calculate the correct base and endpoint urls | 177 |
| verify the Axis WSDL QS handler is configured | 183 |
| add enable/disable controls | 195 |
| put a better message here | 201 |
| org.wtfigo.controller.ViewContainer | Line |
|---|
| add details from $CATALINA_HOME/conf and $CATALINA_HOME/conf/Catalalina/localhost this includes server.xml and web.xml | 61 |
| org.wtfigo.controller.ViewEvents | Line |
|---|
| fix this. N/A used to be request hashCode | 88 |
| org.wtfigo.controller.ViewEventsAjax | Line |
|---|
| fix this. N/A used to be request hashCode | 75 |
| OF COURSE ALL OF THIS WILL BE MOVED TO .JS FILES thanks to http://lachy.id.au/log/2005/05/script-comments for this script comment wrapper explanation. external files do not need this | 89 |
| make the rate configurable and able to be stopped | 130 |
| remove dependency on Transformer | 151 |
| there should be a direct method to get the request by ID w/o iterating | 167 |
| org.wtfigo.controller.ViewGroovy | Line |
|---|
| could link here to where to find/install the groovy dependencies | 27 |
| bind variables to the session, except for special variables like request | 47 |
| need to verify Spring is available/configured | 58 |
| merge in utility functions like inspect() or describeBean() | 75 |
| bind resultValue to lastResult if sessions are enabled | 79 |
| don't show web bound variables, only user bound | 104 |
| org.wtfigo.controller.ViewHibernate2Config | Line |
|---|
| add hibernate-specific logging info (from log pages) here. duplicate to other pages later. | 50 |
| also look for hibernate.properties and hibernate.cfg.xml in the standard locations | 58 |
| find a good way to get the session maybe rely on openSessionInView filter? jndi? spring bean named sessionFactory? create a helper HibernateUtil.getConfiguration();? look for session in JNDI? | 61 |
| org.wtfigo.controller.ViewHibernate2Mappings | Line |
|---|
| add more detailed checks like this per Persister type. may need to get package fancy to have access to protected fields this is really showing internals and is a questionable idea. but part of the idea of wtfigo. if (classMetaData instanceof BasicEntityPersister) { out.println("<tr><td>Identifier</td><td>" + ((BasicEntityPersister) classMetaData).getIdentifierGenerator().getClass().getName() + "</td></tr>"); } | 94 |
| org.wtfigo.controller.ViewHibernateConfig | Line |
|---|
| add hibernate-specific logging info (from log pages) here. duplicate to other pages later. | 50 |
| also look for hibernate.properties and hibernate.cfg.xml in the standard locations | 57 |
| find a good way to get the session maybe rely on openSessionInView filter? jndi? spring bean named sessionFactory? create a helper HibernateUtil.getConfiguration();? look for session in JNDI? | 60 |
| org.wtfigo.controller.ViewHibernateMappings | Line |
|---|
| add more detailed checks like this per Persister type. may need to get package fancy to have access to protected fields this is really showing internals and is a questionable idea. but part of the idea of wtfigo. NOTE: this has been disabled because BasicEntityPersister was renamed AbstractEntityPersister between 3.0 and 3.1 if (classMetaData instanceof BasicEntityPersister) { out.println("<tr><td>Identifier</td><td>" + ((BasicEntityPersister) classMetaData).getIdentifierGenerator().getClass().getName() + "</td></tr>"); } | 96 |
| org.wtfigo.controller.ViewHibernateStatistics | Line |
|---|
| allow for cache browsing? | 66 |
| org.wtfigo.controller.ViewJDBC | Line |
|---|
| look for JDBC info in the standard places | 33 |
| org.wtfigo.controller.ViewJMX | Line |
|---|
| complete the JMX viewer. it is nearly useless. | 31 |
| org.wtfigo.controller.ViewJNDI | Line |
|---|
| complete the JNDI viewer. it is nearly useless as is. | 37 |
| troubleshoot jndi.properties lookup and provider lookups. figure out why struts-resume is loading from different inital context http://java.sun.com/j2se/1.3/docs/api/javax/naming/Context.html#RESOURCEFILES | 48 |
| traverse the namespaces | 63 |
| get the object and use custom renderers or introspection to get values | 64 |
| figure out why these aren't being returned - ? need resource-ref in web app? | 78 |
| Auto-generated catch block | 92 |
| remove this hack and actually check for jdbc first | 100 |
| callout standard jndi subcontexts http://docs.sun.com/source/817-6087/dgjndi.html | 112 |
| add information about how JNDI environment was configured. see the javadoc... http://java.sun.com/j2se/1.4.2/docs/api/javax/naming/InitialContext.html | 115 |
| org.wtfigo.controller.ViewJSP | Line |
|---|
| complete WebAppAnalyzer and cleanup null displays | 45 |
| org.wtfigo.controller.ViewJSSE | Line |
|---|
| Auto-generated catch block | 48 |
| Auto-generated catch block | 72 |
| org.wtfigo.controller.ViewJVM | Line |
|---|
| add help/hint info | 31 |
| format millisecond times | 32 |
| better formatting | 33 |
| add commands to allow changing of runtime info like verbose classloading, thread deadlock monitoring | 34 |
| org.wtfigo.controller.ViewJVM15Environment | Line |
|---|
| add help/hint info | 33 |
| format millisecond times | 34 |
| better formatting | 35 |
| add commands to allow changing of runtime info like verbose classloading, thread deadlock monitoring | 36 |
| find a cleaner way to test for this | 104 |
| org.wtfigo.controller.ViewJVM15Memory | Line |
|---|
| add help/hint info | 37 |
| format millisecond times | 38 |
| better formatting | 39 |
| add commands to allow changing of runtime info like verbose classloading, thread deadlock monitoring | 40 |
| enable turning on/off verbose classloading (setVerbose) | 65 |
| find a cleaner way to test for this | 132 |
| org.wtfigo.controller.ViewJVM15Threads | Line |
|---|
| add help/hint info | 31 |
| format millisecond times | 32 |
| better formatting | 33 |
| add commands to allow changing of runtime info like verbose classloading, thread deadlock monitoring | 34 |
| create some deadlocks, enable monitoring and test this | 70 |
| find a cleaner way to test for this | 101 |
| org.wtfigo.controller.ViewJamon | Line |
|---|
| make this into a widget that pairs up with a self-updating table | 168 |
| org.wtfigo.controller.ViewJarDetails | Line |
|---|
| move this into a separate class | 43 |
| getting the timestamp of the newest file in the jar would actually be more relevant | 61 |
| move this to a jar inspector page | 64 |
| better error handling | 67 |
| org.wtfigo.controller.ViewLogging | Line |
|---|
| need to climb the classloader hierarchy to identify multiple logging providers | 48 |
| org.wtfigo.controller.ViewLoggingACL | Line |
|---|
| this page still needs work on determining the base configuration also look at the description of the upcoming commons-logging-optional stuff to see if people have installed that. | 40 |
| org.wtfigo.controller.ViewLoggingJUL | Line |
|---|
| implement a formatter for JUL if (null != appenderName) { ((PatternLayout) rootLogger.getAppender(appenderName).getLayout()).setConversionPattern(pattern); rootLogger.log(Level.INFO, "Update pattern for " + appenderName + " to " + pattern); } | 68 |
| how do you get the renderer map RendererMap rendererMap = ???? | 78 |
| get filters | 80 |
| document configuration info better | 82 |
| org.wtfigo.controller.ViewLoggingLog4j | Line |
|---|
| complete the chainsaw launcher by tracking down the socket problem and adding a form/link | 82 |
| is this right? or does the rootLogger remove it? | 86 |
| list the renderers and/or provide help for configuring renderers RendererMap rendererMap = new RendererMap(); if (repository instanceof RendererSupport) { rendererMap=((RendererSupport)repository).getRendererMap(); } | 101 |
| get filters | 107 |
| document configuration info better | 109 |
| add ability to create a new Chainsaw appender | 203 |
| generate a log4j.properties file or .xml file with current params | 204 |
| help with format string | 206 |
| org.wtfigo.controller.ViewLoggingOverview | Line |
|---|
| need to climb the classloader hierarchy to identify multiple logging providers | 42 |
| need an overall web-based log viewer that would include viewing individual log messages with their stacks | 44 |
| make a page for this if it makes sense | 65 |
| org.wtfigo.controller.ViewOSCache | Line |
|---|
| it looks like OSCache keys everything by requestURI and some other parms need to get at the map directly and interrogate it it is held in Cache.cacheMap (private var) | 66 |
| document what configuration | 86 |
| javadoclink this | 90 |
| check for session and sessionScope cache | 107 |
| sort output by queue type. FIFO/LRU | 124 |
| add accesstime? for LRU | 125 |
| org.wtfigo.controller.ViewQuartz | Line |
|---|
| -add monitor to watch last X jobs - maybe a separate tab -separate tab to show config variables like the quartz.properties file? | 42 |
| change all GET actions to POSTs | 55 |
| add remove buttons | 339 |
| add a form to allow the creation of jobs/triggers | 437 |
| org.wtfigo.controller.ViewRequest | Line |
|---|
| add lookup for known cookies here | 117 |
| add lookup for known headers here | 132 |
| org.wtfigo.controller.ViewRequestStack | Line |
|---|
| support XML responses | 33 |
| need to synchronize access to the requests map | 34 |
| org.wtfigo.controller.ViewResource | Line |
|---|
| extend this to be a generic resource browser that can navigate the WAR resource hierarchy and poke into jars | 42 |
| org.wtfigo.controller.ViewSession | Line |
|---|
| possibly limit the displayed session and allow controls to invalidate String requestIdParam = request.getParameter("sessionId"); | 47 |
| org.wtfigo.controller.ViewSpring | Line |
|---|
| get this working with spring1.2.6 | 90 |
| potentially do something here with non-XmlWACs | 109 |
| could color-code of otherwise indicate initialized/abstract beans here | 118 |
| this isn't being used except to get the DOMs | 132 |
| implement intro/overview | 148 |
| considering adding the live bean viewer | 158 |
| link all of the references from bean to bean using showBeanDef function | 160 |
| stylize breadcrumbs links for single bean view - move to common method | 276 |
| verify creationMode determination works when sample Factory beans/methods have bean created | 316 |
| display none if there are none. chech that this works and then link the beans | 353 |
| check when errors occur due to class not found with laziness | 377 |
| update printPropertyValue to take the xwac and handle complex lookups like references, innerbeans, sets, etc. | 422 |
| this needs to be completed | 447 |
| this is just a copied stub just to get includes | 540 |
| org.wtfigo.controller.ViewSpringAOP | Line |
|---|
| verify creationMode determination works when sample Factory beans/methods have bean created | 123 |
| check when errors occur due to class not found with laziness | 183 |
| this needs to be completed | 249 |
| org.wtfigo.controller.ViewSpringMVC | Line |
|---|
| move as much parsing/probing as possible into an analyzer | 121 |
| verify creationMode determination works when sample Factory beans/methods have bean created | 232 |
| check when errors occur due to class not found with laziness | 293 |
| this needs to be completed | 359 |
| org.wtfigo.controller.ViewSpringWebflow | Line |
|---|
| move this to spring analyzer and share with ViewSpring | 63 |
| potentially do something here with non-XmlWACs | 70 |
| org.wtfigo.controller.ViewSpringXfire | Line |
|---|
| this is just a copied stub just to get includes | 154 |
| org.wtfigo.controller.ViewStrutsConfig | Line |
|---|
| getting the Struts viewer completed show be a high priority | 27 |
| org.wtfigo.controller.ViewTomcat | Line |
|---|
| cleanup the mess. far too much stuff on this page. | 43 |
| org.wtfigo.controller.ViewWTFIGOConfig | Line |
|---|
| add info about config files, cookies, build version, modules available, etc. even if readonly. | 56 |
| need to create a config module | 59 |
| org.wtfigo.controller.ViewXML | Line |
|---|
| determine how to get this better. this doesn't limit the search to the JRE home | 88 |
| identify the jar that provides this class | 111 |
| do the same thing for SAX | 114 |
| org.wtfigo.controller.WebStart | Line |
|---|
| these files should be served from the Jar jnlp.append("<icon href=\""+requestBase+"/wtfigo_icon.gif\"/>\n"); | 94 |
| don't hardcode jar version if possible | 111 |
| org.wtfigo.j2ee.ErrorReporter | Line |
|---|
| create a second, advanced ErrorReporter that this servlet links to for deeper investigation of stack traces, querying the KB, etc. | 20 |
| handle the case where no exception found. possibly someone hit the URL directly or registered it for an error code. http://www.caucho.com/resin-3.0/config/webapp.xtp#Request-attributes-for-error-handling | 39 |
| this is disabled awaiting a JSON to HTML JS function | 73 |
| if message is multiline (like with JSP compile errors) wrap it | 93 |
| the following URL needs to be relative | 115 |
| colorize this? loglevel and alternating rows? | 132 |
| have config parameter control whether to filter wtfigo from the stacks also possible limit to a given number. or have a standard stop class maybe stop on a match of element.toString() which will get the method as well | 148 |
| org.wtfigo.j2ee.WtfigoDiagnosticDecorator | Line |
|---|
| make this a method of wtfigoResponseWrapper | 123 |
| org.wtfigo.j2ee.WtfigoMBean | Line |
|---|
| create an MBean interface to WTFIGO so it can be monitored/configured using JMX tools | 20 |
| org.wtfigo.j2ee.WtfigoResponseWrapper | Line |
|---|
| remove thie following line? super.flushBuffer(); | 99 |
| move this to its own method | 123 |
| reset the buffer if it already existed | 124 |
| add warnings if appropriate pw.write("Put diagnostic info here about whether buffer had any content and any request parms that were bound<br/>"); | 136 |
| should this do more in terms of copying the response? for example, set the content type, length, cookies, header, redirect | 162 |
| this is terribly inefficient | 314 |
| org.wtfigo.logging.LogFactory | Line |
|---|
| maybe failsafe should be a JUL logger since 1.4 is a pre-req | 28 |
| figure out a good way to do this without duplicating all of commons-logging | 32 |
| org.wtfigo.tags.Attributes | Line |
|---|
| add param to control output type (inline table, comment, Ajax) and JS keybinding to show/hide | 44 |
| This tag needs to be made superbulletproof. Possibly write to a string buffer first in case there are any issues getting variable values. This is especially true in cases like lazy loading with Hibernate. | 48 |
| use PageContext constants and getAttribute helpers to reduce this code | 57 |
| add support for cookies, headers, parms? | 59 |
| org.wtfigo.tags.DisplayObject | Line |
|---|
| add param to control output type (inline table, comment, Ajax) and JS keybinding to show/hide | 47 |
| handle depth | 52 |
| make this much safer regarding getting the value of objects (test with getter that throws NPE) | 53 |
| move this to a method. also support filtering other sorts of classes (like Connection) | 97 |
| don't get values if not being displayed | 104 |
| verify this works with null arrays | 112 |
| handle maps, arrays, and nested properties | 145 |
| move scope/scopeName to a new parm | 146 |
| determine a decent way to decide whether to recurse | 153 |
| org.wtfigo.tags.Help | Line |
|---|
| complete the wtfigo:help tag. this tag should tell if the fitler/servlet are installed correctly. | 28 |
| fercrissake add in some i18n resources somewhere. start here. | 31 |
| org.wtfigo.tomcat.WtfigoEngine | Line |
|---|
| Auto-generated method stub | 52 |
| Auto-generated method stub | 57 |
| Auto-generated method stub | 62 |
| Auto-generated method stub | 67 |
| Auto-generated method stub | 72 |
| Auto-generated method stub | 77 |
| Auto-generated method stub | 82 |
| Auto-generated method stub | 87 |
| Auto-generated method stub | 92 |
| Auto-generated method stub | 97 |
| Auto-generated method stub | 102 |
| Auto-generated method stub | 107 |
| Auto-generated method stub | 112 |
| Auto-generated method stub | 117 |
| Auto-generated method stub | 122 |
| Auto-generated method stub | 127 |
| Auto-generated method stub | 132 |
| Auto-generated method stub | 137 |
| Auto-generated method stub | 142 |
| Auto-generated method stub | 147 |
| Auto-generated method stub | 152 |
| Auto-generated method stub | 157 |
| Auto-generated method stub | 162 |
| Auto-generated method stub | 167 |
| Auto-generated method stub | 172 |
| Auto-generated method stub | 177 |
| Auto-generated method stub | 182 |
| Auto-generated method stub | 187 |
| Auto-generated method stub | 192 |
| Auto-generated method stub | 197 |
| Auto-generated method stub | 202 |
| Auto-generated method stub | 207 |
| Auto-generated method stub | 212 |
| Auto-generated method stub | 217 |
| Auto-generated method stub | 222 |
| Auto-generated method stub | 227 |
| Auto-generated method stub | 232 |
| Auto-generated method stub | 237 |
| Auto-generated method stub | 242 |
| Auto-generated method stub | 247 |
| Auto-generated method stub | 252 |
| Auto-generated method stub | 257 |
| Auto-generated method stub | 262 |
| Auto-generated method stub | 267 |
| Auto-generated method stub | 272 |
| Auto-generated method stub | 277 |
| Auto-generated method stub | 282 |
| Auto-generated method stub | 287 |
| Auto-generated method stub | 292 |
| Auto-generated method stub | 297 |
| Auto-generated method stub | 302 |
| Auto-generated method stub | 307 |
| Auto-generated method stub | 312 |
| Auto-generated method stub | 317 |
| Auto-generated method stub | 322 |
| Auto-generated method stub | 327 |
| Auto-generated method stub | 332 |
| Auto-generated method stub | 337 |
| Auto-generated method stub | 342 |
| Auto-generated method stub | 347 |
| Auto-generated method stub | 352 |
| Auto-generated method stub | 357 |
| Auto-generated method stub | 362 |
| Auto-generated method stub | 367 |
| Auto-generated method stub | 372 |
| Auto-generated method stub | 377 |
| Auto-generated method stub | 382 |
| Auto-generated method stub | 387 |
| Auto-generated method stub | 392 |
| Auto-generated method stub | 397 |
| Auto-generated method stub | 402 |
| Auto-generated method stub | 407 |
| Auto-generated method stub | 412 |
| Auto-generated method stub | 417 |
| Auto-generated method stub | 422 |
| Auto-generated method stub | 427 |
| Auto-generated method stub | 432 |
| Auto-generated method stub | 437 |
| Auto-generated method stub | 442 |
| Auto-generated method stub | 447 |
| Auto-generated method stub | 452 |
| Auto-generated method stub | 457 |
| Auto-generated method stub | 462 |
| Auto-generated method stub | 467 |
| Auto-generated method stub | 472 |
| Auto-generated method stub | 477 |
| Auto-generated method stub | 482 |
| org.wtfigo.tomcat.WtfigoLoader | Line |
|---|
| make this configurable? really this single class or a smaller jar should be separate as tomcat-tools.jar NOTE: trailing slash is important | 45 |
| Auto-generated method stub | 53 |
| Auto-generated method stub | 58 |
| Auto-generated method stub | 63 |
| Auto-generated method stub | 68 |
| Auto-generated method stub | 73 |
| Auto-generated method stub | 78 |
| Auto-generated method stub | 83 |
| Auto-generated method stub | 88 |
| Auto-generated method stub | 93 |
| Auto-generated method stub | 98 |
| Auto-generated method stub | 103 |
| Auto-generated method stub | 108 |
| Auto-generated method stub | 113 |
| Auto-generated method stub | 118 |
| Auto-generated method stub | 123 |
| Auto-generated method stub | 128 |
| Auto-generated method stub | 133 |
| Auto-generated method stub | 138 |
| Auto-generated method stub | 143 |
| Auto-generated method stub | 148 |
| Auto-generated method stub | 153 |
| Auto-generated method stub | 158 |
| Auto-generated method stub | 163 |
| Auto-generated method stub | 168 |
| Auto-generated method stub | 173 |
| Auto-generated method stub | 178 |
| Auto-generated method stub | 183 |
| Auto-generated method stub | 188 |
| Auto-generated method stub | 193 |
| Auto-generated method stub | 198 |
| Auto-generated method stub | 203 |
| Auto-generated method stub | 208 |
| Auto-generated method stub | 213 |
| Auto-generated method stub | 218 |
| Auto-generated method stub | 223 |
| Auto-generated method stub | 228 |
| Auto-generated method stub | 233 |
| Auto-generated method stub | 238 |
| Auto-generated method stub | 243 |
| Auto-generated method stub | 248 |
| Auto-generated method stub | 253 |
| Auto-generated method stub | 258 |
| Auto-generated method stub | 263 |
| Auto-generated method stub | 268 |
| org.wtfigo.util.IntrospectionUtils | Line |
|---|
| possibly look up the class hierarchy to find the field | 28 |