History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
JELLY-134
Type:
Improvement
Status:
Closed
Resolution:
Fixed
Priority:
Minor
Assignee:
dion gillard
Reporter:
dion gillard
Votes:
0
Watchers:
0
Operations
If you were
logged in
you would be able to see more operations.
Commons Jelly
Handle JVMs that return null for getClass().getClassLoader()
Created:
09/Sep/04 02:02 PM
Updated:
09/Sep/04 03:14 PM
Return to search
Component/s:
core / taglib.core
Affects Version/s:
1.0-beta-4
Fix Version/s:
1.0-beta-4
Time Tracking:
Not Specified
Resolution Date:
09/Sep/04 03:14 PM
Description
« Hide
ClassLoader classLoader = this.getClass().getClassLoader () ;
the following
if (classLoader == null) {
classLoader = ClassLoader.getSystemClassLoader() ;
}
Description
ClassLoader classLoader = this.getClass().getClassLoader () ; the following if (classLoader == null) { classLoader = ClassLoader.getSystemClassLoader() ; }
Show »
All
Comments
Work Log
Change History
Subversion Commits
Sort Order:
dion gillard
made changes -
09/Sep/04 02:03 PM
Field
Original Value
New Value
Assignee
dion gillard
[ diongillard ]
dion gillard
made changes -
09/Sep/04 03:14 PM
Status
Open
[ 1 ]
Closed
[ 6 ]
Resolution
Fixed
[ 1 ]