question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ScanResult.getModulePath()

See original GitHub issue

ScanResult.getClassPath() results the application classpath. Shouldn’t there be a corresponding ScanResult.getModulePath() method?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
cowwoccommented, Feb 3, 2019

Sounds correct to me. Thanks for the clarification.

0reactions
lukehutchcommented, Feb 2, 2019

I’m pretty sure that module shadowing should have no effect if the same module is passed in twice, since they are processed in order, so only the first instance will do anything. (If not, please give an example of how the second and subsequent usage can change the semantics, and I will change the API before anyone starts using it!)

Read more comments on GitHub >

github_iconTop Results From Across the Web

ScanResult - Android Developers
Descriptor bit used with describeContents() : indicates that the Parcelable object's flattened representation includes a file descriptor.
Read more >
Diff - 4b29fe6^! - platform/system/core - Git at Google
+ */ +/* #define HAVE_GETHOSTBYNAME_R */ + +/* + * Define this if we have ioctl(). + */ +#define HAVE_IOCTL + +/* +...
Read more >
AbstractSurefireMojoJava7PlusTest xref
thenReturn( testClassesDir ); 135 136 DefaultScanResult scanResult ... getAbsolutePath() ) ); 181 verify( res, times( 1 ) ). ... getModulePath() ) 214 ....
Read more >
ScanResult (AWS SDK for Java - 1.12.363)
The capacity units consumed by the Scan operation. Integer · getCount(). The number of items in the response. List<Map< ...
Read more >
Viewing online file analysis results for 'pack_4223.exe'
... for MS Windows; AV Scan Result: Labeled as "Malware" (1/68) ... FileDescription: (); OriginalFilename: KpInfoWrite.exe ... GetModulePath@CUIBaseFun@@SA?
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found