Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: PicoContainer (Java)
-
Labels:None
-
Number of attachments :
Description
new FileWriter("") is used in ClassHierarchyIntrospectorTestCase, and it leaves empty file named "" in $
{maven.junit.dir}.
Using new FileWriter(FileDescriptor.out) instead of new FileWriter("~") will solve this problem.
Activity
Kouhei Mori
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | ClassHierarchyIntrospectorTestCase.java.patch [ 11873 ] |
Jörg Schaible
made changes -
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Applied. Thanks.