Class JeoFqn
- java.lang.Object
-
- org.eolang.jeo.representation.directives.JeoFqn
-
public final class JeoFqn extends Object
Jeo fully qualified name. Adds a jeo-maven-plugin package name to an object base. For example, - `opcode` -> `org.eolang.jeo.opcode` - `representation` -> `org.eolang.jeo.representation` - `int` -> `org.eolang.jeo.int`- Since:
- 0.6
- To do:
- #710:90min Refactor the usage of
JeoFqn
in the project. The solution with FQN transformation is not the best one. We create this object many times and use it in many places. All the usages are spread across the project. We need to refactor the project to use the FQN in a more centralized way. The same problem is related toEoFqn
.