Quantcast
Channel: News - Marketplace | JetBrains
Viewing all articles
Browse latest Browse all 72158

News for IntelliJ API Watcher

$
0
0

6.14.0

  • Update icons
  • Exclude test data from the API checks
  • Handle PIEAE thrown sometimes on the class file de-compilation
  • Fixes of some false-positives

6.13.0

  • Fix PR-974: Pre-push check processes changes for commits made by other developers:
    • from now only the commits of the current user will be checked
    • performance improvement on rebase and force-push of a feature-branch
  • Fix some incorrect warnings on:
    • addition of a new abstract method
    • moving a method or a field upward in the classes hierarchy
    • removing a method that has an implementation in its parent
  • In conflicts panel a new popup option 'Open Current Version' is added. It allows to navigate to the current version of the modified code.

6.1.0 - 6.12.0

  • Various analysis bug fixes
  • Presentation and message fixes

6.0.0

  • More intelligent API conflicts analysis

5.13.0

  • Fix long-running check tasks in Kotlin files
  • Increase the connection timeout: fix the spurious connection failures

5.12.0

  • Check only the commits of the current user before push: rebasing a feature-branch on master and then force-pushing it is not so slow
  • Replace the annoying 'see bytecode' popup with a suggestion on top of the opened class file

5.11.0

  • Fix the LOG.assertTrue errors on some commits

5.9.0 and 5.10.0

  • Fix the 'Read access is allowed from EDT only' problem

5.8.0

  • Hot fix of 5.7.0: fixed highlighting of the Kotlin

5.7.0

  • PR-245: Added pre-push IntelliJ API checks (they are enabled by default and can be disabled in the API Watcher settings)
  • PR-244: More support for working offline: added offline sessions
  • PR-522: Added an option to see the bytecode of the class file containing the usages
  • PR-517: Adjusted Find External Usages panel borders

5.6.0

  • Fixed NoClassDefFoundError on the IDEA merged with Android Studio sources

5.5.0

  • Fixed NoClassDefError during Kotlin classes API check

5.4.0

  • Sources search fixes
  • Multi-selection fixes

5.2.0 and 5.3.0

  • Minor usability fixes
  • Fixes in the server side

5.1.0

  • Saving toggle states
  • A tiny improvement of the methods highlighting in the decompiled code
  • Minor bugfixes

5.0.0

  • Kotlin code usages search (including Kotlin classes, methods and fields)
  • Added check of Java to Kotlin source conversion (do not be surprised that the API Watcher complains on some "deleted" methods: they are actually deleted in the resulting bytecode. In some cases adding the appropriate annotations may help (e.g. if static method is moved to the Companion-Object @JvmStatic is expected)
  • Find External Usages from the Project View
  • Searching for packages works again
  • Added new button in the usages panel: "Open Source code". For the classes of the currently opened Project (i.e. IJ Ultimate project) it will open their current source. For the external plugins which have specified their source-code url (e.g. on github.com) it will try to search them and open in the editor. The other button "Open Decompiled class" now serves for loading and opening a .class-file from the Plugin Repository (an actual indexed usage). Don't be surprised if these two files don't match.
  • Added some more intelligent analysis of binary breakages (so decreased an amount of false-positives when the API Watcher complains on a breakage but actually there are no problems) Not all possible cases are considered, so don't hesitate to create new issues on YouTrack.

4.4.0

  • Fixed non-decompiled class-file problem

4.3.0

  • Usability fixes

4.2.0

  • Usages of classes in XML descriptors
  • Various bug fixes

4.1.0

  • Properties search

4.0.0

  • Decompiled code highlighting improvements

3.7.0

  • Various bug fixes

3.6.0

  • Relocation of default indexing server to http://intellij-api-watcher-prod.labs.intellij.net:80
  • More correct error handling

3.5.0

  • Various bug fixes

3.4.0

  • Remake of pre-commit dialog (no more unexpected closing)
  • Convenient "Update plugin" button
  • TeamCity-plugin indexed separately

3.1.0

  • More descriptive notifications

3.0.0

  • Added pre-commit check option ("Check external usages") which checks risky IntelliJ API changes (e.g deleting methods, changing access modifiers) since last VCS revision. It checks if there were any usages in external plugins. In case there were some usages, pretty informative usages panel will be shown. Otherwise commit will be passed as always.

2.9

  • Request performance improved
  • Added possibility to search package usages
  • Multi-selection in left side double-pane
  • Server auto-updating indices (always recent versions of plugins!)

2.8

  • Got rit of annoying read-access exception
  • Now you can discover list of indexed plugins at http://unit-753.labs.intellij.net:8080/status
  • New icons

2.7

  • New icons for different class-types
  • Server-side improvements
  • New error notifications

2.2

  • Added notification error when plugin is out-of-date
  • Added support of searching for usages of inherited classes
  • Fixed bug with methods override case

2.1

  • Client-server protocol changes
  • Various bug fixes

2.0

  • Added support of overriding/implementing methods
  • Got rid of irritating warning

1.4.5

  • Added shortcut for browser
  • Various bug fixes

1.4.4

  • Added expand/collapse all buttons

1.4.3

  • Added show in browser button

1.4.2

  • Got rid of unnecessary IDEA-build setting
  • Added sorting of plugins and classes by name

1.4.1

  • Added new usage type: Class static member access

1.4:

  • Added navigation by searched element
  • Speed search in results
  • Various bug fixes

1.3:

  • Added warning messages
  • Added shortcuts

1.2:

  • Added close button
  • Added group by usage type button
  • Added possibility to load and open class
  • Various bug fixes

Viewing all articles
Browse latest Browse all 72158

Trending Articles