Opened 13 years ago
Closed 13 years ago
#1500 closed defect (fixed)
JarClassLoader should define packages
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 2.16 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
The problem is that classes loaded with the JarClassLoader? always return null when their Class.getPackage() method is called.
Change History (2)
comment:1 Changed 13 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [5394]) Fixes #1500: JarClassLoader? should define packages