Questions tagged [inspection]
111 questions
0
votes
1 answer
How to make HTTP Analyzer/Fiddler inspect a running Java console
Is there any way to Inspect Java HTTP traffic through HTTP Analyzer/Fiddler without modifying the source java code to use SOCKS proxy?

Visar
- 138
- 1
- 8
0
votes
1 answer
Inspection says: CANNON not defined using Cannon.js + Webstorm 8.0.1 (but code runs fine)
Cannon.js: https://github.com/schteppe/cannon.js/blob/master/build/cannon.js
When using this javascript lib cannon.js in webstorm I get an webstorm-inspection problem.
(I am using the lib as shown in there examples:…

JPS
- 411
- 6
- 16
0
votes
0 answers
How do I delete inspections (not the profile) from Webstorm?
I added a Webstorm plugin that generated some inspections. Now I want to delete those inspections. Uninstalling the plugin removes the inspections, but when I reinstall they come back.

Amit
- 11
- 1
0
votes
1 answer
Why DFA is equivalent to Delayed input DFA
I'm recently reading a paper Algorithms to Accelerate Multiple Regular Expressions
Matching for Deep Packet Inspection about Delayed input DFA.
According to Lemma 1 in the paper, DFA is equivalent to the corresponding Delayed input DFA. But…

KUN
- 527
- 4
- 18
0
votes
1 answer
Is there a way to inspect the (differing) internal structures of Python objects that test as equal (==)?
Yesterday I asked ("A case of outwardly equal lists of sets behaving differently under Python 2.5 (I think …)") why list W constructed as follows:
r_dim_1_based = range( 1, dim + 1)
set_dim_1_based = set( r_dim_1_based)
def listW_fill_func( val):
…

behindthefall
- 1,485
- 1
- 17
- 18
-1
votes
1 answer
PhpStorm does not show Missing parameter's type declaration warning
PhpStorm (version 2022.3.1) simply does not show "Missing parameter's type declaration warning".
In this piece of code I intentionally leave $name parameter in getId() method without type declaration and expect PhpStorm to highlight…

LVX
- 13
- 5