Skip to content

Commit 93d7b7b

Browse files
committed
Add note on class creation customization for later
1 parent 779d8ac commit 93d7b7b

File tree

1 file changed

+2
-0
lines changed
  • recaf-ui/src/main/java/software/coley/recaf/services/navigation

1 file changed

+2
-0
lines changed

recaf-ui/src/main/java/software/coley/recaf/services/navigation/Actions.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,6 +1436,8 @@ public void newClass(@Nonnull Workspace workspace,
14361436
@Nonnull JvmClassBundle bundle,
14371437
@Nonnull String packageName) {
14381438
new NamePopup(name -> {
1439+
// TODO: We probably also want to configure the version
1440+
// - There are ways the user can do this themselves atm, but it would be nice to offer providing it
14391441
ClassWriter cw = new ClassWriter(0);
14401442
cw.visit(Opcodes.V1_8, Opcodes.ACC_PUBLIC, name, null, "java/lang/Object", null);
14411443
cw.visitEnd();

0 commit comments

Comments
 (0)