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

Key: IDEADEV-15689
Type: Exception Exception
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Alexey Kudravtsev
Reporter: Exception Analyzer
Votes: 0
Watchers: 0
Operations

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

[#4743] IAE: CommonRefactoringUtil.showErrorMessage

Created: 28 Mar 07 19:17   Updated: 29 Mar 07 12:43
Component/s: None
Fix Version/s: Selena 6791

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

Build: 6,784
Fixed in build: 6,789


 Description  « Hide
exception://4743/
Last updated by
User description: Tryed to introduce field in constructor for one of parameters
Error message: Argument 3 for @NotNull parameter of com/intellij/refactoring/util/CommonRefactoringUtil.showErrorMessage must not be null
java.lang.IllegalArgumentException: Argument 3 for @NotNull parameter of com/intellij/refactoring/util/CommonRefactoringUtil.showErrorMessage must not be null
at com.intellij.refactoring.util.CommonRefactoringUtil.showErrorMessage(CommonRefactoringUtil.java)
at com.intellij.refactoring.introduceField.ElementToWorkOn.getElementToWorkOn(ElementToWorkOn.java:81)
at com.intellij.refactoring.introduceField.IntroduceFieldHandler.invoke(IntroduceFieldHandler.java:16)
at com.intellij.refactoring.actions.BaseRefactoringAction.actionPerformed(BaseRefactoringAction.java:73)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:406)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.inInitState(IdeKeyEventDispatcher.java:332)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:433)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:405)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:340)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)

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