__group__	ticket	summary	component	milestone	type	severity	created	_description_	_changetime	_reporter
hauma	186	Instances of replicated classes are not assignable to jp.lang.ReplicatedObject	jpc	2.0	defect	critical	2004-08-11T16:43:00+02:00	"Transparent replicated classes (see ticket:158) are marked with the {{{replicated}}} modifier. The implicit root class of all replicated classes is {{{jp.lang.ReplicatedObject}}} (like {{{jp.lang.RemoteObject}}} is the implicit root class of all remote classes). But the types defined by replicated classes are not assignment compatible with jp.lang.ReplicatedObject.
=== Test ===
{{{
jp.test.TestReplication with uncommented test case fooCast().
}}}

'''todo''' since 1.09a.
"	2005-02-03T17:24:14+01:00	Bernhard Haumacher (haui at haumacher dot de)
moschny	221	Assert keyword not supported	gjc		defect	normal	2005-02-14T10:29:46+01:00	Java 1.4 adds an assert keyword to the language. This new keyword should be accepted by the compiler. Otherwise, existing code cannot be used easily. 	2005-02-24T20:48:18+01:00	hauma
moschny	229	Support wildcard type parameters in GJ.	gjc	JPlater	defect	normal	2005-02-24T20:15:15+01:00	"GJ doesn't support bound and unbound wildcard type parameters such as {{{<? extends Tree>}}}, {{{<? super Tree>}}} and {{{<?>}}} at all. This inhibits the usage of GJ and thus of JavaParty in a Java5 environment, because some of the library classes make use of those wildcard type params.
"	2010-10-03T12:17:17+02:00	moschny
moschny	254	Compatibility JavaParty with JDK 1.5	gjc	JPlater	defect	normal	2006-02-24T16:14:27+01:00	"Hello, i'am developping a middelware in order to perform javaparty's migration and perform the load of JVM and machines. The problem that i find is the compatibility of javaparty with JDK 1.5. So, i can compile and run with 1.4 but with the 1.5 i can't compile any file. Can you help me please or give me some informations wich can help me.
TRhanks"	2006-03-23T10:51:20+01:00	ali_bou59@…
moschny	303	Syntax for arguments is non-standard and commas should also be allowed	trac.tracnav		enhancement	normal	2010-02-12T02:41:08+01:00	"It took me a little while to figure out the syntax for passing arguments to this macro.

From my experience using other macros, including those included with Trac, I was expecting the following to be valid syntax:
{{{
[[TracNav(SiteNavigation,noedit)]]
}}}

However, that syntax results in an error:

`TOC ""SiteNavigation,noedit"" is empty!`

The valid syntax seems to be:
{{{
[[TracNav(SiteNavigation|noedit)]]
}}}

Also, there are no example provided on the usage page,  TracNav/Usage#Options, so some people might have trouble figuring this out.

Seems like a good solution would be to also allow arguments to be separated with commas as well as pipes, though I can't say for sure that this is readily possible."	2010-04-16T14:51:56+02:00	ryano@…
moschny	210	Gjc issue repository should be converted into tickets	gjc		defect	normal	2005-01-31T16:23:09+01:00	"The gjc compiler had its own issue repository, which was not maintained for a long time until revived in the checkpointing branch. The entries (at least the active ones) should be converted to trac tickets. 

See: source:branches/checkpointing/gj/doc/fixes.txt
"	2005-01-31T20:31:55+01:00	hauma
