Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
nboyd%atg.com 25a2852250 Subject:
Rhino Context.setTargetClassFileName() null pointer exception
        Date:
             Tue, 20 Feb 2001 15:28:20 -0800
       From:
             "Ryan Manwiller" <rdm@europa.com>
 Organization:
             Another Netscape Collabra Server User
 Newsgroups:
             netscape.public.mozilla.jseng




I'm setting the file name to compile to a file. However, on subsequent
compiles, I don't want to compile to a file, so I tried
setTargetClassFileName(null). This causes a NullPpinterException in
OptClassNameHelper.setTargetClassFileName(OptClassNameHelper.java:76)

It seems that Context.setTargetClassFileName() should check for null.

Thanks
2001-02-21 02:08:05 +00:00
accessible Accessibility DLL. Not in build. 2001-02-14 20:51:33 +00:00
apache/gzip/src
build Fix jst bustage 2001-02-19 23:53:33 +00:00
calendar
caps Bug 66331, nsCodebasePrincipal::GetOrigin needs to specify the port 2001-02-14 00:27:34 +00:00
cck fix for bug#57340; custom components not showing up in build;added additional field 2000-12-08 04:00:29 +00:00
chrome Back out dougt's channel changes 2001-02-12 03:14:23 +00:00
cmd
config Don't try to use win32.order files in a debug build. sr=jband 2001-02-15 23:04:33 +00:00
content First checked in; not yet part of the build. 2001-02-21 01:13:03 +00:00
db 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
dbm carbon changes. r=pink/sdagley/beard. a=sfraser. 2001-02-13 21:48:26 +00:00
directory Add REQUIRES line to fix --enable-ldap + MOZ_TRACK_MODULE_DEPS bustage. 2001-02-17 18:30:12 +00:00
docshell Fix for bug # 39938. Client side redirection messes up SH. r=rpotts, adamlock 2001-02-15 19:10:16 +00:00
dom First checked in; not yet part of the build. 2001-02-21 01:13:03 +00:00
editor Fix for bug 67981. checking in for anatoliya@netscape.com r=cmanske, sr=kin 2001-02-21 00:34:04 +00:00
ef
embedding Fix embedding package after recent layout/content split a=leaf@mozilla.org r=valeski@netscape.com b=68942 2001-02-20 19:57:32 +00:00
expat Bug 34168, report error instead of crashing if we encounter a parameter entity containing double percent sign. Fix from James Clark. r=nisheeth, a=vidur. 2001-01-04 23:03:32 +00:00
extensions *** empty log message *** 2001-02-21 01:40:07 +00:00
gc/boehm Improve the boehm GC's ability to dump all leaked objects at shutdown. Patch partly by waterson@netscape.com, partly by me. r=beard@netscape.com sr=brendan@mozilla.org b=59967 2001-02-20 13:50:26 +00:00
gconfig
gfx merging from IMGLIB2_20010126_BRANCH 2001-02-20 22:41:47 +00:00
gfx2 s/NS_DECL_NSIIMAGE/NS_DECL_GFXIIMAGE/g 2001-02-20 23:15:26 +00:00
grendel Added contribution from Ian Clarke. 2000-04-08 06:16:32 +00:00
htmlparser Modified parser test script. 2001-02-16 17:44:23 +00:00
include carbon changes. r=pink/sdagley/beard. a=sfraser. 2001-02-13 21:48:26 +00:00
intl Removed two functions from nsICollation which use nsString, r=mkaply@us.ibm.com, sr=sspitzer. 2001-02-16 22:10:35 +00:00
java r=ccarlen, sr=rpotts. 65925. making webprogress listeners support weak ref 2001-01-31 21:04:10 +00:00
jpeg 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
js Subject: 2001-02-21 02:08:05 +00:00
js2 Fixed unused vars. Added string literal as alternative function name. 2001-02-20 21:39:59 +00:00
l10n fix bug 69012 vi control characters added to string accidentally 2001-02-20 23:51:56 +00:00
layout Remove static constructor for nsStyleColor. r=disttsc@bart.nl sr=brendan@mozilla.org b=67341 2001-02-20 13:44:43 +00:00
lib carbon changes. r=pink/sdagley/beard. a=sfraser. 2001-02-13 21:48:26 +00:00
mailnews 61380 67637 68958. r=chuang sr=bienvenu. Made drag and drop of folders work on mac. fixed 2001-02-20 01:12:38 +00:00
modules aw yeah 2001-02-20 23:49:46 +00:00
msgsdk
mstone http stuff 2000-05-10 23:20:05 +00:00
netwerk [not part of build] drawThemeButton has same signature as others, and assumes a "kind=pushButton" argument. added drawThemeProgressbar. 2001-02-20 16:53:32 +00:00
network/protocol/http
nsprpub Allow spaces in --enable-optimize args. Bug #68246 r=leaf a=brendan 2001-02-09 21:30:09 +00:00
nunet
parser Modified parser test script. 2001-02-16 17:44:23 +00:00
plugin/oji/MRJ carbon changes. r=pink/sdagley/beard. a=sfraser. 2001-02-13 21:48:26 +00:00
privacy
profile 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
rdf Bug 69475. Fix bogo checking for last night. Not sure how I lost this line. a=leaf 2001-02-20 20:07:10 +00:00
README Adding newline, testing 2000-12-14 15:53:14 +00:00
security added a function to watch for hanging rsh processes, if an rsh does not 2001-02-21 01:53:00 +00:00
silentdl
string bug #59429: adding directories, readme's, a mac project, and other things that will be filled in as I move the string code out of xpcom and into its own library. This is not yet part of the build, but jst reviewed it for me anyway. I'll get appropriate review and super-review before adding this directory to the module and to the build. 2001-02-19 12:06:34 +00:00
suite
sun-java No longer build unused sun-java stubs. r=edburns@acm.org, jeff.dyer@compilercompany.com. 2001-02-03 03:23:55 +00:00
themes bugzilla 68693 r-blake, sr-hewitt - fixing min height for buttons. 2001-02-21 00:36:44 +00:00
timer
tools Scripts shouldn't be in TARGETS, because it makes them be removed by 'make clean'. 2001-02-16 18:20:06 +00:00
tripledb
uriloader carbon changes. r=pink/sdagley/beard. a=sfraser. 2001-02-13 21:48:26 +00:00
view Force nsViewManager to respect DONT_BITBLT flags on descendant views when we scroll a parent view. Fix for bug 68499. r=kmcclusk,sr=attinasi 2001-02-16 21:41:52 +00:00
wallet
webshell Fix for bug # 39938. Client side redirection messes up SH. r=rpotts, adamlock 2001-02-15 19:10:16 +00:00
webtools fix for 61648: SQL inserts do not match constraints 2001-02-20 23:43:32 +00:00
widget Support for CF_HTML flavor when copying data to other win32 apps. 2001-02-20 23:27:57 +00:00
xpcom Improve the boehm GC's ability to dump all leaked objects at shutdown. Patch partly by waterson@netscape.com, partly by me. r=beard@netscape.com sr=brendan@mozilla.org b=59967 2001-02-20 13:50:26 +00:00
xpfc
xpfe #69422 2001-02-21 01:15:52 +00:00
xpinstall Fix for regression bug 69166. No longer checking return of MoveTo call and returning UNEXPECTED_ERROR. r=dvedtiz, sr=mscott 2001-02-20 23:27:53 +00:00
.cvsignore Ignore .mozconfig.mk and .mozconfig.out (made by client.mk) 2000-03-23 23:29:16 +00:00
aclocal.m4
allmakefiles.sh Splitting layout into two libraries, layout and content. r=jst@netscape.com, sr=waterson@netscape.com 2001-02-19 21:50:04 +00:00
client.mak Add a depend target for xpconnect_standalone. No effect on mozilla builds. r=cls 2001-02-01 19:58:12 +00:00
client.mk sed regex needs to be quoted 2001-01-27 18:42:15 +00:00
configure Automated update 2001-02-18 16:30:14 +00:00
configure.in Fix bug #68882. Don't build xinerama support since it crashes the dynamic loader on stock RH 7.0. Add an explicit --enable-xinerama flag. r=cls 2001-02-18 16:16:54 +00:00
embed.mak NOT PART OF BUILD. Updated embed.mak to work again. b=68688 2001-02-13 14:24:24 +00:00
embed.mk Second cut at an embedding makefile. This is not part of the seamonkey build. 2000-11-22 18:39:16 +00:00
LEGAL
LICENSE
Makefile.in Splitting layout into two libraries, layout and content. r=jst@netscape.com, sr=waterson@netscape.com 2001-02-19 21:50:04 +00:00
makefile.win Splitting layout into two libraries, layout and content. r=jst@netscape.com, sr=waterson@netscape.com 2001-02-19 21:50:04 +00:00
nglayout.mac
nglayout.mk
trex.mak
trex.mk