You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/contributions/OptimizeStreamRefactoringContribution.java
Copy file name to clipboardExpand all lines: edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/descriptors/OptimizeStreamRefactoringDescriptor.java
CUContainsCompileErrors=Member ''{0}'' has a compilation unit ''{1}'' that contains compilation errors.
9
-
MethodDoesNotExist=Method ''{0}'' does not exist.
10
-
PreconditionFailed=No streams have passed precondition checking.
11
-
RefactoringNotPossible=Method ''{0}'' has been deemed not to be a skeletal implementation and therefore in its current state cannot be refactored by this plugin.
12
-
WrongType=Internal error: node ''{0}'' must be of a simple name type, instead its type was ''{1}''
13
-
CantChangeMethod=Need access to source code of method ''{0}''.
14
-
NoConstructors=Constructors are invalid for this refactoring.
15
-
NoAnnotations=At this time, annotated methods are not supported by this refactoring.
16
-
NoStaticMethods=Method ''{0}'' is static. Static methods are not skeletal implementors.
17
-
NoAbstractMethods=Method ''{0}'' is abstract. Abstract methods don't have definitions to migrate.
18
-
NoFinalMethods=Method ''{0}'' is final. Final methods are not allowed in interfaces.
19
-
NoSynchronizedMethods=Method ''{0}'' is synchronized. Synchronized methods aren't allowed in interfaces, even if they are default.
20
-
NoMethodsInInterfaces=Method ''{0}'' is already in interface ''{1}''.
21
-
MethodsOnlyInClasses=Method ''{0}'' is in type ''{1}'' that is not a class.
22
-
NoMethodsInAnnotatedTypes=Method ''{0}'' is in annotated type ''{1}''.
23
-
NoMethodsInAnnotationTypes=Method ''{0}'' is declared in annotation type ''{1}''.
24
-
NoMethodsInTypesWithFields=Method ''{0}'' is in type ''{1}'' that contains fields.
25
-
NoMethodsInTypesWithInitializers=Method ''{0}'' is in type ''{1}'' that contains an initializer.
26
-
NoMethodsInTypesWithMoreThanOneMethod=Method ''{0}'' is in type ''{1}'' that contains more than one method.
27
-
NoMethodsInTypesWithTypeParameters=Method ''{0}'' is in type ''{1}'' that contains type parameters.
28
-
NoMethodsInTypesWithType=Method ''{0}'' is type ''{1}'' that contains types.
29
-
NoMethodsInTypesWithSuperType=Method ''{0}'' is in type ''{1}'' that has a super type.
30
-
NoMethodsInTypesThatDontImplementInterfaces=Method ''{0}'' is in type ''{1}'' that does not implement an interface.
31
-
NoMethodsInAnonymousTypes=''{0}'' is in anonymous type ''{1}''.
32
-
NoMethodsInEnums=Method ''{0}'' is declared in an enum type {1}.
33
-
NoMethodsInLambdas=''{0}'' is in lambda type ''{1}''.
34
-
NoMethodsInLocals=''{0}'' is in local type ''{1}''.
35
-
NoMethodsInMemberTypes=''{0}'' is in member type ''{1}''.
36
-
NoLambdaMethods=Method ''{0}'' is a lambda method. Migrating its definition to an interface would invalidate the interface's status as a functional interface.
37
-
NoMethodsInTypesThatExtendMultipleInterfaces=Method ''{0}'' is in type ''{1}'' that implements multiple interfaces.
38
-
NoMethodsThatThrowExceptions=Method ''{0}'' throws an exception.
39
-
NoMethodsInConcreteTypes=Method ''{0}'' is declared in the concrete type ''{1}''.
40
-
NoMethodsInStaticTypes=Method ''{0}'' is in static type ''{1}''.
41
-
NoMethodsWithParameters=Method ''{0}'' has parameters.
42
-
IncompatibleMethodReturnTypes=Method ''{0}'' has a return type that is incompatible with its target method ''{1}''.
43
-
NoMethodsWithTypeParameters=Method ''{0}'' has type parameters.
44
-
NoMethodsWithStatements=Method ''{0}'' has statements.
45
-
NoMethodsInBinaryTypes=Method ''{0}'' is in binary type ''{1}''.
46
-
NoMethodsInReadOnlyTypes=Method ''{0}'' is in read-only type ''{1}''.
47
-
NoMethodsInTypesWithNoCandidateTargetTypes=Method ''{0}'' is in type ''{1}'' that does not have super interfaces to which methods could be migrated.
48
-
NoMethodsInTypesWithMultipleCandidateTargetTypes=Method ''{0}'' is in type ''{1}'' that has multiple super interfaces to which methods could be migrated.
49
-
NoNativeMethods=Method ''{0}'' is native.
50
-
NoMoreThanOneMethod=Can't migrate more than one method at a time.
51
-
IncompatibleLanguageConstruct=Moving ''{0}'', which contains lambdas, to destination type ''{1}'' will result in compile errors, since the destination is not J2SE 1.8 compatible.
52
-
DestinationTypeMustBePureInterface=''{0}'' must be a pure interface.
53
-
DestinationInterfaceMustOnlyDeclareTheMethodToMigrate=''{0}'' must only declare the method that will be migrated.
54
-
NoDestinationInterface=No destination interface exists for source method ''{0}''.
55
-
TargetMethodIsAlreadyDefault=Method ''{0}'' is already a default method.
56
-
DestinationInterfaceHasAnnotations=''{0}'' is annotated.
57
-
DestinationInterfaceIsNotTopLevel=''{0}'' is not a top-level interface.
DestinationInterfaceDeclaresTypeParameters=''{0}'' declares type parameters.
61
-
DestinationInterfaceDeclaresMemberTypes=''{0}'' declares member types.
62
-
DestinationInterfaceDoesNotExist=Destination interface ''{0}'' does not exist.
63
-
DestinationInterfaceNotWritable=Need access to source code of destination interface ''{0}''.
64
-
DestinationInterfaceIsMember=''{0}'' is a member interface.
65
-
DestinationInterfaceIsStrictFP=Interface ''{0}'' is FP-strict but not all methods to migrate are FP-strict.
66
-
DestinationInterfaceHierarchyContainsInvalidClass=Destination interface ''{0}'''s hierarchy contains an invalid class.
67
-
DestinationInterfaceHierarchyContainsInvalidInterfaces=Destination interface ''{0}'''s hierarchy contains an invalid interface.
68
-
DestinationInterfaceHierarchyContainsSubtype=Destination interface ''{0}'''s hierarchy contains a subtype.
69
-
DestinationInterfaceHierarchyContainsSuperInterface=Destination interface ''{0}'''s hierarchy contains a super interface.
70
-
DestinationInterfaceHierarchyContainsSupertype=Destination interface ''{0}'''s hierarchy contains a super type.
71
-
DestinationInterfaceHasExtendingInterface=Destination interface ''{0}'' has extending interfaces.
72
-
DestinationInterfaceHasInvalidImplementingClass=Destination interface ''{0}'' has an invalid implementing class.
73
-
DeclaringTypeHierarchyContainsInvalidClass=Declaring type ''{0}'''s hierarchy contains an invalid class.
74
-
DeclaringTypeHierarchyContainsInvalidInterface=Declaring type ''{0}'''s hierarchy contains an invalid interface.
75
-
DeclaringTypeContainsInvalidSupertype=Declaring type ''{0}''' has an invalid super type.
76
-
DestinationInterfaceIsFunctional=Destination interface ''{0}'' is functional.
77
-
MethodContainsInconsistentParameterAnnotations=Method ''{0}'' has inconsistent parameter annotations with its target method ''{1}''.
78
-
MethodContainsIncompatibleParameterTypeParameters=Method ''{0}'' has incompatible parameter type parameters with its target method ''{1}''.
79
-
ExceptionTypeMismatch=Thrown exceptions differ between source method ''{0}'' and target method ''{1}''.
80
-
AnnotationMismatch=Annotations differ between source method ''{0}'' and target method ''{1}''.
81
-
AnnotationNameMismatch=Annotations names differ between source and targets.
82
-
AnnotationValueMismatch=Annotations value differ between source annotation ''{0}'' and target annotation ''{1}''.
83
-
NoStreamsHavePassedThePreconditions=No streams have passed the preconditions.
84
-
NoStreamsToConvert=No streams to convert.
85
-
SourceMethodHasNoTargetMethod=Method ''{0}'' has no target method.
86
-
SourceMethodAccessesInstanceField=Method ''{0}'' accesses instance field ''{1}''.
87
-
DestinationProjectIncompatible=Source method ''{0}'' has a target method ''{1}'' that is in a project what is not complaint with Java 8.
88
-
SourceMethodImplementsMultipleMethods=Source method ''{0}'' implements multiple methods. Migrating it would result in a compilation error as either a conflict would be caused or multiple methods would be inherited.
89
-
DeclaringTypeContainsSubtype=Declaring type ''{0}'' contains subtypes.
90
-
SourceMethodOverridesMethod=Source method ''{0}'' overrides a method, which would result in a "class wins" rule, possibly altering virtual method dispatch semantics.
91
-
MethodCannotBeAccessed=Source method ''{0}'' accesses method ''{1}'' that cannot be accessed from ''{2}''.
92
-
TargetMethodHasMultipleSourceMethods=Method ''{0}'' has a target method ''{1}'' with multiple source methods.
93
-
MethodContainsCallToProtectedObjectMethod=Method ''{0}'' contains a call to protected java.lang.Object method ''{1}''.
94
-
MethodContainsSuperReference=Method ''{0}'' contains a reference to super, which isn't allowed in interfaces.
95
-
MethodContainsTypeIncompatibleThisReference=Method ''{0}'' contains a reference to this that is not type-compatible with the migration.
96
-
SourceMethodProvidesImplementationsForMultipleMethods=Source method ''{0}'' provides an implementation for a method in another interface ''{1}''. Migrating it would result in a compilation error as either a conflict would be caused or multiple methods would be inherited.
97
-
MethodContainsQualifiedThisExpression=Method ''{0}'' has a declaring type that is a member and contains a qualified this expression that would not be valid in an interface.
98
-
DestinationInterfaceIsDerived=Source method ''{0}'' has a destination interface ''{1}'' that is included in a derived resource.
99
-
SourceMethodIsDerived=Source method ''{0}'' is included in a derived resource.
Copy file name to clipboardExpand all lines: edu.cuny.hunter.streamrefactoring.core/src/edu/cuny/hunter/streamrefactoring/core/refactorings/ConvertToParallelStreamRefactoringProcessor.java
0 commit comments