Branch: refs/heads/pmd/5.5.x
Home: https://github.com/pmd/pmd
Commit: 2e6490777630a3d4a3eb8e121a6cf8a43236ed28
https://github.com/pmd/pmd/commit/2e6490777630a3d4a3eb8e121a6cf8a43236ed28
Author: Juan Martín Sotuyo Dodero <jms...@mo...>
Date: 2017-02-10 (Fri, 10 Feb 2017)
Changed paths:
M pmd-java/src/main/java/net/sourceforge/pmd/lang/java/symboltable/TypeSet.java
Log Message:
-----------
[java] Restrict type searches for inner classes
- There are certain cases where we know exactly what to look for, not needing
to brute force our way to inner classes. For those, use a direct approach.
Commit: ac03b2e9d692c67a10aba71a55c758dff32d526a
https://github.com/pmd/pmd/commit/ac03b2e9d692c67a10aba71a55c758dff32d526a
Author: Andreas Dangel <ad...@us...>
Date: 2017-02-10 (Fri, 10 Feb 2017)
Changed paths:
M pmd-java/src/main/java/net/sourceforge/pmd/lang/java/symboltable/TypeSet.java
Log Message:
-----------
Merge branch 'pr-224' into pmd/5.5.x
Compare: https://github.com/pmd/pmd/compare/cc6cc2c6bca8...ac03b2e9d692 |