Skip to main content
Became Hot Meta Post
added 4 characters in body
Source Link

If a problem is solved by a software reinstall, is it unreproducible?

As an example, I've asked a question about an Eclipse bug which occurred after I installed Python 3 two days ago, and after that I had to reinstall Eclipse three times.

All of those three bugs were solved by reinstalling Eclipse.

I asked about the latest bug I had here: https://stackoverflow.com/questions/69639614/compiler-not-accepting-import-java-awt-event-mouselistener-in-all-new-eclipse-pr

Eventually, the question was closed as "not reproducible or caused by typos".

Tangentially, I also had two typos in my question originally, which would have caused the bug if I had mistyped them in my actual code, but I only mistyped them in the question text (I forgot event in the title and in the first line), the actual import contained the full and correct java.awt.event.MouseListener though, which can be seen in the third edit of the question.

On this specific example, I was able to reproduce the behavior by uninstalling and reinstalling Python 2"Python 3" two more times and having the same compiler error two more times, and then solve the problem by reinstalling two more times.

In this case, would the question still be closable as "typo/non-reproducible"?

If a problem is solved by a software reinstall, is it unreproducible?

As an example, I've asked a question about an Eclipse bug which occurred after I installed Python 3 two days ago, and after that I had to reinstall Eclipse three times.

All of those three bugs were solved by reinstalling Eclipse.

I asked about the latest bug I had here: https://stackoverflow.com/questions/69639614/compiler-not-accepting-import-java-awt-event-mouselistener-in-all-new-eclipse-pr

Eventually, the question was closed as "not reproducible or caused by typos".

Tangentially, I also had two typos in my question originally, which would have caused the bug if I had mistyped them in my actual code, but I only mistyped them in the question text (I forgot event in the title and in the first line), the actual import contained the full and correct java.awt.event.MouseListener though, which can be seen in the third edit of the question.

On this specific example, I was able to reproduce the behavior by uninstalling and reinstalling Python 2 more times and having the same compiler error two more times, and then solve the problem by reinstalling two more times.

In this case, would the question still be closable as "typo/non-reproducible"?

If a problem is solved by a software reinstall, is it unreproducible?

As an example, I've asked a question about an Eclipse bug which occurred after I installed Python 3 two days ago, and after that I had to reinstall Eclipse three times.

All of those three bugs were solved by reinstalling Eclipse.

I asked about the latest bug I had here: https://stackoverflow.com/questions/69639614/compiler-not-accepting-import-java-awt-event-mouselistener-in-all-new-eclipse-pr

Eventually, the question was closed as "not reproducible or caused by typos".

Tangentially, I also had two typos in my question originally, which would have caused the bug if I had mistyped them in my actual code, but I only mistyped them in the question text (I forgot event in the title and in the first line), the actual import contained the full and correct java.awt.event.MouseListener though, which can be seen in the third edit of the question.

On this specific example, I was able to reproduce the behavior by uninstalling and reinstalling "Python 3" two more times and having the same compiler error two more times, and then solve the problem by reinstalling two more times.

In this case, would the question still be closable as "typo/non-reproducible"?

Active reading [<https://en.wikipedia.org/wiki/Eclipse_%28software%29>].
Source Link
Peter Mortensen
  • 31.2k
  • 4
  • 24
  • 14

If a problem is solved by a software reinstall, is it unreproducible?

As an example, I've asked a question about an eclipseEclipse bug which occurred after I installed Python3 2Python 3 two days ago, and after that I had to reinstall eclipse 3Eclipse three times.

All of those 3three bugs were solved by reinstalling eclipseEclipse.

I asked about the latest bug I had here: https://stackoverflow.com/questions/69639614/compiler-not-accepting-import-java-awt-event-mouselistener-in-all-new-eclipse-prhttps://stackoverflow.com/questions/69639614/compiler-not-accepting-import-java-awt-event-mouselistener-in-all-new-eclipse-pr

Eventually, the question was closed as "not reproducible or caused by typos".

Tangentially, I also had 2two typos in my question originally, which would have caused the bug if I had mistyped them in my actual code, but I only mistyped them in the question text (I forgot event in the title and in the first line), the actual import contained the full and correct java.awt.event.MouseListener though, which can be seen in the 3rdthird edit of the question.

On this specific example, I was able to reproduce the behavior by uninstalling and reinstalling Python 2 more times and having the same compiler error 2two more times, and then solve the problem by reinstalling 2two more times.

In this case, would the question still be closable as "typo/non-reproducible"?

If a problem is solved by a software reinstall, is it unreproducible?

As an example, I've asked a question about an eclipse bug which occurred after I installed Python3 2 days ago, and after that I had to reinstall eclipse 3 times.

All of those 3 bugs were solved by reinstalling eclipse.

I asked about the latest bug I had here: https://stackoverflow.com/questions/69639614/compiler-not-accepting-import-java-awt-event-mouselistener-in-all-new-eclipse-pr

Eventually, the question was closed as "not reproducible or caused by typos".

Tangentially, I also had 2 typos in my question originally, which would have caused the bug if I had mistyped them in my actual code, but I only mistyped them in the question text (I forgot event in the title and in the first line), the actual import contained the full and correct java.awt.event.MouseListener though, which can be seen in the 3rd edit of the question.

On this specific example, I was able to reproduce the behavior by uninstalling and reinstalling Python 2 more times and having the same compiler error 2 more times, and then solve the problem by reinstalling 2 more times.

In this case, would the question still be closable as "typo/non-reproducible"?

If a problem is solved by a software reinstall, is it unreproducible?

As an example, I've asked a question about an Eclipse bug which occurred after I installed Python 3 two days ago, and after that I had to reinstall Eclipse three times.

All of those three bugs were solved by reinstalling Eclipse.

I asked about the latest bug I had here: https://stackoverflow.com/questions/69639614/compiler-not-accepting-import-java-awt-event-mouselistener-in-all-new-eclipse-pr

Eventually, the question was closed as "not reproducible or caused by typos".

Tangentially, I also had two typos in my question originally, which would have caused the bug if I had mistyped them in my actual code, but I only mistyped them in the question text (I forgot event in the title and in the first line), the actual import contained the full and correct java.awt.event.MouseListener though, which can be seen in the third edit of the question.

On this specific example, I was able to reproduce the behavior by uninstalling and reinstalling Python 2 more times and having the same compiler error two more times, and then solve the problem by reinstalling two more times.

In this case, would the question still be closable as "typo/non-reproducible"?

added 102 characters in body; edited tags
Source Link
yivi
  • 48.2k
  • 30
  • 223
  • 303

If a problem is solved by a software reinstall, is it unreproducible?

As an example, I've asked a question about an eclipse bug which occurred after I installed Python3 2 days ago, and after that I had to reinstall eclipse 3 times.

All of those 3 bugs were solved by reinstalling eclipse.

I asked about the latest bug I had here: https://stackoverflow.com/questions/69639614/compiler-not-accepting-import-java-awt-event-mouselistener-in-all-new-eclipse-pr

TheEventually, the question was closed as unreproducible"not reproducible or caused by typos".

Tangentially, I also had 2 typos in my question originally, which would have caused the bug if I had mistyped them in my actual code, but I only mistyped them in the question text (I forgot event in the title and in the first line), the actual import contained the full and correct java.awt.event.MouseListener though, which can be seen in the 3rd edit of the question.

My meta question is, if a problem is solved by a reinstall is it unreproducible?

I'm also curiousOn this specific example, if I'mI was able to reproduce the behavior by uninstalling and reinstalling Python 2 more times and having the same compiler error 2 more times, and then solve the problem by reinstalling 2 more times.

In this case, would that make the question reproduciblestill be closable as "typo/non-reproducible"?

I've asked a question about an eclipse bug which occurred after I installed Python3 2 days ago, and after that I had to reinstall eclipse 3 times.

All of those 3 bugs were solved by reinstalling eclipse.

I asked about the latest bug I had here: https://stackoverflow.com/questions/69639614/compiler-not-accepting-import-java-awt-event-mouselistener-in-all-new-eclipse-pr

The question was closed as unreproducible. I also had 2 typos in my question originally, which would have caused the bug if I had mistyped them in my actual code, but I only mistyped them in the question text (I forgot event in the title and in the first line), the actual import contained the full and correct java.awt.event.MouseListener though, which can be seen in the 3rd edit of the question.

My meta question is, if a problem is solved by a reinstall is it unreproducible?

I'm also curious, if I'm able to reproduce the behavior by uninstalling and reinstalling Python 2 more times and having the same compiler error 2 more times, and then solve the problem by reinstalling 2 more times, would that make the question reproducible?

If a problem is solved by a software reinstall, is it unreproducible?

As an example, I've asked a question about an eclipse bug which occurred after I installed Python3 2 days ago, and after that I had to reinstall eclipse 3 times.

All of those 3 bugs were solved by reinstalling eclipse.

I asked about the latest bug I had here: https://stackoverflow.com/questions/69639614/compiler-not-accepting-import-java-awt-event-mouselistener-in-all-new-eclipse-pr

Eventually, the question was closed as "not reproducible or caused by typos".

Tangentially, I also had 2 typos in my question originally, which would have caused the bug if I had mistyped them in my actual code, but I only mistyped them in the question text (I forgot event in the title and in the first line), the actual import contained the full and correct java.awt.event.MouseListener though, which can be seen in the 3rd edit of the question.

On this specific example, I was able to reproduce the behavior by uninstalling and reinstalling Python 2 more times and having the same compiler error 2 more times, and then solve the problem by reinstalling 2 more times.

In this case, would the question still be closable as "typo/non-reproducible"?

edited tags; grammar and spelling fixes; reworded title slightly
Source Link
cigien
  • 61.3k
  • 4
  • 82
  • 83
Loading
Source Link
Loading