Current limitations
		Dependencies graph
		
			- The dependencies gaph does not reflect some implicit dependencies, for example with nested method calls:
String entryPagesParam = filterConfig.getServletContext().getInitParameter("entryPages");
		Method calls
		
			- Diagrams have to be built manually with Papyrus
- Method calls should be represented with a uml sequence diagram
Real type of properties
		
			- Diagrams have to be built manually with Papyrus
- Initializations through parameters or local variable are not managed
- Initializations through method calls are not managed