kredel / java-algebra-system

Java Algebra System (JAS) Project
GNU General Public License v2.0
44 stars 9 forks source link

edu.jas.application.FactorFactory shadows name of edu.jas.ufd.FactorFactory #5

Closed axkr closed 6 years ago

axkr commented 6 years ago

The class name edu.jas.application.FactorFactory shadows the simple name of the superclass edu.jas.ufd.FactorFactory. This can be confusing especially in code completion and debugging.

kredel commented 6 years ago

Will be fixed by a future package refactoring.