# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # org.apache.commons.nabla.automatic.AnalyticalDifferentiator class\ {0}\ cannot\ be\ read\ ({1}) = \ class {0} cannot be read ({1}) abstract\ class\ {0}\ cannot\ be\ instantiated\ ({1}) = \ abstract class {0} cannot be instantiated ({1}) illegal\ access\ to\ class\ {0}\ constructor\ ({1}) = \ illegal access to class {0} constructor ({1}) class\ {0}\ cannot\ be\ built\ from\ an\ instance\ of\ class\ {1}\ ({2}) = \ class {0} cannot be built from an instance of class {1} ({2}) class\ {0}\ instantiation\ from\ an\ instance\ of\ class\ {1}\ failed\ ({2}) = \ class {0} instantiation from an instance of class {1} failed ({2}) # org.apache.commons.nabla.automatic.ClassDifferentiator interface\ {0}\ not\ found\ while\ differentiating\ class\ {1} = \ interface {0} not found while differentiating class {1} the\ {0}\ class\ does\ not\ implement\ the\ {1}\ interface = \ the {0} class does not implement the {1} interface # org.apache.commons.nabla.automatic.MethodDifferentiator unable\ to\ analyze\ the\ {0}.{1}\ method\ ({2}) = \ unable to analyze the {0}.{1} method ({2}) number\ of\ temporary\ variable\ ({0})\ outside\ of\ \[{1},\ {2}]\ range = \ number of temporary variable ({0}) outside of [{1}, {2}] range index\ of\ size\ {0}\ local\ variable\ ({1})\ outside\ of\ \[{2},\ {3}]\ range = \ index of size {0} local variable ({1}) outside of [{2}, {3}] range unable\ to\ handle\ instruction\ with\ opcode\ {0} = \ unable to handle instruction with opcode {0}