We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bbc5fe commit e5109adCopy full SHA for e5109ad
src/com/magento/idea/magento2plugin/actions/generation/generator/util/FileFromTemplateGenerator.java
@@ -56,7 +56,7 @@ public FileFromTemplateGenerator(final @NotNull Project project) {
56
) {
57
final Ref<PsiFile> fileRef = new Ref<>(null);
58
final Ref<String> exceptionRef = new Ref<>(null);
59
- exceptionMessage = null;
+ exceptionMessage = null;//NOPMD
60
final String filePath = baseDir.getText().concat("/").concat(moduleFile.getFileName());
61
62
CommandProcessor.getInstance().executeCommand(project, () -> {
0 commit comments