Releases: softvis-research/jqa-csharp-plugin
Releases · softvis-research/jqa-csharp-plugin
v0.1.2-alpha
Feature updates:
- Added a workaround for the following issue: #4
v0.1.1-alpha
Feature updates:
- Added the code for multiline information which was missing in the last release.
v0.1.0-alpha
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
This is an initial prototype working with jQAssistant 1.8. Please note: It only works on Windows x64.