
| Key: |
EJB-299
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Heiko Burchard
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
5 minutes
|
|
|
Remaining Estimate:
|
5 minutes
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
|
Environment:
|
Windows XP, Eclipse 3.2.2, JDK 1.5.0_11 and 1.6.0_01
|
|
| Bug Testcase Reminder (view): |
|
REMINDER: Bug reports should generally be accompanied by a test case
|
| Participants: |
Heiko Burchard
|
Line 252: String name = entryName.substring( 0, entryName.length() - ".package-info.class".length() ).replace( '/', '.' );
tries to substring the String "package-info.class" from 0 to ".package-info.class" - this can not work...
|
|
Description
|
Line 252: String name = entryName.substring( 0, entryName.length() - ".package-info.class".length() ).replace( '/', '.' );
tries to substring the String "package-info.class" from 0 to ".package-info.class" - this can not work... |
Show » |
Sort Order:
| There are no comments yet on this issue.
|
|