spring-security-kerberos
spring-security-kerberos copied to clipboard
Use different packages in different samples (also Javadoc problem)
When you check http://docs.spring.io/spring-security-kerberos/docs/1.0.x/api/ click package demo.app
it shows multiple Application
and other classes however the links lead to a single file (understandably so). Can be prevented if different packages are used in different samples. Descriptive demo.somesample
would also help when checking whether that sample contains some relevant Javadoc or not without guessing which one is which.
Later I found that it also causes problems when debugging as the IDE does not know exactly which source it actually is. Breakpoints from different sources with the same FQN are used and debugging is impossible unless I disable all other sample projects/modules with duplicate classes.