API changes in #908

======
Comparing openapi-896.jar and openapi-908.jar
removed: com.intellij.openapi.roots.JdkLibraryEntry (interface)
removed: com.intellij.openapi.roots.RootModel (interface)
removed: com.intellij.openapi.roots.RootModelExternalChangeListener (interface)
removed: com.intellij.openapi.vcs.CheckinDialog (abstract class)
removed: com.intellij.openapi.vcs.CheckinEnvironment (interface)
removed: com.intellij.openapi.vcs.CheckinFileDialog (class)
removed: com.intellij.openapi.vcs.ExcludedPathsProvider (interface)
removed: com.intellij.openapi.vcs.Refreshable (interface)
added: com.intellij.openapi.components.SettingsSavingComponent (interface)
added: com.intellij.openapi.roots.ContentIterator (interface)
added: com.intellij.openapi.roots.FileIndex (interface)
added: com.intellij.openapi.roots.JdkOrderEntry (interface)
added: com.intellij.openapi.roots.ModifiableRootModel (interface)
added: com.intellij.openapi.roots.ProjectFileIndex (interface)
added: com.intellij.openapi.startup.StartupManager (abstract class)
added: com.intellij.openapi.ui.ColumnInfo (abstract class)
added: com.intellij.openapi.vcs.NamedComponent (interface)
added: com.intellij.openapi.vcs.VcsDataConstants (interface)
added: com.intellij.openapi.vcs.checkin.CheckinEnvironment (interface)
added: com.intellij.openapi.vcs.checkin.DifferenceType (abstract class)
added: com.intellij.openapi.vcs.checkin.ExcludedPathsProvider (interface)
added: com.intellij.openapi.vcs.checkin.Revisions (interface)
added: com.intellij.openapi.vcs.checkin.RevisionsFactory (interface)
added: com.intellij.openapi.vcs.fileView.FileViewAdditionalColumn (interface)
added: com.intellij.openapi.vcs.fileView.FileViewConfiguration (class)
added: com.intellij.openapi.vcs.fileView.FileViewEnvironment (interface)
added: com.intellij.openapi.vcs.fileView.VcsFile (interface)
added: com.intellij.openapi.vcs.ui.CheckinDialog (abstract class)
added: com.intellij.openapi.vcs.ui.CheckinFileDialog (class)
added: com.intellij.openapi.vcs.ui.OptionsDialog (abstract class)
added: com.intellij.openapi.vcs.ui.Refreshable (interface)
added: com.intellij.openapi.vcs.ui.RefreshableOnComponent (interface)
---
com.intellij.openapi.actionSystem.ActionPlaces (interface)
constant added: public String CHECKOUT_POPUP = "CheckoutPopup"
constant added: public String CVS_CONFIGURATIONS_TOOLBAR = "CvsConfigurationsToolbar"
constant added: public String FILEVIEW_POPUP = "FileViewPopup"
constant added: public String FILE_VIEW = "FileViewActionToolbal"
---
com.intellij.openapi.diff.DiffPanelFactory (class)
method removed: public static com.intellij.openapi.diff.DiffPanel createDiffPanel(com.intellij.openapi.project.Project arg0, com.intellij.openapi.vfs.VirtualFile arg1, java.awt.Window arg2, boolean arg3)
method added: public static com.intellij.openapi.diff.DiffPanel createDiffPanel(com.intellij.openapi.project.Project arg0, java.awt.Window arg1, boolean arg2)
---
com.intellij.openapi.editor.markup.ErrorStripeRenderer (interface)
method added: String getTooltipMessage()
---
com.intellij.openapi.editor.markup.RangeHighlighter (interface)
method added: boolean isThinErrorStripeMark()
method added: void setThinErrorStripeMark(boolean arg1)
---
com.intellij.openapi.localVcs.LocalVcs (abstract class)
method removed: public abstract boolean isExcluded(com.intellij.openapi.vfs.VirtualFile arg1)
method removed: public abstract boolean isIgnored(com.intellij.openapi.vfs.VirtualFile arg1)
---
com.intellij.openapi.localVcs.LocalVcsServices (abstract class)
method removed: public abstract com.intellij.openapi.vcs.CheckinEnvironment createCheckinEnvironment()
method added: public abstract com.intellij.openapi.vcs.checkin.CheckinEnvironment createCheckinEnvironment()
---
com.intellij.openapi.localVcs.LvcsObject (interface)
method removed: void sheduleForRemoval()
method added: void scheduleForRemoval()
---
com.intellij.openapi.localVcs.LvcsRevision (interface)
method added: int compareTo(com.intellij.openapi.localVcs.LvcsRevision arg1)
---
com.intellij.openapi.projectRoots.ProjectRootManager (abstract class)
method removed: public abstract com.intellij.openapi.vfs.VirtualFile[] getContent()
method removed: public abstract java.util.List getContentRoots() [Signature(()Ljava/util/List<Lcom/intellij/openapi/vfs/VirtualFile;>;)]
method added: public abstract com.intellij.openapi.roots.ProjectFileIndex getFileIndex()
method added: public abstract com.intellij.openapi.vfs.VirtualFile[] getContentRoots()
method added: public abstract com.intellij.openapi.vfs.VirtualFile[] getContentSourceRoots()
---
com.intellij.openapi.roots.ModuleRootManager (abstract class)
method removed: public abstract com.intellij.openapi.roots.ContentEntry[] getContent()
method removed: public abstract com.intellij.openapi.roots.OrderEntry[] getOrder()
method removed: public abstract com.intellij.openapi.roots.RootModel getModifiableModel()
method removed: public abstract java.util.List getDependentModules() [Signature(()Ljava/util/List<Lcom/intellij/module/Module;>;)]
method added: public abstract String[] getContentRootUrls()
method added: public abstract com.intellij.module.Module[] getDependentModules()
method added: public abstract com.intellij.openapi.roots.ContentEntry[] getContentEntries()
method added: public abstract com.intellij.openapi.roots.FileIndex getFileIndex()
method added: public abstract com.intellij.openapi.roots.ModifiableRootModel getModifiableModel()
method added: public abstract com.intellij.openapi.roots.OrderEntry[] getOrderEntries()
---
com.intellij.openapi.roots.OrderRootType (class)
constant removed: public com.intellij.openapi.roots.OrderRootType SOURCE
constant added: public com.intellij.openapi.roots.OrderRootType SOURCES
---
com.intellij.openapi.ui.DialogWrapper (abstract class)
method added: public java.awt.Dimension getPreferredSize()
method added: public void toFront()
---
com.intellij.openapi.util.TextRange (class)
method added: public boolean contains(int arg1)
---
com.intellij.openapi.vcs.AbstractVcs (abstract class)
method added: public com.intellij.openapi.vcs.checkin.CheckinEnvironment getCheckinEnvironment()
method added: public com.intellij.openapi.vcs.fileView.FileViewEnvironment getFileViewEnvironment()
---
com.intellij.openapi.vcs.AbstractVcsHelper (abstract class)
method removed: public abstract com.intellij.openapi.vcs.Refreshable createCheckinProjectPanel()
method removed: public abstract void doCheckinProject(com.intellij.openapi.vcs.Refreshable arg1, Object arg2)
method added: public abstract com.intellij.openapi.vcs.ui.Refreshable createCheckinProjectPanel()
method added: public abstract void doCheckinProject(com.intellij.openapi.vcs.ui.Refreshable arg1, Object arg2)
method added: public abstract void optimizeImportsAndReformatCode(java.util.Collection arg1, com.intellij.openapi.vcs.VcsConfiguration arg2, Runnable arg3) [Signature((Ljava/util/Collection<Lcom/intellij/openapi/vfs/VirtualFile;>;Lcom/intellij/openapi/vcs/VcsConfiguration;Ljava/lang/Runnable;)V)]
---
com.intellij.openapi.vcs.CheckinProjectDialog (class)
method removed: public com.intellij.openapi.vcs.Refreshable getCheckinProjectPanel()
constructor removed: public (com.intellij.openapi.project.Project arg1, String arg2, boolean arg3, com.intellij.openapi.vcs.CheckinEnvironment arg4, java.util.Collection arg5)
method added: public com.intellij.openapi.vcs.ui.Refreshable getCheckinProjectPanel()
constructor added: public (com.intellij.openapi.project.Project arg1, String arg2, boolean arg3, com.intellij.openapi.vcs.checkin.CheckinEnvironment arg4, java.util.Collection arg5)
---
com.intellij.openapi.vcs.CheckinProjectPanel (interface)
method added: java.util.Collection getVirtualFiles() [Signature(()Ljava/util/Collection<Lcom/intellij/openapi/vfs/VirtualFile;>;)]
---
com.intellij.openapi.vcs.DifferencesProvider (interface)
constant removed: public String IDENTIFIER_IN_CONTEXT = "DifferencesProvider"
---
com.intellij.openapi.vcs.RollbackProvider (interface)
constant removed: public String IDENTIFIER_IN_CONTEXT = "RollbackProvider"
---
com.intellij.openapi.vcs.VcsConfiguration (class)
field added: public boolean OPTIMIZE_IMPORTS_BEFORE_COMMIT
field added: public boolean REFORMAT_BEFORE_COMMIT
---
com.intellij.openapi.vfs.VirtualFileEvent (class)
constructor removed: public (Object arg1, com.intellij.openapi.vfs.VirtualFile arg2, boolean arg3, com.intellij.openapi.vfs.VirtualFile arg4)
constructor removed: public (Object arg1, com.intellij.openapi.vfs.VirtualFile arg2, boolean arg3, com.intellij.openapi.vfs.VirtualFile arg4, long arg5, long arg7)
method added: public String getFileName()
constructor added: public (Object arg1, com.intellij.openapi.vfs.VirtualFile arg2, String arg3, boolean arg4, com.intellij.openapi.vfs.VirtualFile arg5)
constructor added: public (Object arg1, com.intellij.openapi.vfs.VirtualFile arg2, com.intellij.openapi.vfs.VirtualFile arg3, long arg4, long arg6)
---
com.intellij.openapi.vfs.VirtualFileManager (abstract class)
method added: public abstract void dispatchPendingEvent(com.intellij.openapi.vfs.VirtualFileListener arg1)
---
com.intellij.openapi.vfs.VirtualFileSystem (abstract class)
method removed: protected void fireFileDeleted(Object arg1, com.intellij.openapi.vfs.VirtualFile arg2, boolean arg3, com.intellij.openapi.vfs.VirtualFile arg4)
method added: protected void fireFileDeleted(Object arg1, com.intellij.openapi.vfs.VirtualFile arg2, String arg3, boolean arg4, com.intellij.openapi.vfs.VirtualFile arg5)
---
com.intellij.openapi.wm.ToolWindowId (interface)
constant added: public String FILE_VIEW = "Vcs File View"

======
Comparing idea-896.jar and idea-908.jar
removed: com.intellij.cvsSupport2.actions.EditCvsRootsAction (class)
removed: com.intellij.cvsSupport2.actions.UpdateActionsGroup (class)
removed: com.intellij.cvsSupport2.application.MapBasedDataContext (class)
removed: com.intellij.cvsSupport2.cvsBrowser.CvsFolder (class)
removed: com.intellij.cvsSupport2.ui.AnnotationDialog (class)
removed: com.intellij.cvsSupport2.ui.CreateBranchDialog (class)
removed: com.intellij.cvsSupport2.ui.CvsConfigurationListEditor (class)
removed: com.intellij.cvsSupport2.ui.FileHistoryDialog (class)
removed: com.intellij.cvsSupport2.ui.SelectConfigurationPanel (class)
removed: com.intellij.execution.junit2.ui.table.ColumnInfo (abstract class)
removed: com.intellij.openapi.roots.JdkLibraryEntry (interface)
removed: com.intellij.openapi.roots.RootModel (interface)
removed: com.intellij.openapi.roots.RootModelExternalChangeListener (interface)
removed: com.intellij.openapi.vcs.CheckinDialog (abstract class)
removed: com.intellij.openapi.vcs.CheckinEnvironment (interface)
removed: com.intellij.openapi.vcs.CheckinFileDialog (class)
removed: com.intellij.openapi.vcs.ExcludedPathsProvider (interface)
removed: com.intellij.openapi.vcs.Refreshable (interface)
removed: com.intellij.openapi.vcs.ui.DifferenceType (abstract class)
removed: com.intellij.openapi.vcs.ui.RevisionsFactory (interface)
removed: com.intellij.openapi.vcs.ui.zzzzjCustomizer (class)
removed: com.intellij.psi.file.DirectoryIndex (interface)
removed: com.intellij.psi.util.HandMadeMethodSignature (class)
removed: com.intellij.psi.util.MethodSignatureUtil$MethodSignatureEquality (class)
removed: com.intellij.psi.util.PsiMethodBackedMethodSignature (class)
removed: com.intellij.refactoring.rename.EjbFieldRenameProcessor$MyTreeStructure (class)
removed: com.intellij.util.CachingEventListenerList (class)
added: com.intellij.cvsSupport2.CvsDataConstants (interface)
added: com.intellij.cvsSupport2.actions.AbstractCommitProjectOrDirectoryAction (abstract class)
added: com.intellij.cvsSupport2.actions.BrowseCvsRepositoryAction (class)
added: com.intellij.cvsSupport2.actions.CvsContext (interface)
added: com.intellij.cvsSupport2.actions.CvsContextAdapter (class)
added: com.intellij.cvsSupport2.checkinProject.ProcessedDirectories (class)
added: com.intellij.cvsSupport2.cvsBrowser.CheckoutHelper (class)
added: com.intellij.cvsSupport2.cvshandlers.AbstractCvsHandler (abstract class)
added: com.intellij.cvsSupport2.cvshandlers.ErrorMessagePattern (class)
added: com.intellij.cvsSupport2.cvsoperations.CommandWrapper (class)
added: com.intellij.cvsSupport2.cvsoperations.MergedFilesCollector (class)
added: com.intellij.cvsSupport2.cvsoperations.Revision (class)
added: com.intellij.cvsSupport2.cvsoperations.RevisionOrDate (interface)
added: com.intellij.cvsSupport2.cvsoperations.StickyInformationForFile (class)
added: com.intellij.cvsSupport2.fileView.CvsFile (class)
added: com.intellij.cvsSupport2.fileView.CvsFileViewEnvironment (class)
added: com.intellij.cvsSupport2.ui.BrowserPanel (class)
added: com.intellij.cvsSupport2.ui.CheckoutFileDialog (class)
added: com.intellij.cvsSupport2.ui.Cvs2SettingsEditPanel$State (class)
added: com.intellij.cvsSupport2.ui.CvsConfigurationsListEditor (class)
added: com.intellij.cvsSupport2.ui.DateOrRevisionOrTagSettings (class)
added: com.intellij.cvsSupport2.ui.FileHistoryPanel (class)
added: com.intellij.cvsSupport2.ui.PasswordPromptDialog (class)
added: com.intellij.cvsSupport2.ui.SelectCvsConfigurationDialog (class)
added: com.intellij.cvsSupport2.vfs.AbstractCvsVirtualFile (abstract class)
added: com.intellij.cvsSupport2.vfs.CvsVirtualFile (class)
added: com.intellij.cvsSupport2.vfs.CvsVirtualFolder (class)
added: com.intellij.openapi.components.SettingsSavingComponent (interface)
added: com.intellij.openapi.roots.ContentIterator (interface)
added: com.intellij.openapi.roots.FileIndex (interface)
added: com.intellij.openapi.roots.JdkOrderEntry (interface)
added: com.intellij.openapi.roots.ModifiableRootModel (interface)
added: com.intellij.openapi.roots.ProjectFileIndex (interface)
added: com.intellij.openapi.startup.StartupManager (abstract class)
added: com.intellij.openapi.ui.ColumnInfo (abstract class)
added: com.intellij.openapi.vcs.NamedComponent (interface)
added: com.intellij.openapi.vcs.VcsDataConstants (interface)
added: com.intellij.openapi.vcs.checkin.CheckinEnvironment (interface)
added: com.intellij.openapi.vcs.checkin.DifferenceType (abstract class)
added: com.intellij.openapi.vcs.checkin.ExcludedPathsProvider (interface)
added: com.intellij.openapi.vcs.checkin.Revisions (interface)
added: com.intellij.openapi.vcs.checkin.RevisionsFactory (interface)
added: com.intellij.openapi.vcs.fileView.FileViewAdditionalColumn (interface)
added: com.intellij.openapi.vcs.fileView.FileViewConfiguration (class)
added: com.intellij.openapi.vcs.fileView.FileViewEnvironment (interface)
added: com.intellij.openapi.vcs.fileView.VcsFile (interface)
added: com.intellij.openapi.vcs.ui.CheckinDialog (abstract class)
added: com.intellij.openapi.vcs.ui.CheckinFileDialog (class)
added: com.intellij.openapi.vcs.ui.OptionsDialog (abstract class)
added: com.intellij.openapi.vcs.ui.Refreshable (interface)
added: com.intellij.openapi.vcs.ui.RefreshableOnComponent (interface)
added: com.intellij.openapi.vcs.ui.a.zzzzdCustomizer (class)
added: com.intellij.progress.ProgressIndicator (class)
added: com.intellij.psi.file.OldDirectoryIndex (interface)
added: com.intellij.psi.util.MethodSignatureBackedByPsiMethod (class)
added: com.intellij.psi.util.MethodSignatureBase (abstract class)
added: com.intellij.psi.util.MethodSignatureHandMade (class)
added: com.intellij.ui.Table (class)
added: com.intellij.util.EventListenerList (class)
added: com.intellij.util.EventListenerList$Dispatcher (interface)
---
com.intellij.cvsSupport2.CvsApplicationLevelConfiguration (class)
field removed: public boolean TEST_BEFORE_EXIT
---
com.intellij.cvsSupport2.CvsConfiguration (class)
field added: public String CHECKOUT_BRANCH
field added: public String CHECKOUT_DATE
field added: public boolean CHECKOUT_BY_BRANCH
field added: public boolean CHECKOUT_BY_DATE
field added: public boolean OFFLINE_MODE
field added: public boolean SHOW_CHECKOUT_OPTIONS
---
com.intellij.cvsSupport2.CvsFileRevision (class)
constructor removed: public (b.a.a.a.j.a.d arg1, com.intellij.openapi.vfs.VirtualFile arg2, b.a.a.a.j.a.c arg3)
constructor removed: public (com.intellij.openapi.vfs.VirtualFile arg1)
constructor removed: public (com.intellij.openapi.vfs.VirtualFile arg1, String arg2)
constructor added: public (a.a.a.a.i.g.d arg1, java.io.File arg2, a.a.a.a.i.g.c arg3)
constructor added: public (java.io.File arg1)
constructor added: public (java.io.File arg1, String arg2)
---
com.intellij.cvsSupport2.CvsRootConfiguration (class)
constant removed: public com.intellij.cvsSupport2.CvsRootConfiguration NULL
field added: public String DATE
field added: public boolean USE_DATE
---
com.intellij.cvsSupport2.CvsVcs2 (class)
method added: public com.intellij.openapi.vcs.checkin.CheckinEnvironment getCheckinEnvironment()
method added: public com.intellij.openapi.vcs.fileView.FileViewEnvironment getFileViewEnvironment()
---
com.intellij.cvsSupport2.NoSuchFileInCvsException (class)
constructor removed: public (com.intellij.openapi.vfs.VirtualFile arg1)
constructor added: public (java.io.File arg1)
---
com.intellij.cvsSupport2.actions.AbstractCommitAction (abstract class)
constructor removed: public ()
constructor added: public (boolean arg1)
---
com.intellij.cvsSupport2.actions.AnnotateAction (class)
constant removed: public java.text.DateFormat p
---
com.intellij.cvsSupport2.actions.CvsActionVisibility (class)
method added: protected void finalize()
throws java.lang.Throwable
---
com.intellij.cvsSupport2.actions.RestoreFileAction (class)
constant removed: public String o = "FileToRestore"
---
com.intellij.cvsSupport2.application.DeletedCVSDirectoryStorage (class)
constant removed: public String b = "DeletedFileNames"
constant removed: public String c = "DeletedFilesAdminDirectories"
constant removed: public String e = "CVS"
constant added: public String c = "CVS"
---
com.intellij.cvsSupport2.checkinProject.CvsAddFile (class)
constructor removed: public (String arg1, b.a.a.a.j.bk arg2)
constructor added: public (String arg1, a.a.a.a.i.bk arg2)
---
com.intellij.cvsSupport2.checkinProject.CvsBasedDirectoryRevisions (class)
method added: public java.util.List getDirectories()
method added: public java.util.List getFiles()
method added: public void addCheckinOperationTo(java.util.Collection arg1)
---
com.intellij.cvsSupport2.checkinProject.CvsCheckinEnvironment (class)
method removed: public com.intellij.execution.junit2.ui.table.ColumnInfo[] getAdditionalColumns(int arg1)
method removed: public com.intellij.openapi.vcs.ui.DifferenceType[] getAdditionalDifferenceTypes()
method removed: public com.intellij.openapi.vcs.ui.RevisionsFactory getRevisionsFactory()
method removed: public javax.swing.JComponent getAdditionalOptionsPanel(com.intellij.openapi.vcs.Refreshable arg1)
method added: public String getDefaultMessageFor(com.intellij.openapi.vfs.VirtualFile[] arg1)
method added: public com.intellij.openapi.ui.ColumnInfo[] getAdditionalColumns(int arg1)
method added: public com.intellij.openapi.vcs.checkin.DifferenceType[] getAdditionalDifferenceTypes()
method added: public com.intellij.openapi.vcs.checkin.RevisionsFactory getRevisionsFactory()
method added: public com.intellij.openapi.vcs.ui.RefreshableOnComponent createAdditionalOptionsPanel(com.intellij.openapi.vcs.ui.Refreshable arg1)
method added: public com.intellij.openapi.vcs.ui.RefreshableOnComponent createAdditionalOptionsPanelForCheckinFile(com.intellij.openapi.vcs.ui.Refreshable arg1)
method added: public com.intellij.openapi.vcs.ui.RefreshableOnComponent createAdditionalOptionsPanelForCheckinProject(com.intellij.openapi.vcs.ui.Refreshable arg1)
---
com.intellij.cvsSupport2.cvsBrowser.CvsElement (class)
field removed: protected String d
field removed: protected String e
field removed: protected javax.swing.tree.TreeNode b
method removed: public boolean isLeaf()
method removed: public javax.swing.tree.TreeNode getParent()
constructor removed: public (javax.swing.Icon arg1)
field added: protected String b
field added: protected String c
constructor added: public (javax.swing.Icon arg1, com.intellij.cvsSupport2.CvsEnvironment arg2)
---
com.intellij.cvsSupport2.cvsBrowser.CvsFile (class)
constructor removed: public (String arg1)
constructor added: public (String arg1, com.intellij.cvsSupport2.CvsEnvironment arg2)
---
com.intellij.cvsSupport2.cvshandlers.Checkin (class)
constructor removed: public (com.intellij.openapi.vcs.impl.a.g[] arg1, com.intellij.cvsSupport2.CvsVcs2 arg2, String arg3)
throws com.intellij.openapi.vcs.VcsException
constructor added: public (com.intellij.openapi.vcs.impl.a.g[] arg1, com.intellij.cvsSupport2.CvsVcs2 arg2, String arg3, String arg4)
throws com.intellij.openapi.vcs.VcsException
---
com.intellij.cvsSupport2.cvshandlers.CommandCvsHandler (class)
constant added: protected com.intellij.openapi.diagnostic.Logger n
---
com.intellij.cvsSupport2.cvshandlers.ErrorMessagesProcessor (class)
constant removed: public String d = "cvs :"
---
com.intellij.cvsSupport2.cvsmessages.CvsListenerWithProgress (class)
constructor removed: public (com.intellij.progress.c arg1)
constructor added: public (com.intellij.progress.ProgressIndicator arg1)
---
com.intellij.cvsSupport2.cvsmessages.CvsMessager (class)
constructor removed: public (com.intellij.cvsSupport2.cvsmessages.CvsMessagesListener arg1)
constructor added: public (com.intellij.cvsSupport2.cvsmessages.CvsMessagesListener arg1, a.a.a.a.e.j arg2)
---
com.intellij.cvsSupport2.cvsmessages.FileMessage (class)
constructor removed: public (b.a.a.a.j.e.c arg1)
constructor added: public (a.a.a.a.i.e.c arg1, com.intellij.cvsSupport2.cvsoperations.MergedFilesCollector arg2)
---
com.intellij.cvsSupport2.cvsoperations.AddFilesOperation (class)
constructor removed: public (b.a.a.a.j.bk arg1)
constructor added: public (a.a.a.a.i.bk arg1)
---
com.intellij.cvsSupport2.cvsoperations.AdminHandlerAdapter (class)
constant added: public String g = "CVS"
---
com.intellij.cvsSupport2.cvsoperations.AnnotateOperation (class)
constructor removed: public (com.intellij.openapi.vfs.VirtualFile arg1, String arg2)
constructor added: public (java.io.File arg1, String arg2)
---
com.intellij.cvsSupport2.cvsoperations.Annotation (class)
constant added: public java.text.DateFormat d
---
com.intellij.cvsSupport2.cvsoperations.BranchOperation (class)
constructor removed: public (com.intellij.openapi.vfs.VirtualFile[] arg1, String arg2)
constructor added: public (com.intellij.openapi.vfs.VirtualFile[] arg1, String arg2, boolean arg3, boolean arg4)
---
com.intellij.cvsSupport2.cvsoperations.CheckoutFilesOperation (class)
constructor removed: public (com.intellij.openapi.vfs.VirtualFile[] arg1)
constructor added: public (com.intellij.openapi.vfs.VirtualFile[] arg1, com.intellij.cvsSupport2.CvsConfiguration arg2)
---
com.intellij.cvsSupport2.cvsoperations.CheckoutProjectOperation (class)
constructor removed: public (com.intellij.cvsSupport2.CvsEnvironment arg1, String arg2, java.io.File arg3, b.a.a.a.b.l arg4)
constructor added: public (com.intellij.cvsSupport2.CvsEnvironment arg1, String arg2, java.io.File arg3, a.a.a.a.b.l arg4)
---
com.intellij.cvsSupport2.cvsoperations.CvsCommandOperation (abstract class)
field removed: protected final b.a.a.a.b.l d
field removed: protected final b.a.a.a.b.m e
constructor removed: public (b.a.a.a.b.l arg1)
constructor removed: public (b.a.a.a.b.l arg1, b.a.a.a.b.m arg2)
constructor removed: public (b.a.a.a.b.m arg1)
field added: protected final a.a.a.a.b.l d
field added: protected final a.a.a.a.b.m e
constructor added: public (a.a.a.a.b.l arg1)
constructor added: public (a.a.a.a.b.l arg1, a.a.a.a.b.m arg2)
constructor added: public (a.a.a.a.b.m arg1)
---
com.intellij.cvsSupport2.cvsoperations.CvsExecutionEnvironment (class)
constructor removed: public (b.a.a.a.q arg1)
constructor removed: public (com.intellij.cvsSupport2.cvsmessages.CvsMessagesListener arg1, b.a.a.a.q arg2)
constructor added: public (a.a.a.a.q arg1)
constructor added: public (com.intellij.cvsSupport2.cvsmessages.CvsMessagesListener arg1, a.a.a.a.q arg2)
---
com.intellij.cvsSupport2.cvsoperations.CvsOperationOnFiles (abstract class)
constructor removed: public (b.a.a.a.b.l arg1)
constructor added: public (a.a.a.a.b.l arg1)
---
com.intellij.cvsSupport2.cvsoperations.GetFileContentOperation (class)
constructor added: public (String arg1, com.intellij.cvsSupport2.CvsEnvironment arg2, String arg3)
---
com.intellij.cvsSupport2.cvsoperations.LocalPathIndifferentOperation (abstract class)
constructor removed: public (b.a.a.a.b.l arg1, b.a.a.a.b.m arg2, com.intellij.cvsSupport2.CvsEnvironment arg3)
constructor added: public (a.a.a.a.b.l arg1, a.a.a.a.b.m arg2, com.intellij.cvsSupport2.CvsEnvironment arg3)
---
com.intellij.cvsSupport2.cvsoperations.UpdateOperation (class)
constructor removed: public (com.intellij.openapi.vfs.VirtualFile[] arg1, boolean arg2)
constructor removed: public (com.intellij.openapi.vfs.VirtualFile[] arg1, boolean arg2, String arg3, boolean arg4, boolean arg5, boolean arg6, String arg7, boolean arg8)
---
com.intellij.cvsSupport2.cvsstatuses.CvsFileStatus (class)
constant removed: public com.intellij.openapi.vcs.FileStatus f
constant removed: public com.intellij.openapi.vcs.FileStatus g
---
com.intellij.cvsSupport2.javacvsImpl.IgnoredFilesInfo (class)
constructor removed: public ()
constructor removed: public (java.io.File arg1)
field added: public static com.intellij.cvsSupport2.javacvsImpl.IgnoredFilesInfo b
---
com.intellij.cvsSupport2.javacvsImpl.StoringLineSeparatorsLocalFileWriter (class)
constructor removed: public (b.a.a.a.e.p arg1)
constructor added: public (a.a.a.a.e.p arg1)
---
com.intellij.cvsSupport2.ui.AddOptionsDialog (class)
constant removed: public String v = "AddedFileInfo"
constant removed: public String w = "AddedOptionsDialogPanel"
constant removed: public String x = "DefaultTreeModel"
constant added: public String u = "AddedFileInfo"
constant added: public String v = "AddedOptionsDialogPanel"
constant added: public String w = "DefaultTreeModel"
method added: public void saveState()
---
com.intellij.cvsSupport2.ui.BackgroundProgressIndicator (class)
constructor removed: public (com.intellij.progress.c arg1, com.intellij.status.r arg2)
constructor added: public (com.intellij.progress.ProgressIndicator arg1, com.intellij.status.r arg2)
---
com.intellij.cvsSupport2.ui.CheckoutDialog (class)
constructor removed: public (com.intellij.cvsSupport2.actions.CheckoutHandler arg1)
constructor removed: public (com.intellij.cvsSupport2.actions.CheckoutHandler arg1, com.intellij.cvsSupport2.CvsApplicationLevelConfiguration arg2)
constructor added: public (com.intellij.cvsSupport2.CvsRootConfiguration arg1)
---
com.intellij.cvsSupport2.ui.CreateTagDialog (class)
constructor removed: public ()
constructor added: public (java.util.Collection arg1, com.intellij.openapi.project.Project arg2, boolean arg3)
---
com.intellij.cvsSupport2.ui.Cvs2SettingsEditPanel (class)
constructor removed: public (com.intellij.cvsSupport2.ui.ExtConfiguration arg1)
---
com.intellij.cvsSupport2.ui.CvsColumnInfo (abstract class)
method added: protected java.util.Comparator getComparator()
method added: public Object valueOf(Object arg1)
---
com.intellij.cvsSupport2.ui.DeleteTagDialog (class)
constructor removed: public (java.util.Collection arg1)
constructor added: public (java.util.Collection arg1, com.intellij.openapi.project.Project arg2)
---
com.intellij.cvsSupport2.ui.ExtConnectionSettingsDialog (class)
constructor removed: public (com.intellij.cvsSupport2.ui.ExtConfiguration arg1)
constructor added: public ()
---
com.intellij.cvsSupport2.ui.ImportDialog (class)
constructor removed: public (java.io.File arg1, com.intellij.cvsSupport2.ImportConfiguration arg2)
constructor added: public (java.io.File arg1, com.intellij.cvsSupport2.ImportConfiguration arg2, com.intellij.cvsSupport2.CvsRootConfiguration arg3)
---
com.intellij.cvsSupport2.ui.SelectTagDialog (class)
constructor removed: public (java.util.Collection arg1)
constructor added: public ()
---
com.intellij.cvsSupport2.ui.UpdateOptionsDialog (class)
constructor removed: public (com.intellij.openapi.project.Project arg1, com.intellij.cvsSupport2.CvsConfiguration arg2)
constructor added: public (com.intellij.openapi.project.Project arg1, com.intellij.cvsSupport2.CvsConfiguration arg2, java.util.Collection arg3)
---
com.intellij.cvsSupport2.updateinfo.AbstractTreeNode (abstract class)
constant added: protected java.util.ArrayList a
---
com.intellij.cvsSupport2.updateinfo.FileTreeNode (class)
constructor removed: public (String arg1, com.intellij.ui.dr arg2, com.intellij.openapi.project.Project arg3)
constructor added: public (String arg1, com.intellij.ui.du arg2, com.intellij.openapi.project.Project arg3)
---
com.intellij.execution.ConsoleView (interface)
method removed: void scrollTo(int arg1, int arg2)
method added: int getContentSize()
method added: void scrollTo(int arg1)
---
com.intellij.execution.ExecutionView (class)
method added: public void addProcessTerminatedListener()
---
com.intellij.execution.Location (abstract class)
method added: public com.intellij.execution.Location getAncestor(Class arg1) [Signature(<Ancestor::Lcom/intellij/psi/PsiElement;>(Ljava/lang/Class;)Lcom/intellij/execution/Location<TAncestor;>;)]
method added: public com.intellij.execution.PsiLocation toPsiLocation() [Signature(()Lcom/intellij/execution/PsiLocation<TE;>;)]
method added: public com.intellij.psi.PsiElement getParentElement(Class arg1) [Signature(<Ancestor::Lcom/intellij/psi/PsiElement;>(Ljava/lang/Class;)TAncestor;)]
---
com.intellij.execution.PsiLocation (class)
method added: public com.intellij.execution.PsiLocation toPsiLocation() [Signature(()Lcom/intellij/execution/PsiLocation<TE;>;)]
---
com.intellij.ide.util.PackageUtil (class)
method added: public static com.intellij.psi.PsiDirectory findOrCreateDirectoryForPackage(com.intellij.module.Module arg0, String arg1, com.intellij.psi.PsiDirectory arg2, boolean arg3)
throws com.intellij.util.IncorrectOperationException
---
com.intellij.ide.util.TreeClassChooserDialog (class)
constructor removed: public (String arg1, com.intellij.openapi.project.Project arg2, com.intellij.psi.search.GlobalSearchScope arg3, int arg4, int arg5, com.intellij.ide.util.TreeClassChooserDialog$ClassFilter arg6)
constructor added: public (String arg1, com.intellij.openapi.project.Project arg2, com.intellij.psi.PsiClass arg3)
constructor added: public (String arg1, com.intellij.openapi.project.Project arg2, com.intellij.psi.search.GlobalSearchScope arg3, int arg4, int arg5, com.intellij.ide.util.TreeClassChooserDialog$ClassFilter arg6, com.intellij.psi.PsiClass arg7)
method added: public void selectClass(com.intellij.psi.PsiClass arg1)
---
com.intellij.j2ee.ejb.impl.EntityBeanImpl (class)
constructor removed: public (com.intellij.openapi.project.Project arg1, com.intellij.j2ee.ejb.u arg2, com.intellij.psi.xml.XmlTag arg3)
constructor added: public (com.intellij.openapi.project.Project arg1, com.intellij.j2ee.ejb.f arg2, com.intellij.psi.xml.XmlTag arg3)
---
com.intellij.module.Module (interface)
constant added: public com.intellij.module.Module[] a
---
com.intellij.openapi.actionSystem.ActionPlaces (interface)
constant added: public String CHECKOUT_POPUP = "CheckoutPopup"
constant added: public String CVS_CONFIGURATIONS_TOOLBAR = "CvsConfigurationsToolbar"
constant added: public String FILEVIEW_POPUP = "FileViewPopup"
constant added: public String FILE_VIEW = "FileViewActionToolbal"
---
com.intellij.openapi.diff.DiffPanelFactory (class)
method removed: public static com.intellij.openapi.diff.DiffPanel createDiffPanel(com.intellij.openapi.project.Project arg0, com.intellij.openapi.vfs.VirtualFile arg1, java.awt.Window arg2, boolean arg3)
method added: public static com.intellij.openapi.diff.DiffPanel createDiffPanel(com.intellij.openapi.project.Project arg0, java.awt.Window arg1, boolean arg2)
---
com.intellij.openapi.editor.markup.ErrorStripeRenderer (interface)
method added: String getTooltipMessage()
---
com.intellij.openapi.editor.markup.RangeHighlighter (interface)
method added: boolean isThinErrorStripeMark()
method added: void setThinErrorStripeMark(boolean arg1)
---
com.intellij.openapi.localVcs.LocalVcs (abstract class)
method removed: public abstract boolean isExcluded(com.intellij.openapi.vfs.VirtualFile arg1)
method removed: public abstract boolean isIgnored(com.intellij.openapi.vfs.VirtualFile arg1)
---
com.intellij.openapi.localVcs.LocalVcsServices (abstract class)
method removed: public abstract com.intellij.openapi.vcs.CheckinEnvironment createCheckinEnvironment()
method added: public abstract com.intellij.openapi.vcs.checkin.CheckinEnvironment createCheckinEnvironment()
---
com.intellij.openapi.localVcs.LvcsObject (interface)
method removed: void sheduleForRemoval()
method added: void scheduleForRemoval()
---
com.intellij.openapi.localVcs.LvcsRevision (interface)
method added: int compareTo(com.intellij.openapi.localVcs.LvcsRevision arg1)
---
com.intellij.openapi.projectRoots.ProjectRootManager (abstract class)
method removed: public abstract com.intellij.openapi.vfs.VirtualFile[] getContent()
method removed: public abstract java.util.List getContentRoots() [Signature(()Ljava/util/List<Lcom/intellij/openapi/vfs/VirtualFile;>;)]
method added: public abstract com.intellij.openapi.roots.ProjectFileIndex getFileIndex()
method added: public abstract com.intellij.openapi.vfs.VirtualFile[] getContentRoots()
method added: public abstract com.intellij.openapi.vfs.VirtualFile[] getContentSourceRoots()
---
com.intellij.openapi.roots.ModuleRootManager (abstract class)
method removed: public abstract com.intellij.openapi.roots.ContentEntry[] getContent()
method removed: public abstract com.intellij.openapi.roots.OrderEntry[] getOrder()
method removed: public abstract com.intellij.openapi.roots.RootModel getModifiableModel()
method removed: public abstract java.util.List getDependentModules() [Signature(()Ljava/util/List<Lcom/intellij/module/Module;>;)]
method added: public abstract String[] getContentRootUrls()
method added: public abstract com.intellij.module.Module[] getDependentModules()
method added: public abstract com.intellij.openapi.roots.ContentEntry[] getContentEntries()
method added: public abstract com.intellij.openapi.roots.FileIndex getFileIndex()
method added: public abstract com.intellij.openapi.roots.ModifiableRootModel getModifiableModel()
method added: public abstract com.intellij.openapi.roots.OrderEntry[] getOrderEntries()
---
com.intellij.openapi.roots.OrderRootType (class)
constant removed: public com.intellij.openapi.roots.OrderRootType SOURCE
constant added: public com.intellij.openapi.roots.OrderRootType SOURCES
---
com.intellij.openapi.ui.DialogWrapper (abstract class)
method added: public java.awt.Dimension getPreferredSize()
method added: public void toFront()
---
com.intellij.openapi.util.TextRange (class)
method added: public boolean contains(int arg1)
---
com.intellij.openapi.vcs.AbstractVcs (abstract class)
method added: public com.intellij.openapi.vcs.checkin.CheckinEnvironment getCheckinEnvironment()
method added: public com.intellij.openapi.vcs.fileView.FileViewEnvironment getFileViewEnvironment()
---
com.intellij.openapi.vcs.AbstractVcsHelper (abstract class)
method removed: public abstract com.intellij.openapi.vcs.Refreshable createCheckinProjectPanel()
method removed: public abstract void doCheckinProject(com.intellij.openapi.vcs.Refreshable arg1, Object arg2)
method added: public abstract com.intellij.openapi.vcs.ui.Refreshable createCheckinProjectPanel()
method added: public abstract void doCheckinProject(com.intellij.openapi.vcs.ui.Refreshable arg1, Object arg2)
method added: public abstract void optimizeImportsAndReformatCode(java.util.Collection arg1, com.intellij.openapi.vcs.VcsConfiguration arg2, Runnable arg3) [Signature((Ljava/util/Collection<Lcom/intellij/openapi/vfs/VirtualFile;>;Lcom/intellij/openapi/vcs/VcsConfiguration;Ljava/lang/Runnable;)V)]
---
com.intellij.openapi.vcs.CheckinProjectDialog (class)
method removed: public com.intellij.openapi.vcs.Refreshable getCheckinProjectPanel()
constructor removed: public (com.intellij.openapi.project.Project arg1, String arg2, boolean arg3, com.intellij.openapi.vcs.CheckinEnvironment arg4, java.util.Collection arg5)
method added: public com.intellij.openapi.vcs.ui.Refreshable getCheckinProjectPanel()
constructor added: public (com.intellij.openapi.project.Project arg1, String arg2, boolean arg3, com.intellij.openapi.vcs.checkin.CheckinEnvironment arg4, java.util.Collection arg5)
---
com.intellij.openapi.vcs.CheckinProjectPanel (interface)
method added: java.util.Collection getVirtualFiles() [Signature(()Ljava/util/Collection<Lcom/intellij/openapi/vfs/VirtualFile;>;)]
---
com.intellij.openapi.vcs.DifferencesProvider (interface)
constant removed: public String IDENTIFIER_IN_CONTEXT = "DifferencesProvider"
---
com.intellij.openapi.vcs.RollbackProvider (interface)
constant removed: public String IDENTIFIER_IN_CONTEXT = "RollbackProvider"
---
com.intellij.openapi.vcs.VcsConfiguration (class)
field added: public boolean OPTIMIZE_IMPORTS_BEFORE_COMMIT
field added: public boolean REFORMAT_BEFORE_COMMIT
---
com.intellij.openapi.vfs.VirtualFileEvent (class)
constructor removed: public (Object arg1, com.intellij.openapi.vfs.VirtualFile arg2, boolean arg3, com.intellij.openapi.vfs.VirtualFile arg4)
constructor removed: public (Object arg1, com.intellij.openapi.vfs.VirtualFile arg2, boolean arg3, com.intellij.openapi.vfs.VirtualFile arg4, long arg5, long arg7)
method added: public String getFileName()
constructor added: public (Object arg1, com.intellij.openapi.vfs.VirtualFile arg2, String arg3, boolean arg4, com.intellij.openapi.vfs.VirtualFile arg5)
constructor added: public (Object arg1, com.intellij.openapi.vfs.VirtualFile arg2, com.intellij.openapi.vfs.VirtualFile arg3, long arg4, long arg6)
---
com.intellij.openapi.vfs.VirtualFileManager (abstract class)
method added: public abstract void dispatchPendingEvent(com.intellij.openapi.vfs.VirtualFileListener arg1)
---
com.intellij.openapi.vfs.VirtualFileSystem (abstract class)
method removed: protected void fireFileDeleted(Object arg1, com.intellij.openapi.vfs.VirtualFile arg2, boolean arg3, com.intellij.openapi.vfs.VirtualFile arg4)
method added: protected void fireFileDeleted(Object arg1, com.intellij.openapi.vfs.VirtualFile arg2, String arg3, boolean arg4, com.intellij.openapi.vfs.VirtualFile arg5)
---
com.intellij.openapi.wm.ToolWindowId (interface)
constant added: public String FILE_VIEW = "Vcs File View"
---
com.intellij.psi.PsiClass (interface)
method added: boolean hasTypeParameters()
---
com.intellij.psi.PsiElementFactory (interface)
method added: com.intellij.psi.PsiJavaCodeReferenceElement createReferenceElementByType(com.intellij.psi.PsiClassType arg1)
---
com.intellij.psi.PsiManager (abstract class)
method removed: public abstract com.intellij.psi.PsiDirectory[] getIntersectionRootDirectories(int arg1, int arg2)
method removed: public abstract com.intellij.psi.file.DirectoryIndex getDirectoryIndex()
method added: public abstract boolean isDisposed()
method added: public abstract com.intellij.psi.file.OldDirectoryIndex getDirectoryIndex()
---
com.intellij.psi.PsiMethod (interface)
method removed: com.intellij.psi.util.MethodSignature getSignature()
method added: com.intellij.psi.util.MethodSignature getSignature(com.intellij.psi.PsiSubstitutor arg1)
---
com.intellij.psi.PsiResolveHelper (interface)
method added: com.intellij.psi.infos.CandidateInfo[] getReferencedMethodCandidatesNoParametersSubstitution(com.intellij.psi.PsiCallExpression arg1, boolean arg2)
---
com.intellij.psi.PsiSubstitutor (interface)
method added: boolean isRaw()
---
com.intellij.psi.util.CachedValue (class)
constructor removed: public (com.intellij.psi.PsiManager arg1, com.intellij.psi.util.CachedValueProvider arg2)
constructor removed: public (com.intellij.psi.PsiManager arg1, com.intellij.psi.util.CachedValueProvider arg2, boolean arg3)
method added: public static com.intellij.psi.util.CachedValue createCachedValue(com.intellij.psi.PsiManager arg0, com.intellij.psi.util.CachedValueProvider arg1)
method added: public static com.intellij.psi.util.CachedValue createCachedValue(com.intellij.psi.PsiManager arg0, com.intellij.psi.util.CachedValueProvider arg1, boolean arg2)
method added: public static void releaseOutdatedValues()
method added: public void releaseValueIfOutdated()
---
com.intellij.psi.util.MethodSignature (interface)
method removed: com.intellij.psi.PsiClass getContainingClass()
constant removed: public com.intellij.psi.util.MethodSignature[] EMPTY_METHOD_SIGNATURE_ARRAY
method added: com.intellij.psi.PsiSubstitutor getSubstitutor()
constant added: public com.intellij.psi.util.MethodSignature[] EMPTY_ARRAY
---
com.intellij.psi.util.MethodSignatureUtil (class)
method removed: public static boolean areSignaturesEqual(com.intellij.psi.util.MethodSignature arg0, com.intellij.psi.PsiSubstitutor arg1, com.intellij.psi.util.MethodSignature arg2, com.intellij.psi.PsiSubstitutor arg3)
method removed: public static com.intellij.psi.util.HandMadeMethodSignature createMethodSignature(String arg0, com.intellij.psi.PsiParameterList arg1, com.intellij.psi.PsiTypeParameterList arg2, com.intellij.psi.PsiClass arg3)
method removed: public static com.intellij.psi.util.MethodSignature createMethodSignature(com.intellij.psi.PsiMethod arg0)
method removed: public static java.util.Map getSameNameMethods(com.intellij.psi.PsiClass arg0) [Signature((Lcom/intellij/psi/PsiClass;)Ljava/util/Map<Lcom/intellij/psi/util/MethodSignature;Ljava/util/List<Lcom/intellij/psi/PsiMethod;>;>;)]
method removed: public static java.util.Map getSameSignatureMethods(com.intellij.psi.PsiClass arg0) [Signature((Lcom/intellij/psi/PsiClass;)Ljava/util/Map<Lcom/intellij/psi/util/MethodSignature;Ljava/util/List<Lcom/intellij/psi/PsiMethod;>;>;)]
method removed: public static void removeOverriddenMethods(java.util.List arg0) [Signature((Ljava/util/List<Lcom/intellij/psi/PsiMethod;>;)V)]
method added: public static boolean areSignaturesEqual(com.intellij.psi.util.MethodSignature arg0, com.intellij.psi.util.MethodSignature arg1)
method added: public static com.intellij.psi.PsiMethod[] convertMethodSignaturesToMethods(java.util.List arg0) [Signature((Ljava/util/List<Lcom/intellij/psi/util/MethodSignatureBackedByPsiMethod;>;)[Lcom/intellij/psi/PsiMethod;)]
method added: public static com.intellij.psi.PsiSubstitutor unifyTypeParametersInSignatures(com.intellij.psi.util.MethodSignature arg0, com.intellij.psi.util.MethodSignature arg1)
method added: public static com.intellij.psi.util.MethodSignature createMethodSignature(String arg0, com.intellij.psi.PsiParameterList arg1, com.intellij.psi.PsiTypeParameterList arg2)
method added: public static com.intellij.psi.util.MethodSignature createMethodSignature(String arg0, com.intellij.psi.PsiParameterList arg1, com.intellij.psi.PsiTypeParameterList arg2, com.intellij.psi.PsiSubstitutor arg3)
method added: public static java.util.List findMethodSignaturesByName(com.intellij.psi.PsiClass arg0, String arg1, boolean arg2) [Signature((Lcom/intellij/psi/PsiClass;Ljava/lang/String;Z)Ljava/util/List<Lcom/intellij/psi/util/MethodSignatureBackedByPsiMethod;>;)]
method added: public static java.util.Map getSameNameMethods(com.intellij.psi.PsiClass arg0) [Signature((Lcom/intellij/psi/PsiClass;)Ljava/util/Map<Lcom/intellij/psi/util/MethodSignature;Ljava/util/List<Lcom/intellij/psi/util/MethodSignatureBackedByPsiMethod;>;>;)]
method added: public static java.util.Map getSameSignatureMethods(com.intellij.psi.PsiClass arg0) [Signature((Lcom/intellij/psi/PsiClass;)Ljava/util/Map<Lcom/intellij/psi/util/MethodSignature;Ljava/util/List<Lcom/intellij/psi/util/MethodSignatureBackedByPsiMethod;>;>;)]
method added: public static void removeOverriddenMethods(java.util.List arg0) [Signature((Ljava/util/List<Lcom/intellij/psi/util/MethodSignatureBackedByPsiMethod;>;)V)]
---
com.intellij.psi.util.PsiSuperMethodUtil (class)
method removed: public static java.util.List findNearestSuperMethods(com.intellij.psi.PsiMethod arg0, com.intellij.psi.PsiClass arg1)
method added: public static java.util.List findSuperMethodSignatures(com.intellij.psi.PsiMethod arg0, boolean arg1) [Signature((Lcom/intellij/psi/PsiMethod;Z)Ljava/util/List<Lcom/intellij/psi/util/MethodSignatureBackedByPsiMethod;>;)]
method added: public static java.util.List findSuperMethodSignatures(com.intellij.psi.PsiMethod arg0, com.intellij.psi.PsiClass arg1) [Signature((Lcom/intellij/psi/PsiMethod;Lcom/intellij/psi/PsiClass;)Ljava/util/List<Lcom/intellij/psi/util/MethodSignatureBackedByPsiMethod;>;)]
---
com.intellij.psi.util.PsiUtil (class)
method added: public static void addException(com.intellij.psi.PsiMethod arg0, com.intellij.psi.PsiClass arg1)
throws com.intellij.util.IncorrectOperationException
---
com.intellij.refactoring.rename.CmpFieldRenameProcessor (class)
method added: protected Object findNewField()
---
com.intellij.refactoring.rename.CmrFieldRenameProcessor (class)
method added: protected Object findNewField()
---
com.intellij.refactoring.rename.EjbFieldRenameProcessor (abstract class)
method added: protected abstract Object findNewField()
method added: protected void selectFieldInTree(Object arg1)
---
com.intellij.ui.TabbedPaneWrapper$TabbedPane (class)
constructor removed: public (com.intellij.ui.dx arg1, int arg2)
constructor added: public (com.intellij.ui.ea arg1, int arg2)
---
com.intellij.ui.treetable.TreeTable (class)
field removed: protected com.intellij.ui.treetable.i b
constructor removed: public (com.intellij.ui.treetable.d arg1)
field added: protected com.intellij.ui.treetable.h b
constructor added: public (com.intellij.ui.treetable.c arg1)
---
com.intellij.util.EditSourceOnDoubleClickHandler (class)
method added: public static void install(com.intellij.ui.Table arg0, com.intellij.openapi.actionSystem.DataContext arg1)
---
com.intellij.util.EditSourceOnEnterKeyHandler (class)
method added: public static void install(com.intellij.ui.Table arg0, com.intellij.openapi.actionSystem.DataContext arg1)
---
com.intellij.util.EventUtil (class)
method removed: public static Object createMulticaster(Class arg0, com.intellij.util.CachingEventListenerList arg1)
method added: public static Object createMulticaster(Class arg0, com.intellij.util.EventListenerList arg1)

0

Well don't these look promising...

com.intellij.openapi.vcs.VcsConfiguration (class)
field added: public boolean OPTIMIZE_IMPORTS_BEFORE_COMMIT
field added: public boolean REFORMAT_BEFORE_COMMIT

0

Timur Zambalayev wrote:

constant added: public String FILE_VIEW = "FileViewActionToolbal"


Toolbal?

0

请先登录再写评论。