March 2015 Archives by subject
Starting: Mon Mar 2 02:44:37 UTC 2015
Ending: Tue Mar 31 18:48:59 UTC 2015
Messages: 115
- Bug
andrei.eremeev
- Bug: Calling /vars or /v adds new snippets to /list.
andrei.eremeev
- Bug: Calling /vars or /v adds new snippets to /list.
Robert Field
- Bug: problems with forward methods
andrei.eremeev
- Bug: problems with forward methods
andrei.eremeev
- Bug: problems with forward methods
Robert Field
- Bug in documentation
andrei.eremeev
- Bug in documentation
Robert Field
- Bugs
andrei.eremeev
- Bugs
andrei.eremeev
- Bugs
Robert Field
- Bugs
Jan Lahoda
- Bugs
Robert Field
- Bugs
Jan Lahoda
- Bugs
andrei.eremeev
- Bugs
Jan Lahoda
- Bugs
andrei.eremeev
- Bugs
andrei.eremeev
- Bugs
andrei.eremeev
- Bugs
Robert Field
- Bugs: error translation
andrei.eremeev
- Bugs: error translation
Robert Field
- Captured wildcards
Jan Lahoda
- Captured wildcards
Maurizio Cimadamore
- Captured wildcards
Maurizio Cimadamore
- Class cast exception in TreeDissector
andrei.eremeev
- Class cast exception in TreeDissector
Robert Field
- Completion suggestion bugs
andrei.eremeev
- Crashes in REPL
andrei.eremeev
- Exception while reading non-existing start-up file
andrei.eremeev
- Exception while reading non-existing start-up file
Robert Field
- hg: kulla/dev/langtools: 3 new changesets
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: Add 'all' and 'history' modifiers to /list and /save. Clean-up restructure TODO. Tighten newline usage in /list.
robert.field at oracle.com
- hg: kulla/dev/langtools: Add -startup and -nostartup command line options.
robert.field at oracle.com
- hg: kulla/dev/langtools: Add a pop-up declaration/statement editor window. This is a concept trial. Motivated by this, ignore duplicate declarations.
robert.field at oracle.com
- hg: kulla/dev/langtools: Add a pop-up declaration/statement editor window. This is a concept trial. Motivated by this, ignore duplicate declarations.
andrei.eremeev
- hg: kulla/dev/langtools: Add a pop-up declaration/statement editor window. This is a concept trial. Motivated by this, ignore duplicate declarations.
Robert Field
- hg: kulla/dev/langtools: Add command line -help and -version. Fix bad command-line crash.
robert.field at oracle.com
- hg: kulla/dev/langtools: Added missing copyright.
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: Added negative tests for /save, /open, /startset, /startsave.
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: Added tests for /reset, /save, /open commands.
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: Added tests for classes, method and fields declared within a user class.
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: Add Key for access to information about current declaration.
robert.field at oracle.com
- hg: kulla/dev/langtools: Add varValue(Key) to API. Use in REPL tool. Fixes /vars adds to /list.
robert.field at oracle.com
- hg: kulla/dev/langtools: At the API eval() level, for expressions, use the JLS expressions, no semicolon. While still allowing expression statements. Thus eliminating the awkward 'x' becoming 'x; '.
robert.field at oracle.com
- hg: kulla/dev/langtools: Avoid remote termination failure/hang.
robert.field at oracle.com
- hg: kulla/dev/langtools: Beep when the completion is empty.
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: Better target type for expressions whose type is a captured type.
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: Check accessibility in all contexts.
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: Clarify classpath semantics.
robert.field at oracle.com
- hg: kulla/dev/langtools: Command completion should be disabled during while entering continuation of previous line(s).
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: Completion for imports.
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: Completion for REPL commands and their arguments.
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: Completion for REPL commands and their arguments.
ShinyaYoshida
- hg: kulla/dev/langtools: Completion for REPL commands and their arguments.
Jan Lahoda
- hg: kulla/dev/langtools: Completion should be able to complete packages.
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: Defined classes, methods, and vars now trump star imports.
robert.field at oracle.com
- hg: kulla/dev/langtools: Detecting target type of a method call argument.
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: Disabling event expansion.
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: Exclude tests with failures. Bugs have been added to TODO.
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: Fix /prompt toggling to work with jline. Remove bad sample file.
robert.field at oracle.com
- hg: kulla/dev/langtools: Fix: REPL tool: /classes prints class for enums and annotation interfaces. Reenable test.ToolBasicTest#defineClasses().
robert.field at oracle.com
- hg: kulla/dev/langtools: Fix ArrayIndexOutOfBoundsException on empty stack trace. Seen on stress test that cycles between StackOverflowError and OutOfMemoryError.
robert.field at oracle.com
- hg: kulla/dev/langtools: Fix bad declaration clobbering good.
robert.field at oracle.com
- hg: kulla/dev/langtools: Fix dependency on system class loader as URLClassLoader. Steps towards using base name for imported classes.
robert.field at oracle.com
- hg: kulla/dev/langtools: Fix documentation of permitted modifiers on input to eval.
robert.field at oracle.com
- hg: kulla/dev/langtools: Fixed class cast exception in TreeDissector on: <T> void f(T...a) {}. Compile with -Xlint:unchecked to give better info and rid advice to recompile.
robert.field at oracle.com
- hg: kulla/dev/langtools: Fix error position information translation. Enable position tests.
robert.field at oracle.com
- hg: kulla/dev/langtools: Fixing completion and documentation for input continuation.
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: Fix NPE in VM shutdown.
robert.field at oracle.com
- hg: kulla/dev/langtools: Fix over eager variable reset to null messages from REPL tool.
robert.field at oracle.com
- hg: kulla/dev/langtools: Fix spacing sensitive bracket detection in modifier removal.
robert.field at oracle.com
- hg: kulla/dev/langtools: Fix System.exit(5) in REPL tool causes IllegalStateException. Solidify remote shutdown. Add specific EvalStateClosedException to API. Make /history not confusable with snippet ids.
robert.field at oracle.com
- hg: kulla/dev/langtools: Handle labelled statements in completion analysis.
robert.field at oracle.com
- hg: kulla/dev/langtools: Handle nested classes within redefined (Modified) declaration. Fixes, for example, void f() { class A {} g(); } void g() {}
robert.field at oracle.com
- hg: kulla/dev/langtools: Implement dependency updates on import. For example: forward-reference resolution by import.
robert.field at oracle.com
- hg: kulla/dev/langtools: Implement line number mapping. Correct line numbers in stack traces. Reenable line number check in assertStackTrace.
robert.field at oracle.com
- hg: kulla/dev/langtools: List packages after 'new'
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: Make compatible with upcoming Jigsaw.
robert.field at oracle.com
- hg: kulla/dev/langtools: Modifier error (instead of side-effect errors) for synchronized, native, and (except for class) abstract. Warning and ignore (instead of silently ignore) for public protected private static final. Major test munging to handle that.
robert.field at oracle.com
- hg: kulla/dev/langtools: On compile error with multiline input, print only error line. Fix handling of bad unclsoed string literal terminating in backlash.
robert.field at oracle.com
- hg: kulla/dev/langtools: On Shift-TAB, show synopsis of the current method invocation.
jan.lahoda at oracle.com
- hg: kulla/dev/langtools: Parallelization of stress tests.
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: Removed debug output.
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: Remove package name prefix from imported class names.
robert.field at oracle.com
- hg: kulla/dev/langtools: REPL tool: Fix missing argument handling. More consistent and friendly file errors. Command, welcome and feedback clean-ups. Tests: gold-file updates. TODO additions.
robert.field at oracle.com
- hg: kulla/dev/langtools: Retrieve ResolutionStatus by Key.
robert.field at oracle.com
- hg: kulla/dev/langtools: Run Edit Pad on EDT. REPL tool: Process remaining text unrelated to the number of units in the proceeding result.
robert.field at oracle.com
- hg: kulla/dev/langtools: Small regression test.
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: Tests for /classpath, EvalState#addToClasspath and start-up -classpath.
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: Tests for /feedback, /save arguments and /list arguments.
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: Tests for /startset, /startsave, file loading on REPL start.
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: Tests for command completion
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: Tests for error position translation.
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: Tests for error position translation in REPL shell
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: Tests for error position translation in REPL shell
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: Tests for REPL shell commands: /list, /vars, /methods, /classes
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: Tests for StackOverflowError and OutOfMemoryError.
andrei.eremeev at oracle.com
- hg: kulla/dev/langtools: TODO update
robert.field at oracle.com
- hg: kulla/dev/langtools: TODO update.
robert.field at oracle.com
- hg: kulla/dev/langtools: Update TODO. Errors to zero.
robert.field at oracle.com
- hg: kulla/dev/langtools: Workaround possible CompletionFailure when listing package elements
jan.lahoda at oracle.com
- Missing suggestions for full qualified name in the assignment or the parameter
ShinyaYoshida
- Missing suggestions for full qualified name in the assignment or the parameter
ShinyaYoshida
- More fix around suggestions for the multi-line code.
ShinyaYoshida
- More fix around suggestions for the multi-line code.
Jan Lahoda
- More fix around suggestions for the multi-line code.
ShinyaYoshida
- More fix around suggestions for the multi-line code.
Jan Lahoda
- New bugs
andrei.eremeev
- New bugs
Robert Field
- New bugs
andrei.eremeev
- New bugs
Robert Field
- NPE is thrown from VMConnection
andrei.eremeev
- NPE is thrown from VMConnection
Robert Field
- Unnecessary suggestion in on-demand import statements
ShinyaYoshida
Last message date:
Tue Mar 31 18:48:59 UTC 2015
Archived on: Tue Mar 31 18:49:03 UTC 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).