Skip to content

CLI: "change parameter type" doesn't work #99

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
willkill07 opened this issue Apr 14, 2025 · 1 comment
Closed

CLI: "change parameter type" doesn't work #99

willkill07 opened this issue Apr 14, 2025 · 1 comment

Comments

@willkill07
Copy link
Collaborator

> list class A
A
        int x
        void draw (g Graphics)
> change parameter type A draw g Graphics Graphics
Class type does not exist
> change parameter type A draw g Graphics Graphics

Please be consistent. Please test.

@LincolnCraddock
Copy link
Contributor

LincolnCraddock commented Apr 14, 2025

Works now

> listcls
A
	x int
	void draw (g Graphics)
> cpt A draw g Graphics Graphics
Successfully changed parameter Graphics's data type to Graphics of method draw of class A
> listcls
A
	x int
	void draw (Graphics Graphics)```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants