Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:
-
Story Points:0.5
-
Epic Link:
-
Sprint:Summer 2019 Sprint 8
Description
Unpack genoviz sdk jar file to see if source code is included.
If yes, make sure Eclipse, NetBeans, IntelliJ (commonly-used IDEs used by Java programmers) can display the source code after importing the jar file.
Tip for assessing usability of the library in an IDE:
If you're not a typical user of the IDEs, find someone who is, and ask them to load the library into a project while you watch. Encourage them go through their normal process so that you can understand a typical workflow in the IDE's user community. They don't need to explain anything to you - it's optional. Try to stay quie – many things in programming are done silently, without talking.
Make a note of what you find out regarding the library and its usability in projects.
Attachments
Issue Links
Activity
https://bitbucket.org/nzahara/genoviz-sdk-local/branch/IGBF-1798#diff
Code Changes can be found in the above link
Steps to test:
----------------------------
1) download the .jar file from the master branch pipeline build.
2) unpacked it and checked the source files. I am able to see the java files and can see the implementation of the inner methods.
3) Imported the .jar file in Netbeans, IntelliJ, and Eclipse and checked, i can see the .java files imported. Please find the screenshots as an attachment.