History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-24404
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Dmitry Jemerov
Reporter: Thomas Singer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Creating a static setter is broken

Created: 21 Jan 08 13:58   Updated: 21 Jan 08 21:22
Component/s: Editor. Intention Actions
Fix Version/s: Selena 7.0.3

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 7,656
Fixed in build: 8,119
Severity: High


 Description  « Hide
public class A {
}

public class B {

	public void foo() {
		A.setText("fdfsdfs");
	}
}

Will result in

public class A {
	private static String text;

	public static void setText(String text) {
		_Dummy_.text = text;
	}
}


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.