Skip to content

Releases: softvis-research/jqa-csharp-plugin

v0.1.2-alpha

25 Sep 20:16
Compare
Choose a tag to compare
v0.1.2-alpha Pre-release
Pre-release

Feature updates:

  • Added a workaround for the following issue: #4

v0.1.1-alpha

05 Sep 20:40
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release

Feature updates:

  • Added the code for multiline information which was missing in the last release.

v0.1.0-alpha

01 Sep 13:55
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

Feature updates:

  • Add multiline information for classes, enums and interfaces.
  • Read static modifier of classes.
  • Prevent NPE's in field symbol solving.
  • Read extern modifier of methods.
  • Fix several NPE's occurring when resolving symbols from libraries that are not included in the scanned folder.
  • Export information of interfaces that implement other interfaces.
  • Add MD5 hashes and cyclomatic complexity.
  • Remove C#2J language folders from build.
  • Added enum's, fields and interfaces with base type and interface references.
  • C#2J now uses the folder structure from the input folder for the output folder.
  • Added LOC information to methods.
  • Added parameters and return types.
  • Added invocation information inside methods.

v0.0.1-alpha

10 Aug 15:17
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

This is an initial prototype working with jQAssistant 1.8. Please note: It only works on Windows x64.