Skip to content

[java] Fix same package import from default package#226

Merged
adangel merged 1 commit into
pmd:masterfrom
jsotuyod:fix-default-package-import
Feb 12, 2017
Merged

[java] Fix same package import from default package#226
adangel merged 1 commit into
pmd:masterfrom
jsotuyod:fix-default-package-import

Conversation

@jsotuyod

Copy link
Copy Markdown
Member
  • If the package was passed as an empty string rather than a null, we
    would attempt to load classes such as .Foo rather than Foo.

 - If the package was passed as an empty string rather than a `null`, we
    would attempt to load classes such as `.Foo` rather than `Foo`.
@jsotuyod jsotuyod added the a:bug PMD crashes or fails to analyse a file. label Jan 31, 2017
@jsotuyod jsotuyod added this to the 5.5.4 milestone Jan 31, 2017
@jsotuyod jsotuyod mentioned this pull request Jan 31, 2017
5 tasks
@adangel

adangel commented Feb 12, 2017

Copy link
Copy Markdown
Member

Thanks! It's merged into pmd/5.5.x and master branches.

@adangel adangel merged commit fbfde13 into pmd:master Feb 12, 2017
@jsotuyod jsotuyod deleted the fix-default-package-import branch February 12, 2017 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a:bug PMD crashes or fails to analyse a file.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants