spring-security-kerberos icon indicating copy to clipboard operation
spring-security-kerberos copied to clipboard

Use different packages in different samples (also Javadoc problem)

Open virgo47 opened this issue 8 years ago • 1 comments

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.

virgo47 avatar Jun 23 '16 07:06 virgo47

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.

virgo47 avatar Jun 28 '16 07:06 virgo47