{5} Assigned, Active Tickets by Owner (Full Description) (6 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

hauma (1 match)

Ticket Summary Component Milestone Type Severity Created
Description
#186 Instances of replicated classes are not assignable to jp.lang.ReplicatedObject jpc 2.0 defect critical 08/11/04

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.


moschny (5 matches)

Ticket Summary Component Milestone Type Severity Created
Description
#221 Assert keyword not supported gjc defect normal 02/14/05

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.


#229 Support wildcard type parameters in GJ. gjc JPlater defect normal 02/24/05

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.


#254 Compatibility JavaParty with JDK 1.5 gjc JPlater defect normal 02/24/06

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


#303 Syntax for arguments is non-standard and commas should also be allowed trac.tracnav enhancement normal 02/12/10

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.


#210 Gjc issue repository should be converted into tickets gjc defect normal 01/31/05

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


Note: See TracReports for help on using and creating reports.