您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
aclement 82e3e13c66 test and fix for 153535 18 年前
..
bcel inactive test case for Classloader repository sharing 18 年前
patterns update license to EPL 18 年前
reflect test and fix for 153535 18 年前
tools Bug 152982 "org.aspectj Restructure - Phase 2: Move tests" (move Java 5 dependedent tests to weaver5, reduce use of reflection and conditional execution, remove duplication) 18 年前
AbstractTraceTest.java Bug 150487 "Tracing and Logging Framework" (support debug, info, warn, error and fatal) 18 年前
AbstractWorldTestCase.java update license to EPL 18 年前
AllTracingTests.java Bug 150487 "Tracing and Logging Framework" (add JUnit tests) 18 年前
BcweaverModuleTests.java Bug 113948 "Repackage AspectJ" (move module root suites out of default package) 18 年前
BcweaverTests.java Bug 150487 "Tracing and Logging Framework" (add JUnit tests) 18 年前
BoundedReferenceTypeTestCase.java This is the beginning of a significant refactoring needed to cleanly support generics. We need to be much crisper about when we have an unresolved type (plain old TypeX) and when we have a resolved type. This refactoring renames TypeX to UnresolvedType and ResolvedTypeX to ResolvedType. In addition, it moves a number of methods that were defined on TypeX but which can only be answered by resolved types down onto ResolvedType. At the moment, ResolvedType still extends UnresolvedType - but a ResolvedType is *not* a UnresolvedType and this inheritance of convenience will be broken down the line so that ResolvedType does not extend UnresolvedType. Full signature information can only be known for ResolvedTypes. 19 年前
CommonsTraceFactoryTest.java Bug 150487 "Tracing and Logging Framework" (add JUnit tests) 18 年前
CommonsTraceTest.java Bug 150487 "Tracing and Logging Framework" (support debug, info, warn, error and fatal) 18 年前
DefaultTraceFactoryTest.java Bug 150487 "Tracing and Logging Framework" (add JUnit tests) 18 年前
DefaultTraceTest.java Bug 150487 "Tracing and Logging Framework" (support debug, info, warn, error and fatal) 18 年前
DumpTestCase.java update license to EPL 18 年前
LocaleTest.java update license to EPL 18 年前
MemberTestCase.java update license to EPL 18 年前
MemberTestCase15.java pr122248, only unpack generic signatures if the world is in java 5 mode... 18 年前
ParameterizedReferenceTypeTestCase.java ensure that when parameterizing a member, we handle any types that are themselves parameterized (eg. a return type List<N> should turn to List<String> when parameterized with String). 19 年前
ReferenceTypeTestCase.java tests and a fix for the bug with no name, in which Pooh gets carried away and tries to create raw types all the time, but Christopher Robin kindly explains that raw types should only be created in -1.5 mode. 19 年前
ResolvedMemberSignaturesTestCase15.java changed Member to be an interface with impl MemberImpl. changed ResolvedMember to be an interface with impl ResolvedMemberImpl 19 年前
TestShadow.java update license to EPL 18 年前
TraceFactoryTest.java Bug 150487 "Tracing and Logging Framework" (remove redundant TraceFactory.isEnabled() method and test) 18 年前
TypeVariableReferenceTypeTestCase.java This is the beginning of a significant refactoring needed to cleanly support generics. We need to be much crisper about when we have an unresolved type (plain old TypeX) and when we have a resolved type. This refactoring renames TypeX to UnresolvedType and ResolvedTypeX to ResolvedType. In addition, it moves a number of methods that were defined on TypeX but which can only be answered by resolved types down onto ResolvedType. At the moment, ResolvedType still extends UnresolvedType - but a ResolvedType is *not* a UnresolvedType and this inheritance of convenience will be broken down the line so that ResolvedType does not extend UnresolvedType. Full signature information can only be known for ResolvedTypes. 19 年前
TypeVariableTestCase.java This is the beginning of a significant refactoring needed to cleanly support generics. We need to be much crisper about when we have an unresolved type (plain old TypeX) and when we have a resolved type. This refactoring renames TypeX to UnresolvedType and ResolvedTypeX to ResolvedType. In addition, it moves a number of methods that were defined on TypeX but which can only be answered by resolved types down onto ResolvedType. At the moment, ResolvedType still extends UnresolvedType - but a ResolvedType is *not* a UnresolvedType and this inheritance of convenience will be broken down the line so that ResolvedType does not extend UnresolvedType. Full signature information can only be known for ResolvedTypes. 19 年前
TypeXTestCase.java update license to EPL 18 年前
WeaverMessagesTestCase.java update license to EPL 18 年前